Additional schema updates.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP INDEX IF EXISTS "public"."notifications_bodyshopid";
|
||||
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX "notifications_bodyshopid" on
|
||||
"public"."notifications" using btree ("bodyshopid");
|
||||
@@ -0,0 +1 @@
|
||||
DROP INDEX IF EXISTS "public"."notifications_accepted_at";
|
||||
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX "notifications_accepted_at" on
|
||||
"public"."notifications" using btree ("acceptedat");
|
||||
@@ -0,0 +1 @@
|
||||
DROP INDEX IF EXISTS "public"."notifications_effectivedate";
|
||||
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX "notifications_effectivedate" on
|
||||
"public"."notifications" using btree ("effectivedate");
|
||||
Reference in New Issue
Block a user