fixes #3644
This commit is contained in:
5
db/migrate/20180116001101_add_keeper_data_to_posts.rb
Normal file
5
db/migrate/20180116001101_add_keeper_data_to_posts.rb
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
class AddKeeperDataToPosts < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :posts, :keeper_data, :text
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user