This commit is contained in:
Albert Yi
2018-04-16 16:43:51 -07:00
parent 1c88587c55
commit 9957c4c0e2

View File

@@ -0,0 +1,5 @@
class AddKeeperDataToPosts < ActiveRecord::Migration
def change
add_column :posts, :keeper_data, :text
end
end