Skip to content

Commit 67e823a

Browse files
fix 181 script (#4144)
1 parent edfadc7 commit 67e823a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DROP index image_scan_deploy_info;
1+
DROP index image_scan_deploy_info_unique;
22
CREATE UNIQUE INDEX image_scan_deploy_info_unique ON public.image_scan_deploy_info USING btree (scan_object_meta_id, object_type);
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DROP index image_scan_deploy_info_unique;
2+
CREATE INDEX image_scan_deploy_info_unique ON public.image_scan_deploy_info USING btree (scan_object_meta_id, object_type);

scripts/sql/181_remove_index_image_scan_deploy_info_up.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)