Skip to content

Commit 000bbeb

Browse files
committed
RHINENG-21447: clear repack indexes
1 parent b2dd89a commit 000bbeb

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
DROP INDEX IF EXISTS "public"."index_1753189169";
2+
DROP INDEX IF EXISTS "public"."index_1753183194";
3+
DROP INDEX IF EXISTS "public"."index_1753189040";
4+
DROP INDEX IF EXISTS "public"."index_1753189283";
5+
DROP INDEX IF EXISTS "public"."index_1753185680";
6+
DROP INDEX IF EXISTS "public"."index_1753189153";
7+
DROP INDEX IF EXISTS "public"."index_1753189239";
8+
DROP INDEX IF EXISTS "public"."index_1753189248";
9+
DROP INDEX IF EXISTS "public"."index_1753184910";
10+
DROP INDEX IF EXISTS "public"."index_1753189118";
11+
DROP INDEX IF EXISTS "public"."index_1753189251";
12+
DROP INDEX IF EXISTS "public"."index_1753184976";
13+
DROP INDEX IF EXISTS "public"."index_1753189121";

database_admin/schema/create_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS schema_migrations
77

88

99
INSERT INTO schema_migrations
10-
VALUES (140, false);
10+
VALUES (141, false);
1111

1212
-- ---------------------------------------------------------------------------
1313
-- Functions

0 commit comments

Comments
 (0)