From c751e65ef25ca09144637dc64e0e3ca3ab96f688 Mon Sep 17 00:00:00 2001 From: Paperclip Date: Sat, 28 Mar 2026 00:17:40 +0000 Subject: [PATCH] fix(db): add missing migration journal entries 0012-0017 Co-Authored-By: Paperclip --- packages/db/migrations/meta/_journal.json | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/packages/db/migrations/meta/_journal.json b/packages/db/migrations/meta/_journal.json index 7a47235..affedd1 100644 --- a/packages/db/migrations/meta/_journal.json +++ b/packages/db/migrations/meta/_journal.json @@ -85,6 +85,48 @@ "when": 1742587200000, "tag": "0011_impersonation_indexes", "breakpoints": true + }, + { + "idx": 12, + "version": "7", + "when": 1774080000000, + "tag": "0012_pet_photo", + "breakpoints": true + }, + { + "idx": 13, + "version": "7", + "when": 1774166400000, + "tag": "0013_appointment_confirmation", + "breakpoints": true + }, + { + "idx": 14, + "version": "7", + "when": 1774252800000, + "tag": "0014_customer_notes", + "breakpoints": true + }, + { + "idx": 15, + "version": "7", + "when": 1774339200000, + "tag": "0015_waitlist", + "breakpoints": true + }, + { + "idx": 16, + "version": "7", + "when": 1774425600000, + "tag": "0016_ical_token", + "breakpoints": true + }, + { + "idx": 17, + "version": "7", + "when": 1774512000000, + "tag": "0017_better_auth_tables", + "breakpoints": true } ] } \ No newline at end of file