Skip to content

Commit e6fdd5b

Browse files
committed
fix: add missing newline at end of file for stats_requests.sql
1 parent d1d58e4 commit e6fdd5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drizzle/0002_stats_requests.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ CREATE TABLE `stats_requests` (
55
`created_at` integer
66
);
77
--> statement-breakpoint
8-
CREATE UNIQUE INDEX `uq_stats_request_url` ON `stats_requests` (`url`);--> statement-breakpoint
8+
CREATE UNIQUE INDEX `uq_stats_request_url` ON `stats_requests` (`url`);
9+
--> statement-breakpoint

0 commit comments

Comments
 (0)