修改迁移数据库逻辑

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
@@ -2,7 +2,6 @@ import { Service, Inject } from 'typedi';
import winston from 'winston';
import { createRandomString } from '../config/util';
import config from '../config';
import DataStore from 'nedb';
import { App, AppModel } from '../data/open';
import { v4 as uuidV4 } from 'uuid';
import sequelize, { Op } from 'sequelize';