drop post versions table
This commit is contained in:
6
db/migrate/20170316224630_drop_post_versions.rb
Normal file
6
db/migrate/20170316224630_drop_post_versions.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class DropPostVersions < ActiveRecord::Migration
|
||||
def change
|
||||
execute "set statement_timeout = 0"
|
||||
drop_table :post_versions
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user