drop unnecessary indexes

This commit is contained in:
zadam
2019-12-01 12:38:07 +01:00
parent 6e83980784
commit d57caee0d3
3 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
DROP INDEX IF EXISTS IDX_attributes_name_index;
DROP INDEX IF EXISTS IDX_branches_noteId;