aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/oracle.drop.sql
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-10-06 00:49:58 +0000
committerMichael Koziarski <michael@koziarski.com>2007-10-06 00:49:58 +0000
commit638505b90f593c8ee48a060f378ed6a9c93442e1 (patch)
tree6a4e7ecf398429d16ec58e515255f2f43fa6baa4 /activerecord/test/fixtures/db_definitions/oracle.drop.sql
parent4db718e2bb514be7a2e76e56cb5027c4007528b4 (diff)
downloadrails-638505b90f593c8ee48a060f378ed6a9c93442e1.tar.gz
rails-638505b90f593c8ee48a060f378ed6a9c93442e1.tar.bz2
rails-638505b90f593c8ee48a060f378ed6a9c93442e1.zip
Send the correct INSERT statement when dealing with objects with only primary keys. Closes #9523 [tarmo]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7753 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/fixtures/db_definitions/oracle.drop.sql')
-rw-r--r--activerecord/test/fixtures/db_definitions/oracle.drop.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/db_definitions/oracle.drop.sql b/activerecord/test/fixtures/db_definitions/oracle.drop.sql
index 910b118e05..21f40ed8d0 100644
--- a/activerecord/test/fixtures/db_definitions/oracle.drop.sql
+++ b/activerecord/test/fixtures/db_definitions/oracle.drop.sql
@@ -31,6 +31,7 @@ drop table keyboards;
drop table legacy_things;
drop table numeric_data;
drop table mixed_case_monkeys;
+drop table minimalistics;
drop sequence accounts_seq;
drop sequence funny_jokes_seq;
@@ -63,3 +64,4 @@ drop sequence keyboards_seq;
drop sequence legacy_things_seq;
drop sequence numeric_data_seq;
drop sequence mixed_case_monkeys_seq;
+drop sequence minimalistics_seq;