зеркало из https://github.com/nextcloud/forms.git
Fix sqlite database migration
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Родитель
01bf5ce74f
Коммит
56f78490cc
|
@ -44,7 +44,7 @@ class Version030000Date20220414203511 extends SimpleMigrationStep {
|
|||
|
||||
if (!$table->hasColumn('description')) {
|
||||
$table->addColumn('description', Types::TEXT, [
|
||||
'notnull' => true,
|
||||
'notnull' => false,
|
||||
'length' => 4096,
|
||||
]);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче