stack/apps/backend/prisma
mantrakp04 7bcc28df78 Add AuthDataMigrationJob model and related migration scripts
- Introduced the AuthDataMigrationJob model in the Prisma schema to manage authentication migration jobs.
- Created SQL migration scripts to establish the AuthDataMigrationJob table with necessary constraints and indexes.
- Implemented API routes for creating, listing, retrieving, and retrying auth migration jobs.
- Added utility functions for handling encryption and decryption of migration credentials.
- Developed tests to validate the functionality and constraints of the new migration job model.
2026-05-04 09:41:00 -07:00
..
migrations Add AuthDataMigrationJob model and related migration scripts 2026-05-04 09:41:00 -07:00
schema.prisma Add AuthDataMigrationJob model and related migration scripts 2026-05-04 09:41:00 -07:00
seed.ts Speed up seed script by a lot 2026-04-18 17:29:21 -07:00