Fix a long standing bug in new schema migration
... and make the test that uncovered it explicitly fail (there was already a TODO) instead of passing but with errors logged
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@
|
||||
-- DROP INDEX i_vcard_search_lemail;
|
||||
-- DROP INDEX i_vcard_search_lorgname;
|
||||
-- DROP INDEX i_vcard_search_lorgunit;
|
||||
-- ALTER TABLE vcard_search ADD PRIMARY KEY (server_host, username);
|
||||
-- ALTER TABLE vcard_search ADD PRIMARY KEY (server_host, lusername);
|
||||
-- CREATE INDEX i_vcard_search_sh_lfn ON vcard_search(server_host, lfn);
|
||||
-- CREATE INDEX i_vcard_search_sh_lfamily ON vcard_search(server_host, lfamily);
|
||||
-- CREATE INDEX i_vcard_search_sh_lgiven ON vcard_search(server_host, lgiven);
|
||||
|
||||
Reference in New Issue
Block a user