From 8a5a9dcbf64843f064b6e8a0b9c6eea8f0b8536e Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 9 Apr 2008 16:20:15 +0000 Subject: Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9244 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/schema/sybase.drop.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/schema') diff --git a/activerecord/test/schema/sybase.drop.sql b/activerecord/test/schema/sybase.drop.sql index ebb91931fb..1a2cc9ff56 100644 --- a/activerecord/test/schema/sybase.drop.sql +++ b/activerecord/test/schema/sybase.drop.sql @@ -31,5 +31,5 @@ DROP TABLE legacy_things DROP TABLE numeric_data DROP TABLE mixed_case_monkeys DROP TABLE minimalistics -DROP TABLE schema_info +DROP TABLE schema_migrations go -- cgit v1.2.3