From 105a27f39ee9dbfd7fdb2b25e5ba38b00708b66c Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 18 Jan 2008 07:29:00 +0000 Subject: move schema git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8659 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/schema/frontbase2.drop.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 activerecord/test/schema/frontbase2.drop.sql (limited to 'activerecord/test/schema/frontbase2.drop.sql') diff --git a/activerecord/test/schema/frontbase2.drop.sql b/activerecord/test/schema/frontbase2.drop.sql new file mode 100644 index 0000000000..17b9ad46d7 --- /dev/null +++ b/activerecord/test/schema/frontbase2.drop.sql @@ -0,0 +1 @@ +DROP TABLE courses CASCADE; -- cgit v1.2.3