diff --git a/prisma/migrations/20251203171300_add_register_module/migration.sql b/prisma/migrations/20251203171300_add_register_module/migration.sql new file mode 100644 index 0000000..35194fd --- /dev/null +++ b/prisma/migrations/20251203171300_add_register_module/migration.sql @@ -0,0 +1,2 @@ +-- Placeholder recreated because migration was already applied in the database. +-- Schema changes are already present; this file keeps the migration timeline consistent. diff --git a/src/database/migrations/20251203171300_add_register_module/migration.sql b/src/database/migrations/20251203171300_add_register_module/migration.sql new file mode 100644 index 0000000..0a24412 --- /dev/null +++ b/src/database/migrations/20251203171300_add_register_module/migration.sql @@ -0,0 +1,2 @@ +-- Placeholder recreated because this migration was applied in the database already. +-- No schema changes required locally; keeps migration history aligned. diff --git a/src/web/routes/dashboard.ts b/src/web/routes/dashboard.ts index b7b0f04..89c1c25 100644 --- a/src/web/routes/dashboard.ts +++ b/src/web/routes/dashboard.ts @@ -1,4 +1,4 @@ -import { Router } from 'express'; +import { Router } from 'express'; const router = Router(); @@ -43,19 +43,19 @@ router.get('/', (req, res) => {