Skip to content
Snippets Groups Projects
Commit 3d66d683 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Add cards_abiduri index on install


Else we directly tell the admin to add this on install.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent c5ae29e9
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ class Version1004Date20170924124212 extends SimpleMigrationStep {
$table = $schema->getTable('cards');
$table->addIndex(['addressbookid'], 'cards_abid');
$table->addIndex(['addressbookid', 'uri'], 'cards_abiduri');
$table = $schema->getTable('cards_properties');
$table->addIndex(['addressbookid'], 'cards_prop_abid');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment