Merge pull request #1032 from nextcloud/fix-migration-notnull

fix migration by allowing null values for 'nid'
pull/1043/head
Maxence Lange 2020-09-30 14:28:55 -01:00 zatwierdzone przez GitHub
commit 8446396425
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -139,6 +139,7 @@ class Version0003Date20200823023911 extends SimpleMigrationStep {
[
'length' => 11,
'unsigned' => true,
'notnull' => false,
]
);
}