refactor: 移除 SQLite 支持,仅保留 MySQL
This commit is contained in:
@@ -20,7 +20,7 @@ describe('DatabaseMigrationsService — room gender cleanup', () => {
|
||||
{
|
||||
provide: getDataSourceToken(),
|
||||
useValue: {
|
||||
options: { type: 'better-sqlite3' },
|
||||
options: { type: 'mysql' },
|
||||
createQueryRunner: jest.fn().mockReturnValue(runner),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user