* Fix #2672 - Connect signed PuSH subscription requests to instance domain Resolves #2739 * Fix return of locate_subscription * Fix teststh-downstream
parent
c38739d81e
commit
c6e46f7421
@ -0,0 +1,5 @@
|
||||
class AddDomainToSubscriptions < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :subscriptions, :domain, :string
|
||||
end
|
||||
end
|
Loading…
Reference in new issue