Clear the decks for an updated version to be imported
[depot.git] / db / migrate / 20080724075409_create_products.rb
diff --git a/db/migrate/20080724075409_create_products.rb b/db/migrate/20080724075409_create_products.rb
deleted file mode 100644 (file)
index 6b51c3f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-class CreateProducts < ActiveRecord::Migration
-  def self.up
-    create_table :products do |t|
-      t.string :title
-      t.text :description
-      t.string :image_url
-
-      t.timestamps
-    end
-  end
-
-  def self.down
-    drop_table :products
-  end
-end