Skip to content

Commit 572ae72

Browse files
committed
Re-generate migrations
1 parent b3e10b9 commit 572ae72

3 files changed

Lines changed: 580 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DROP INDEX "readings_time_device_id_index";--> statement-breakpoint
2+
DROP INDEX "readings_time_reading_id_index";--> statement-breakpoint
3+
CREATE INDEX "readings_time_device_id_index" ON "readings" USING btree ("time","device_id");--> statement-breakpoint
4+
CREATE INDEX "readings_time_reading_id_index" ON "readings" USING btree ("time","reading_id");

0 commit comments

Comments
 (0)