Add migration ci check (#8867)
Fixes #8865 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -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({
|
||||
|
||||
Reference in New Issue
Block a user