diff --git a/db/migrate/20150316032155_create_discuss_demos.rb b/db/migrate/20150316032155_create_discuss_demos.rb deleted file mode 100644 index af7a2a6ed..000000000 --- a/db/migrate/20150316032155_create_discuss_demos.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreateDiscussDemos < ActiveRecord::Migration - def change - create_table :discuss_demos do |t| - t.string :title - t.text :body - t.timestamps - end - end -end