aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Migrations/Version28000Date20230906104802.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Migrations/Version28000Date20230906104802.php b/core/Migrations/Version28000Date20230906104802.php
index 7134899c82e..5a510639229 100644
--- a/core/Migrations/Version28000Date20230906104802.php
+++ b/core/Migrations/Version28000Date20230906104802.php
@@ -61,6 +61,10 @@ class Version28000Date20230906104802 extends SimpleMigrationStep {
'length' => 6,
'default' => 0,
]);
+ $table->addColumn('number_of_images', Types::INTEGER, [
+ 'notnull' => true,
+ 'default' => 1,
+ ]);
$table->addColumn('user_id', Types::STRING, [
'notnull' => false,
'length' => 64,