Add workspace migration orchestrator + refactor builders + view/viewField action builders (#14383)
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ import { Column, Index } from 'typeorm';
|
||||
})
|
||||
export abstract class SyncableEntity {
|
||||
@Column({ nullable: true, type: 'uuid' })
|
||||
universalIdentifier?: string | null;
|
||||
universalIdentifier: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user