fixup! Create cards if none

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-27 13:41:00 +02:00
parent eb5a20bc80
commit 0a238983c6
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class Version15000Date20180927120000 extends SimpleMigrationStep {
'length' => 255
]);
$table->setPrimaryKey(['id']);
$table->addIndex(['addressbookid']);
}
return $schema;