mastodon/db/migrate/20190518044851_add_footer_t...

6 lines
121 B
Ruby

class AddFooterToStatuses < ActiveRecord::Migration[5.2]
def change
add_column :statuses, :footer, :text
end
end