diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-27 13:41:00 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-30 13:05:10 +0100 |
commit | 0a238983c64524b91c7cf700abdf948d764ed739 (patch) | |
tree | f7df5a9f045517012e46f526216ee44165af9b41 | |
parent | eb5a20bc801e7ea2a6a50dfe33f319a71706d6dd (diff) | |
download | nextcloud-server-0a238983c64524b91c7cf700abdf948d764ed739.tar.gz nextcloud-server-0a238983c64524b91c7cf700abdf948d764ed739.zip |
fixup! Create cards if none
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r-- | core/Migrations/Version15000Date20180927120000.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Migrations/Version15000Date20180927120000.php b/core/Migrations/Version15000Date20180927120000.php index 7d58327475c..d38914314ff 100644 --- a/core/Migrations/Version15000Date20180927120000.php +++ b/core/Migrations/Version15000Date20180927120000.php @@ -80,7 +80,6 @@ class Version15000Date20180927120000 extends SimpleMigrationStep { 'length' => 255 ]); $table->setPrimaryKey(['id']); - $table->addIndex(['addressbookid']); } return $schema; |