aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/schema/schema2.rb')
-rw-r--r--activerecord/test/schema/schema2.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/test/schema/schema2.rb b/activerecord/test/schema/schema2.rb
deleted file mode 100644
index 8527f7ba8f..0000000000
--- a/activerecord/test/schema/schema2.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-ActiveRecord::Schema.define do
-
- Course.connection.create_table :courses, :force => true do |t|
- t.column :name, :string, :null => false
- end
-end