Convert metadata tables to camelCase (#2400)

* Convert metadata tables to camelCase

* datasourcemetadataid to datasourceid

* refactor metadata folders

* fix command

* move commands out of metadata

* fix seed

* rename objectId and fieldId in objectMetadataId and fieldMetadataId in FE

* fix field-metadata

* Fix

* Fix

* remove logs

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Weiko
2023-11-09 20:06:10 +01:00
committed by GitHub
parent 5622f42e7a
commit 1cf08c797f
238 changed files with 1851 additions and 2252 deletions

View File

@ -20,7 +20,7 @@ export const mockedObjectMetadataItems = {
node: {
id: '5db475e7-8208-402d-97a1-62c9ce344dd4',
type: 'TEXT',
name: 'objectId',
name: 'objectMetadataId',
label: 'Object Id',
description: 'View target object',
icon: null,
@ -127,7 +127,7 @@ export const mockedObjectMetadataItems = {
node: {
id: '4d77c2dd-2b04-4989-b11e-cb0e386d1b4d',
type: 'TEXT',
name: 'fieldId',
name: 'fieldMetadataId',
label: 'Field Id',
description: 'View Field target field',
icon: null,