mirror of
https://github.com/glitch-soc/mastodon
synced 2025-07-31 15:41:49 +00:00
5 lines
133 B
Ruby
5 lines
133 B
Ruby
class AddApplicationToStatuses < ActiveRecord::Migration[5.0]
|
|
def change
|
|
add_column :statuses, :application_id, :int
|
|
end
|
|
end
|