change salutation to separate table
This commit is contained in:
parent
ff651b7d8f
commit
21cf811a56
17 changed files with 64 additions and 61 deletions
|
@ -71,6 +71,7 @@ import { ProtocolPresenceExcuse1737287798828 } from "./migrations/1737287798828-
|
|||
import { webapi } from "./entity/user/webapi";
|
||||
import { webapiPermission } from "./entity/user/webapi_permission";
|
||||
import { AddWebapiTokens1737453096674 } from "./migrations/1737453096674-addwebapiTokens";
|
||||
import { salutation } from "./entity/settings/salutation";
|
||||
|
||||
const dataSource = new DataSource({
|
||||
type: DB_TYPE as any,
|
||||
|
@ -96,6 +97,7 @@ const dataSource = new DataSource({
|
|||
executivePosition,
|
||||
membershipStatus,
|
||||
qualification,
|
||||
salutation,
|
||||
member,
|
||||
memberAwards,
|
||||
memberExecutivePositions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue