squash migrations
This commit is contained in:
parent
9da2a98f55
commit
6f72c27d20
7 changed files with 66 additions and 251 deletions
|
@ -30,17 +30,12 @@ import { membership } from "./entity/membership";
|
|||
import { Memberdata1726301836849 } from "./migrations/1726301836849-memberdata";
|
||||
import { CommunicationFields1727439800630 } from "./migrations/1727439800630-communicationFields";
|
||||
import { protocol } from "./entity/protocol";
|
||||
import { ProtocolInit1727953803404 } from "./migrations/1727953803404-protocol-init";
|
||||
import { ProtocolBase1728037129072 } from "./migrations/1728037129072-protocolBase";
|
||||
import { protocolAgenda } from "./entity/protocolAgenda";
|
||||
import { protocolDecision } from "./entity/protocolDecision";
|
||||
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";
|
||||
import { protocolPrintout } from "./entity/protocolPrintout";
|
||||
import { ProtocolPrintout1729344771434 } from "./migrations/1729344771434-protocolPrintout";
|
||||
import { Protocol1729347911107 } from "./migrations/1729347911107-protocol";
|
||||
|
||||
const dataSource = new DataSource({
|
||||
type: DB_TYPE as any,
|
||||
|
@ -86,12 +81,7 @@ const dataSource = new DataSource({
|
|||
MemberBaseData1725435669492,
|
||||
Memberdata1726301836849,
|
||||
CommunicationFields1727439800630,
|
||||
ProtocolInit1727953803404,
|
||||
ProtocolBase1728037129072,
|
||||
ProtocolTables1728563204766,
|
||||
ProtocolTableRename1728645611919,
|
||||
ProtocolTableTypes1728999487170,
|
||||
ProtocolPrintout1729344771434,
|
||||
Protocol1729347911107,
|
||||
],
|
||||
migrationsRun: true,
|
||||
migrationsTransactionMode: "each",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue