feat: implement CV via OpenAI for forms scanning, generate DB migration, fixes, etc.
This commit is contained in:
9
src/migrations/index.ts
Normal file
9
src/migrations/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as migration_20251202_123751 from './20251202_123751';
|
||||
|
||||
export const migrations = [
|
||||
{
|
||||
up: migration_20251202_123751.up,
|
||||
down: migration_20251202_123751.down,
|
||||
name: '20251202_123751'
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user