Skip to content

Commit

Permalink
add DESC order to published flows date index
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Nov 5, 2024
1 parent 1a6ed0f commit e40a3d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ CREATE INDEX "feedback_flow_id_team_id_idx" on
CREATE INDEX "reconciliation_requests_session_id_idx" on
"public"."reconciliation_requests" using hash ("session_id");
CREATE INDEX "published_flows_created_at_idx" on
"public"."published_flows" using btree ("created_at");
"public"."published_flows" using btree ("created_at" DESC NULLS LAST);

0 comments on commit e40a3d1

Please sign in to comment.