drop post versions table

This commit is contained in:
r888888888
2017-03-16 15:56:09 -07:00
parent 78fdc79db9
commit 998a6494ed
2 changed files with 8 additions and 80 deletions

View File

@@ -0,0 +1,6 @@
class DropPostVersions < ActiveRecord::Migration
def change
execute "set statement_timeout = 0"
drop_table :post_versions
end
end