Notes/db/migrations/0155__remove_unnecessary_indexes.sql

2 lines
89 B
MySQL
Raw Normal View History

2019-12-01 12:38:07 +01:00
DROP INDEX IF EXISTS IDX_attributes_name_index;
DROP INDEX IF EXISTS IDX_branches_noteId;