20170125145934_add_spoiler_text_to_statuses.rb (158B)
- class AddSpoilerTextToStatuses < ActiveRecord::Migration[5.0]
- def change
- add_column :statuses, :spoiler_text, :text, default: "", null: false
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20170125145934_add_spoiler_text_to_statuses.rb (158B)
- class AddSpoilerTextToStatuses < ActiveRecord::Migration[5.0]
- def change
- add_column :statuses, :spoiler_text, :text, default: "", null: false
- end
- end