* Fix #2672 - Connect signed PuSH subscription requests to instance domain Resolves #2739 * Fix return of locate_subscription * Fix tests
This commit is contained in:
5
db/migrate/20170714184731_add_domain_to_subscriptions.rb
Normal file
5
db/migrate/20170714184731_add_domain_to_subscriptions.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddDomainToSubscriptions < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :subscriptions, :domain, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user