Fix workspace-sync when alter with relation (#3721)
This commit is contained in:
@ -106,6 +106,10 @@ export class WorkspaceSyncFactory {
|
|||||||
|
|
||||||
if (createdFieldMetadataCollection.length > 0) {
|
if (createdFieldMetadataCollection.length > 0) {
|
||||||
for (const fieldMetadata of createdFieldMetadataCollection) {
|
for (const fieldMetadata of createdFieldMetadataCollection) {
|
||||||
|
if (fieldMetadata.type === FieldMetadataType.RELATION) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
const migrations = [
|
const migrations = [
|
||||||
{
|
{
|
||||||
name: computeObjectTargetTable(
|
name: computeObjectTargetTable(
|
||||||
|
|||||||
Reference in New Issue
Block a user