Federate header images, fix open-uri http->https redirection error
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddHeaderRemoteUrlToAccounts < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :accounts, :header_remote_url, :string, null: false, default: ''
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user