aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/oci.drop.sql
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/db_definitions/oci.drop.sql')
-rw-r--r--activerecord/test/fixtures/db_definitions/oci.drop.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/db_definitions/oci.drop.sql b/activerecord/test/fixtures/db_definitions/oci.drop.sql
index 08534b8d92..5a3a663703 100644
--- a/activerecord/test/fixtures/db_definitions/oci.drop.sql
+++ b/activerecord/test/fixtures/db_definitions/oci.drop.sql
@@ -25,6 +25,7 @@ drop table categories;
drop table posts;
drop table fk_test_has_pk;
drop table fk_test_has_fk;
+drop table keyboards;
drop sequence accounts_seq;
drop sequence companies_nonstd_seq;
drop sequence topics_seq;
@@ -51,3 +52,4 @@ drop sequence categories_seq;
drop sequence categories_posts_seq;
drop sequence fk_test_has_pk_seq;
drop sequence fk_test_has_fk_seq;
+drop sequence keyboards_seq;