3 lines
105 B
SQL
3 lines
105 B
SQL
CREATE INDEX "notifications_effectivedate" on
|
|
"public"."notifications" using btree ("effectivedate");
|