fix #7
This commit is contained in:
parent
7bc211dc37
commit
a59e428ccd
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Version001Date20240710115500 extends SimpleMigrationStep {
|
|||
]);
|
||||
$table->addColumn('push_resource', Types::STRING, [
|
||||
'notnull' => true,
|
||||
'length' => 300,
|
||||
'length' => 3000,
|
||||
]);
|
||||
|
||||
$table->setPrimaryKey(['subscription_id']);
|
||||
|
|
Loading…
Reference in a new issue