feat: Update db migration files

This commit is contained in:
beilunyang
2025-05-22 23:10:12 +08:00
parent f465e13620
commit 7f7e29a80f
3 changed files with 633 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CREATE INDEX `email_expires_at_idx` ON `email` (`expires_at`);--> statement-breakpoint
CREATE INDEX `message_email_id_idx` ON `message` (`emailId`);