mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-08 07:41:26 +08:00
revert: remove ChangeJobLibraryView1744467048874
This commit is contained in:
@@ -25,7 +25,6 @@ import { saveChatStartupRecord, saveJobInfoFromRecommendPage, saveMarkAsNotSuitR
|
||||
import { UpdateChatStartupLogTable1729182577167 } from "./migrations/1729182577167-UpdateChatStartupLogTable";
|
||||
import minimist from 'minimist'
|
||||
import { UpdateBossInfoTable1732032381304 } from "./migrations/1732032381304-UpdateBossInfoTable";
|
||||
import { ChangeJobLibraryView1744467048874 } from "./migrations/1744467048874-ChangeJobLibraryView";
|
||||
|
||||
export function initDb(dbFilePath) {
|
||||
const { DataSource } = requireTypeorm()
|
||||
@@ -58,7 +57,6 @@ export function initDb(dbFilePath) {
|
||||
migrations: [
|
||||
UpdateChatStartupLogTable1729182577167,
|
||||
UpdateBossInfoTable1732032381304,
|
||||
ChangeJobLibraryView1744467048874
|
||||
],
|
||||
migrationsRun: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user