修改迁移数据库逻辑

This commit is contained in:
whyour
2022-01-18 22:56:12 +08:00
parent ca89f03724
commit ba341b69ac
5 changed files with 63 additions and 80 deletions
-1
View File
@@ -10,7 +10,6 @@ import ScheduleService from './schedule';
import { spawn } from 'child_process';
import SockService from './sock';
import got from 'got';
import { dbs } from '../loaders/db';
@Service()
export default class SystemService {