aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/sqlite.drop.sql
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-07-05 05:07:49 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-07-05 05:07:49 +0000
commitc1efa54195917179b8f2fef64c8c32db08b8538f (patch)
tree839f0cd14c246c7fb72b1bf8a87914c4aa22ccea /activerecord/test/fixtures/db_definitions/sqlite.drop.sql
parent9933ec82b2267bfd2f1fa4dd747ea4c5520870f5 (diff)
downloadrails-c1efa54195917179b8f2fef64c8c32db08b8538f.tar.gz
rails-c1efa54195917179b8f2fef64c8c32db08b8538f.tar.bz2
rails-c1efa54195917179b8f2fef64c8c32db08b8538f.zip
Include all tables in mysql, sqlite, and postgresql drop sql.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1695 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/fixtures/db_definitions/sqlite.drop.sql')
-rw-r--r--activerecord/test/fixtures/db_definitions/sqlite.drop.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/db_definitions/sqlite.drop.sql b/activerecord/test/fixtures/db_definitions/sqlite.drop.sql
index 12103a6d9e..d9c873b217 100644
--- a/activerecord/test/fixtures/db_definitions/sqlite.drop.sql
+++ b/activerecord/test/fixtures/db_definitions/sqlite.drop.sql
@@ -21,3 +21,5 @@ DROP TABLE comments;
DROP TABLE authors;
DROP TABLE categories;
DROP TABLE categories_posts;
+DROP TABLE fk_test_has_fk;
+DROP TABLE fk_test_has_pk;