mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17010] Handle already existing subscriptions
PHPBB3-17010
This commit is contained in:
@@ -48,7 +48,6 @@ class add_webpush extends migration
|
||||
'COLUMNS' => [
|
||||
'subscription_id' => ['ULINT', null, 'auto_increment'],
|
||||
'user_id' => ['ULINT', 0],
|
||||
// 'device_name' => ['VCHAR:64', ''],
|
||||
'endpoint' => ['TEXT', ''],
|
||||
'expiration_time' => ['TIMESTAMP', 0],
|
||||
'p256dh' => ['VCHAR', ''],
|
||||
|
Reference in New Issue
Block a user