add sorting to protocol agenda, decision and votings
This commit is contained in:
parent
4b6f0b34df
commit
2e5b345daa
22 changed files with 138 additions and 16 deletions
|
@ -49,6 +49,7 @@ import { BackupAndResetDatabase1738166124200 } from "./migrations/1738166124200-
|
|||
import { CreateSchema1738166167472 } from "./migrations/1738166167472-CreateSchema";
|
||||
import { MemberPrintoutTemplates1742207245862 } from "./migrations/1742207245862-memberPrintoutTemplates";
|
||||
import { Listprinting1742311486232 } from "./migrations/1742311486232-listprinting";
|
||||
import { ProtocolSort1742544887410 } from "./migrations/1742544887410-protocolSort";
|
||||
|
||||
const dataSource = new DataSource({
|
||||
type: DB_TYPE as any,
|
||||
|
@ -107,6 +108,7 @@ const dataSource = new DataSource({
|
|||
CreateSchema1738166167472,
|
||||
MemberPrintoutTemplates1742207245862,
|
||||
Listprinting1742311486232,
|
||||
ProtocolSort1742544887410,
|
||||
],
|
||||
migrationsRun: true,
|
||||
migrationsTransactionMode: "each",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue