mirror of https://github.com/mastodon/mastodon
Upgrade to PubSubHubbub 0.4 (removing verify_token)
parent
a86f21cf90
commit
608a2bfffc
@ -0,0 +1,5 @@
|
|||||||
|
class RemoveVerifyTokenFromAccounts < ActiveRecord::Migration[5.0]
|
||||||
|
def change
|
||||||
|
remove_column :accounts, :verify_token, :string, null: false, default: ''
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue