Update DB2 adapter. Closes #2206.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2546 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Marcel Molina
2005-10-12 23:42:54 +00:00
parent f175547e58
commit af0df03fd3
3 changed files with 38 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ DROP TABLE topics;
DROP TABLE developers;
DROP TABLE projects;
DROP TABLE developers_projects;
DROP TABLE orders;
DROP TABLE customers;
DROP TABLE orders;
DROP TABLE movies;