]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/file_column/test/fixtures/schema.rb
Replace the file_column plugin with paperclip
[rails.git] / vendor / plugins / file_column / test / fixtures / schema.rb
diff --git a/vendor/plugins/file_column/test/fixtures/schema.rb b/vendor/plugins/file_column/test/fixtures/schema.rb
deleted file mode 100644 (file)
index 49b5ddb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-ActiveRecord::Schema.define do
-  create_table :entries, :force => true do |t|
-    t.column :image, :string, :null => true
-    t.column :file, :string, :null => false
-  end
-  
-  create_table :movies, :force => true do |t|
-    t.column :movie, :string
-  end
-end