Revoke drop of non-existing table

This commit is contained in:
Lukas Matt 2014-04-23 06:13:17 -04:00
parent 6ff2141503
commit cfc95b01f7
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
class DropTablePostReports < ActiveRecord::Migration
def up
drop_table :post_reports
end
def down
raise ActiveRecord::IrreversibleMigration
end
end

View file

@ -11,7 +11,7 @@
# #
# It's strongly recommended to check this file into your version control system. # 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| create_table "account_deletions", :force => true do |t|
t.string "diaspora_handle" t.string "diaspora_handle"