chore: Audit of all model column validations (#3757)
* chore: Updating all model validations before the white-hatters get to it ;) * test * Remove isUrl validation, thinking about it need to account for minio and other weird urls here
This commit is contained in:
@@ -34,7 +34,7 @@ class Integration extends IdModel {
|
||||
service: string;
|
||||
|
||||
@Column(DataType.JSONB)
|
||||
settings: any;
|
||||
settings: Record<string, any>;
|
||||
|
||||
@Column(DataType.ARRAY(DataType.STRING))
|
||||
events: string[];
|
||||
|
||||
Reference in New Issue
Block a user