refactor: 移除 SQLite 支持,仅保留 MySQL

This commit is contained in:
2026-08-05 17:43:13 +08:00
parent 81e622fa09
commit 47720a8fcc
35 changed files with 111 additions and 1961 deletions

View File

@@ -20,7 +20,7 @@ describe('DatabaseMigrationsService — room gender cleanup', () => {
{
provide: getDataSourceToken(),
useValue: {
options: { type: 'better-sqlite3' },
options: { type: 'mysql' },
createQueryRunner: jest.fn().mockReturnValue(runner),
},
},