20170927215609_add_description_to_media_attachments.rb (148B)
- class AddDescriptionToMediaAttachments < ActiveRecord::Migration[5.1]
- def change
- add_column :media_attachments, :description, :text
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20170927215609_add_description_to_media_attachments.rb (148B)
- class AddDescriptionToMediaAttachments < ActiveRecord::Migration[5.1]
- def change
- add_column :media_attachments, :description, :text
- end
- end