1
0
Fork 0
This commit is contained in:
Jonathan Treffler 2024-08-12 19:18:03 +02:00
parent 7bc211dc37
commit a59e428ccd

View file

@ -53,7 +53,7 @@ class Version001Date20240710115500 extends SimpleMigrationStep {
]);
$table->addColumn('push_resource', Types::STRING, [
'notnull' => true,
'length' => 300,
'length' => 3000,
]);
$table->setPrimaryKey(['subscription_id']);