sync and create change
This commit is contained in:
parent
5f434c943e
commit
e1ad491e68
16 changed files with 285 additions and 39 deletions
|
@ -38,6 +38,7 @@ import { protocolPresence } from "./entity/protocolPresence";
|
|||
import { protocolVoting } from "./entity/protocolVoting";
|
||||
import { ProtocolTables1728563204766 } from "./migrations/1728563204766-protocolTables";
|
||||
import { ProtocolTableRename1728645611919 } from "./migrations/1728645611919-protocolTableRename";
|
||||
import { ProtocolTableTypes1728999487170 } from "./migrations/1728999487170-protocolTableTypes";
|
||||
|
||||
const dataSource = new DataSource({
|
||||
type: DB_TYPE as any,
|
||||
|
@ -86,6 +87,7 @@ const dataSource = new DataSource({
|
|||
ProtocolBase1728037129072,
|
||||
ProtocolTables1728563204766,
|
||||
ProtocolTableRename1728645611919,
|
||||
ProtocolTableTypes1728999487170,
|
||||
],
|
||||
migrationsRun: true,
|
||||
migrationsTransactionMode: "each",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue