fix: accept multiple dependency map importer for python

This commit is contained in:
Ruben Fiszel
2024-02-20 23:28:42 +01:00
parent 5216e4e14a
commit 65e09a705f
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,4 @@
-- Add up migration script here
DROP INDEX dependency_map_imported_path_idx;
CREATE INDEX IF NOT EXISTS dependency_map_imported_path_idx ON dependency_map (workspace_id, imported_path);