mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-06 03:31:02 -06:00
[server] Remove irrelevant index in migration
This commit is contained in:
@@ -10,12 +10,8 @@ CREATE TABLE publinks(
|
||||
|
||||
CREATE INDEX publinks_by_root ON publinks(root);
|
||||
|
||||
CREATE INDEX publinks_by_creator ON publinks(created_by);
|
||||
|
||||
---- create above / drop below ----
|
||||
|
||||
DROP INDEX IF EXISTS publinks_by_creator;
|
||||
|
||||
DROP INDEX IF EXISTS publinks_by_root;
|
||||
|
||||
DROP TABLE publinks;
|
||||
Reference in New Issue
Block a user