diff options
author | Frederick Cheung <frederick.cheung@gmail.com> | 2008-04-21 11:00:01 +0100 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2008-04-22 13:55:13 +1200 |
commit | a4fc93c3a9f59dcd7cf56c6ae1cb1fb749f6678b (patch) | |
tree | b45689a4b8ab2d55b475986e0d49519906f55c44 /activerecord/test/schema/openbase2.drop.sql | |
parent | 0a94f16b9532894aeb7aed2aec5082dd3b521414 (diff) | |
download | rails-a4fc93c3a9f59dcd7cf56c6ae1cb1fb749f6678b.tar.gz rails-a4fc93c3a9f59dcd7cf56c6ae1cb1fb749f6678b.tar.bz2 rails-a4fc93c3a9f59dcd7cf56c6ae1cb1fb749f6678b.zip |
Use schema.rb for all databases
Move adapter specific schema into their own files
Signed-off-by: Michael Koziarski <michael@koziarski.com>
Diffstat (limited to 'activerecord/test/schema/openbase2.drop.sql')
-rw-r--r-- | activerecord/test/schema/openbase2.drop.sql | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/test/schema/openbase2.drop.sql b/activerecord/test/schema/openbase2.drop.sql deleted file mode 100644 index ea1571da0b..0000000000 --- a/activerecord/test/schema/openbase2.drop.sql +++ /dev/null @@ -1,2 +0,0 @@ -DROP TABLE courses -go |