protcol table services
This commit is contained in:
parent
dd74005043
commit
475a13ce36
19 changed files with 502 additions and 10 deletions
|
@ -33,10 +33,11 @@ import { protocol } from "./entity/protocol";
|
|||
import { ProtocolInit1727953803404 } from "./migrations/1727953803404-protocol-init";
|
||||
import { ProtocolBase1728037129072 } from "./migrations/1728037129072-protocolBase";
|
||||
import { protocolAgenda } from "./entity/protocolAgenda";
|
||||
import { protocolDecisions } from "./entity/protocolDecisions";
|
||||
import { protocolDecision } from "./entity/protocolDecision";
|
||||
import { protocolPresence } from "./entity/protocolPresence";
|
||||
import { protocolVotings } from "./entity/protocolVotings";
|
||||
import { protocolVoting } from "./entity/protocolVoting";
|
||||
import { ProtocolTables1728563204766 } from "./migrations/1728563204766-protocolTables";
|
||||
import { ProtocolTableRename1728645611919 } from "./migrations/1728645611919-protocolTableRename";
|
||||
|
||||
const dataSource = new DataSource({
|
||||
type: DB_TYPE as any,
|
||||
|
@ -68,9 +69,9 @@ const dataSource = new DataSource({
|
|||
membership,
|
||||
protocol,
|
||||
protocolAgenda,
|
||||
protocolDecisions,
|
||||
protocolDecision,
|
||||
protocolPresence,
|
||||
protocolVotings,
|
||||
protocolVoting,
|
||||
],
|
||||
migrations: [
|
||||
Initial1724317398939,
|
||||
|
@ -84,6 +85,7 @@ const dataSource = new DataSource({
|
|||
ProtocolInit1727953803404,
|
||||
ProtocolBase1728037129072,
|
||||
ProtocolTables1728563204766,
|
||||
ProtocolTableRename1728645611919,
|
||||
],
|
||||
migrationsRun: true,
|
||||
migrationsTransactionMode: "each",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue