Skip to content

Commit

Permalink
Include the orders table in *.drop.sql
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2342 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Sep 26, 2005
1 parent b25933f commit b2c46ed
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/test/fixtures/db_definitions/db2.drop.sql
Expand Up @@ -5,6 +5,7 @@ DROP TABLE developers;
DROP TABLE projects;
DROP TABLE developers_projects;
DROP TABLE customers;
DROP TABLE orders;
DROP TABLE movies;
DROP TABLE subscribers;
DROP TABLE booleantests;
Expand Down
1 change: 1 addition & 0 deletions activerecord/test/fixtures/db_definitions/mysql.drop.sql
Expand Up @@ -5,6 +5,7 @@ DROP TABLE developers;
DROP TABLE projects;
DROP TABLE developers_projects;
DROP TABLE customers;
DROP TABLE orders;
DROP TABLE movies;
DROP TABLE subscribers;
DROP TABLE booleantests;
Expand Down
2 changes: 2 additions & 0 deletions activerecord/test/fixtures/db_definitions/oci.drop.sql
Expand Up @@ -7,6 +7,7 @@ drop table computers;
drop table developers;
drop table projects;
drop table customers;
drop table orders;
drop table movies;
drop table subscribers;
drop table booleantests;
Expand All @@ -31,6 +32,7 @@ drop sequence developers_seq;
drop sequence projects_seq;
drop sequence developers_projects_seq;
drop sequence customers_seq;
drop sequence orders_seq;
drop sequence movies_seq;
drop sequence subscribers_seq;
drop sequence booleantests_seq;
Expand Down
Expand Up @@ -5,6 +5,7 @@ DROP TABLE developers;
DROP TABLE projects;
DROP TABLE developers_projects;
DROP TABLE customers;
DROP TABLE orders;
DROP TABLE movies;
DROP TABLE subscribers;
DROP TABLE booleantests;
Expand Down
1 change: 1 addition & 0 deletions activerecord/test/fixtures/db_definitions/sqlite.drop.sql
Expand Up @@ -5,6 +5,7 @@ DROP TABLE developers;
DROP TABLE projects;
DROP TABLE developers_projects;
DROP TABLE customers;
DROP TABLE orders;
DROP TABLE movies;
DROP TABLE subscribers;
DROP TABLE booleantests;
Expand Down
Expand Up @@ -5,6 +5,7 @@ DROP TABLE developers;
DROP TABLE projects;
DROP TABLE developers_projects;
DROP TABLE customers;
DROP TABLE orders;
DROP TABLE movies;
DROP TABLE subscribers;
DROP TABLE booleantests;
Expand Down

0 comments on commit b2c46ed

Please sign in to comment.