mirror of https://github.com/Budibase/budibase.git
10 changed files with 8 additions and 8 deletions
@ -1 +1 @@ |
|||
module.exports = require("./src/tenancy/deprovision") |
|||
module.exports = require("./src/context/deprovision") |
|||
|
|||
@ -1,6 +1,6 @@ |
|||
const { getGlobalUserParams, getAllApps } = require("../db/utils") |
|||
const { getDB, getCouch } = require("../db") |
|||
const { getGlobalDB } = require("./tenancy") |
|||
const { getGlobalDB } = require("../tenancy") |
|||
const { StaticDatabases } = require("../db/constants") |
|||
|
|||
const TENANT_DOC = StaticDatabases.PLATFORM_INFO.docs.tenants |
|||
@ -1,4 +1,4 @@ |
|||
module.exports = { |
|||
...require("./context"), |
|||
...require("../context"), |
|||
...require("./tenancy"), |
|||
} |
|||
|
|||
Loading…
Reference in new issue