Feature: Add web push notification permission in frontend (#766)
Add webpush notification permission in frontend Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddIndexOnNotificationSubscriptions < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :notification_subscriptions, :identifier, :string
|
||||
add_index :notification_subscriptions, :identifier, unique: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user