mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 07:53:43 +01:00
5 lines
143 B
Ruby
5 lines
143 B
Ruby
class AddWebsiteToOauthApplication < ActiveRecord::Migration[5.0]
|
|
def change
|
|
add_column :oauth_applications, :website, :string
|
|
end
|
|
end
|