1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Merge pull request #2178 from Budibase/martin-fixes

readd one to many
This commit is contained in:
Martin McKeaveney 2021-07-29 22:35:12 +01:00 committed by GitHub
commit 5fc84175b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,6 +172,11 @@
alt: `Many ${table.name} rows → many ${linkTable.name} rows`,
value: RelationshipTypes.MANY_TO_MANY,
},
{
name: `One ${linkName} row → many ${thisName} rows`,
alt: `One ${linkTable.name} rows → many ${table.name} rows`,
value: RelationshipTypes.ONE_TO_MANY,
},
{
name: `One ${thisName} row → many ${linkName} rows`,
alt: `One ${table.name} rows → many ${linkTable.name} rows`,