Drop post updates table.
This commit is contained in:
7
db/migrate/20190829052629_drop_post_updates.rb
Normal file
7
db/migrate/20190829052629_drop_post_updates.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require_relative "20160820003534_create_post_updates"
|
||||
|
||||
class DropPostUpdates < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
revert CreatePostUpdates
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user