From 48a2061d0b3707c27b9a6c12a2aa1d9422562bb4 Mon Sep 17 00:00:00 2001 From: Chlins Zhang Date: Tue, 9 May 2023 16:50:24 +0800 Subject: [PATCH] fix: remove the 2.7.3 migration sql (#18658) Signed-off-by: chlins --- make/migrations/postgresql/0101_2.7.3_schema.up.sql | 1 - 1 file changed, 1 deletion(-) delete mode 100644 make/migrations/postgresql/0101_2.7.3_schema.up.sql diff --git a/make/migrations/postgresql/0101_2.7.3_schema.up.sql b/make/migrations/postgresql/0101_2.7.3_schema.up.sql deleted file mode 100644 index 16f6b7b71..000000000 --- a/make/migrations/postgresql/0101_2.7.3_schema.up.sql +++ /dev/null @@ -1 +0,0 @@ -CREATE INDEX IF NOT EXISTS idx_task_extra_attrs_report_uuids ON task USING gin ((extra_attrs::jsonb->'report_uuids'));