Compare commits

..

1 commit

Author SHA1 Message Date
rxu
60d9759e8b
Merge 993e637af9 into 2fce8aeb3e 2025-06-10 08:23:12 +00:00

View file

@ -26,9 +26,9 @@ class phpbb_dbal_migration_schema extends \phpbb\db\migration\migration
'COLUMNS' => [
'module_id' => ['UINT:3', NULL, 'auto_increment'],
'user_id' => ['ULINT', 0],
'endpoint' => ['VCHAR:220', ''],
'endpoint' => ['TEXT', ''],
'expiration_time' => ['TIMESTAMP', 0],
'p256dh' => ['VCHAR:200', ''],
'p256dh' => ['VCHAR', ''],
'auth' => ['VCHAR:100', ''],
],
'PRIMARY_KEY' => 'module_id',