add the schema of MarkAsNotSuitLog, VMarkAsNotSuitLog schema

This commit is contained in:
geekgeekrun
2024-10-20 00:28:01 +08:00
parent 512fc94b1a
commit 7f0ae45758
9 changed files with 321 additions and 2 deletions

View File

@@ -12,10 +12,12 @@ import { JobInfoChangeLog } from "./entity/JobInfoChangeLog";
import { BossActiveStatusRecord } from "./entity/BossActiveStatusRecord";
import { UserInfo } from "./entity/UserInfo";
import { AutoStartChatRunRecord } from './entity/AutoStartChatRunRecord';
import { MarkAsNotSuitLog } from "./entity/MarkAsNotSuitLog"
import { VChatStartupLog } from "./entity/VChatStartupLog";
import { VBossLibrary } from "./entity/VBossLibrary";
import { VJobLibrary } from "./entity/VJobLibrary";
import { VCompanyLibrary } from "./entity/VCompanyLibrary"
import { VMarkAsNotSuitLog } from "./entity/VMarkAsNotSuitLog"
import sqlite3 from 'sqlite3';
import * as cliHighlight from 'cli-highlight';
@@ -47,7 +49,9 @@ export function initDb(dbFilePath) {
VChatStartupLog,
VBossLibrary,
VJobLibrary,
VCompanyLibrary
VCompanyLibrary,
MarkAsNotSuitLog,
VMarkAsNotSuitLog,
],
migrations: [
UpdateChatStartupLogTable1729182577167