Files
2023-08-23 09:41:01 -07:00

3 lines
105 B
SQL

CREATE INDEX "notifications_effectivedate" on
"public"."notifications" using btree ("effectivedate");