aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/firebird3.drop.sql
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-06-03 21:52:22 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-06-03 21:52:22 +0000
commit9c0fb70e1e37242f098c0ab0c0c045f26ed9aa8d (patch)
tree2432646ab704e5389a9dad4574f592de6df1ad27 /activerecord/test/fixtures/db_definitions/firebird3.drop.sql
parentd016d9a6d4d6f998bc4feb2c63908bb75a1529e3 (diff)
downloadrails-9c0fb70e1e37242f098c0ab0c0c045f26ed9aa8d.tar.gz
rails-9c0fb70e1e37242f098c0ab0c0c045f26ed9aa8d.tar.bz2
rails-9c0fb70e1e37242f098c0ab0c0c045f26ed9aa8d.zip
For Firebird adapter
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4423 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/fixtures/db_definitions/firebird3.drop.sql')
-rw-r--r--activerecord/test/fixtures/db_definitions/firebird3.drop.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/db_definitions/firebird3.drop.sql b/activerecord/test/fixtures/db_definitions/firebird3.drop.sql
new file mode 100644
index 0000000000..fc654212bd
--- /dev/null
+++ b/activerecord/test/fixtures/db_definitions/firebird3.drop.sql
@@ -0,0 +1,11 @@
+DROP TABLE taggings;
+DROP TABLE tags;
+DROP TABLE categorizations;
+DROP TABLE author_addresses;
+DROP TABLE author_favorites;
+
+DROP GENERATOR taggings_seq;
+DROP GENERATOR tags_seq;
+DROP GENERATOR categorizations_seq;
+DROP GENERATOR author_addresses_seq;
+DROP GENERATOR author_favorites_seq;