Revoke drop of non-existing table
This commit is contained in:
parent
6ff2141503
commit
cfc95b01f7
2 changed files with 1 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
class DropTablePostReports < ActiveRecord::Migration
|
|
||||||
def up
|
|
||||||
drop_table :post_reports
|
|
||||||
end
|
|
||||||
|
|
||||||
def down
|
|
||||||
raise ActiveRecord::IrreversibleMigration
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue