1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-18 08:33:50 -05:00
tootlab-mastodon/db/migrate/20190317135723_add_uri_to_reports.rb
2019-03-17 15:34:56 +01:00

6 lines
115 B
Ruby

class AddUriToReports < ActiveRecord::Migration[5.2]
def change
add_column :reports, :uri, :string
end
end