зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #4127 from nextcloud/bugfix/noid/fix-updating-over-notnull-default-column
Add a default on NotNull column
This commit is contained in:
Коммит
1cfb58ac2f
|
@ -94,7 +94,7 @@ class Version2001Date20180103144447 extends SimpleMigrationStep {
|
|||
$table->addColumn('session_id', Type::STRING, [
|
||||
'notnull' => true,
|
||||
'length' => 255,
|
||||
'default' => '',
|
||||
'default' => '0',
|
||||
]);
|
||||
$table->addColumn('participant_type', Type::SMALLINT, [
|
||||
'notnull' => true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче