db: drop keeper_data from posts.

This commit is contained in:
evazion
2019-11-19 00:13:24 -06:00
parent 839b9cf32f
commit fd29f842fd
2 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class DropKeeperDataFromPosts < ActiveRecord::Migration[6.0]
def change
remove_column :posts, :keeper_data, :text
end
end