changes
This commit is contained in:
@@ -29,6 +29,9 @@ export class User {
|
||||
@Column({ type: 'varchar', length: 8, default: 'PLN' })
|
||||
defaultCurrency!: string;
|
||||
|
||||
@Column({ type: 'boolean', default: false })
|
||||
integrationsEnabled!: boolean;
|
||||
|
||||
@Column({ type: 'simple-json', nullable: true })
|
||||
reportPreferences!: {
|
||||
enabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user