Add migration ci check (#8867)

Fixes #8865

---------

Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
Weiko
2024-12-09 17:15:24 +01:00
committed by GitHub
parent 310bba758b
commit 23015de996
10 changed files with 250 additions and 46 deletions

View File

@ -67,8 +67,8 @@ export class KeyValuePair {
value: JSON;
@Field(() => String)
@Column({ nullable: false, type: 'text' })
textValueDeprecated: string;
@Column({ nullable: true, type: 'text' })
textValueDeprecated: string | null;
@Field(() => KeyValuePairType)
@Column({