mastodon/db/migrate/20190415185302_add_sharekey...

6 lines
125 B
Ruby

class AddSharekeyToStatus < ActiveRecord::Migration[5.2]
def change
add_column :statuses, :sharekey, :string
end
end