kopia lustrzana https://github.com/nextcloud/social
Merge pull request #1032 from nextcloud/fix-migration-notnull
fix migration by allowing null values for 'nid'pull/1043/head
commit
8446396425
|
@ -139,6 +139,7 @@ class Version0003Date20200823023911 extends SimpleMigrationStep {
|
|||
[
|
||||
'length' => 11,
|
||||
'unsigned' => true,
|
||||
'notnull' => false,
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue