mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
reduce length of code
This commit is contained in:
parent
8bdd25cd01
commit
54dee861dd
@ -32,7 +32,7 @@ export class TransactionLink extends BaseEntity {
|
||||
@Column({ length: 255, nullable: false, collation: 'utf8mb4_unicode_ci' })
|
||||
memo: string
|
||||
|
||||
@Column({ length: 96, nullable: false, collation: 'utf8mb4_unicode_ci' })
|
||||
@Column({ length: 24, nullable: false, collation: 'utf8mb4_unicode_ci' })
|
||||
code: string
|
||||
|
||||
@Column({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user