mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 05:06:50 +00:00
feat: Add option to show m2m tables
re #388 Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -270,7 +270,7 @@ export default {
|
||||
this.tables = (await this.$store.dispatch('sqlMgr/ActSqlOp', [{
|
||||
dbAlias: this.db.meta.dbAlias,
|
||||
env: this.$store.getters['project/GtrEnv']
|
||||
}, 'tableList', { force: true }])).data.list
|
||||
}, 'tableList', { force: true, includeM2M: true }])).data.list
|
||||
},
|
||||
|
||||
async saveModels() {
|
||||
|
||||
Reference in New Issue
Block a user