mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
fix onConflict for components
This commit is contained in:
parent
8e5543b21d
commit
3acb08cd5b
@ -215,7 +215,7 @@ const createComponent = (attributeName, attribute, meta) => {
|
||||
orderBy: {
|
||||
order: 'asc',
|
||||
},
|
||||
pivotColumns: ['entity_id', 'component_id', 'field'],
|
||||
pivotColumns: ['entity_id', 'component_id', 'field', 'component_type'],
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user