20161221152630_add_hidden_to_stream_entries.rb (164B)
- class AddHiddenToStreamEntries < ActiveRecord::Migration[5.0]
- def change
- add_column :stream_entries, :hidden, :boolean, null: false, default: false
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20161221152630_add_hidden_to_stream_entries.rb (164B)
- class AddHiddenToStreamEntries < ActiveRecord::Migration[5.0]
- def change
- add_column :stream_entries, :hidden, :boolean, null: false, default: false
- end
- end