diff --git a/db/migrate/20140422135040_drop_table_post_reports.rb b/db/migrate/20140422135040_drop_table_post_reports.rb deleted file mode 100644 index 1d7ba7e15..000000000 --- a/db/migrate/20140422135040_drop_table_post_reports.rb +++ /dev/null @@ -1,9 +0,0 @@ -class DropTablePostReports < ActiveRecord::Migration - def up - drop_table :post_reports - end - - def down - raise ActiveRecord::IrreversibleMigration - end -end diff --git a/db/schema.rb b/db/schema.rb index 2d633c2a6..46d425636 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20140422135040) do +ActiveRecord::Schema.define(:version => 20140422134627) do create_table "account_deletions", :force => true do |t| t.string "diaspora_handle"