feat: initial kysely migration file (#17678)

This commit is contained in:
Jason Rasmussen
2025-04-17 17:38:47 -04:00
committed by GitHub
parent e275f2d8b3
commit 6474a78b8b
13 changed files with 499 additions and 139 deletions

View File

@@ -521,7 +521,7 @@ jobs:
run: npm run migrations:run
- name: Test npm run schema:reset command works
run: npm run typeorm:schema:reset
run: npm run schema:reset
- name: Generate new migrations
continue-on-error: true