From b56cac56dd0e8c38a5725490a86f05cb77aee6ca Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 28 Feb 2006 04:23:44 +0000 Subject: Added new column to all db definitions. Where, oh where, is our hereo that will convert all the legacy fixture schemas to schema.rb? (closes #3993) [Bob Silva] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3695 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/db_definitions/sqlite.drop.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'activerecord/test/fixtures/db_definitions/sqlite.drop.sql') diff --git a/activerecord/test/fixtures/db_definitions/sqlite.drop.sql b/activerecord/test/fixtures/db_definitions/sqlite.drop.sql index c6a8c51fa3..14df93fd2a 100644 --- a/activerecord/test/fixtures/db_definitions/sqlite.drop.sql +++ b/activerecord/test/fixtures/db_definitions/sqlite.drop.sql @@ -1,4 +1,5 @@ DROP TABLE accounts; +DROP TABLE funny_jokes; DROP TABLE companies; DROP TABLE topics; DROP TABLE developers; -- cgit v1.2.3