printout
This commit is contained in:
parent
58213923e5
commit
9da2a98f55
12 changed files with 341 additions and 54 deletions
|
@ -39,6 +39,8 @@ import { protocolVoting } from "./entity/protocolVoting";
|
|||
import { ProtocolTables1728563204766 } from "./migrations/1728563204766-protocolTables";
|
||||
import { ProtocolTableRename1728645611919 } from "./migrations/1728645611919-protocolTableRename";
|
||||
import { ProtocolTableTypes1728999487170 } from "./migrations/1728999487170-protocolTableTypes";
|
||||
import { protocolPrintout } from "./entity/protocolPrintout";
|
||||
import { ProtocolPrintout1729344771434 } from "./migrations/1729344771434-protocolPrintout";
|
||||
|
||||
const dataSource = new DataSource({
|
||||
type: DB_TYPE as any,
|
||||
|
@ -73,6 +75,7 @@ const dataSource = new DataSource({
|
|||
protocolDecision,
|
||||
protocolPresence,
|
||||
protocolVoting,
|
||||
protocolPrintout,
|
||||
],
|
||||
migrations: [
|
||||
Initial1724317398939,
|
||||
|
@ -88,6 +91,7 @@ const dataSource = new DataSource({
|
|||
ProtocolTables1728563204766,
|
||||
ProtocolTableRename1728645611919,
|
||||
ProtocolTableTypes1728999487170,
|
||||
ProtocolPrintout1729344771434,
|
||||
],
|
||||
migrationsRun: true,
|
||||
migrationsTransactionMode: "each",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue