add excused state to protocol presence

This commit is contained in:
Julian Krauser 2025-01-19 13:14:12 +01:00
parent a4b26013a7
commit 4dd6fa6d8a
5 changed files with 28 additions and 0 deletions

View file

@ -67,6 +67,7 @@ import { ProtocolAbsent1736072179716 } from "./migrations/1736072179716-protocol
import { Memberlist1736079005086 } from "./migrations/1736079005086-memberlist";
import { ExtendViewValues1736084198860 } from "./migrations/1736084198860-extendViewValues";
import { FinishInternalIdTransfer1736505324488 } from "./migrations/1736505324488-finishInternalIdTransfer";
import { ProtocolPresenceExcuse1737287798828 } from "./migrations/1737287798828-protocolPresenceExcuse";
const dataSource = new DataSource({
type: DB_TYPE as any,
@ -144,6 +145,7 @@ const dataSource = new DataSource({
Memberlist1736079005086,
ExtendViewValues1736084198860,
FinishInternalIdTransfer1736505324488,
ProtocolPresenceExcuse1737287798828,
],
migrationsRun: true,
migrationsTransactionMode: "each",