Fix link.
This commit is contained in:
parent
69aa5efcd1
commit
29a6a6683b
|
@ -2,10 +2,7 @@ import Router from "@koa/router"
|
||||||
import * as datasourceController from "../controllers/datasource"
|
import * as datasourceController from "../controllers/datasource"
|
||||||
import authorized from "../../middleware/authorized"
|
import authorized from "../../middleware/authorized"
|
||||||
import { permissions } from "@budibase/backend-core"
|
import { permissions } from "@budibase/backend-core"
|
||||||
import {
|
import { datasourceValidator } from "./utils/validators"
|
||||||
datasourceValidator,
|
|
||||||
datasourceQueryValidator,
|
|
||||||
} from "./utils/validators"
|
|
||||||
|
|
||||||
const router: Router = new Router()
|
const router: Router = new Router()
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,4 @@
|
||||||
import {
|
import { Datasource, Query, QueryPreview } from "@budibase/types"
|
||||||
Datasource,
|
|
||||||
Operation,
|
|
||||||
Query,
|
|
||||||
QueryPreview,
|
|
||||||
TableSourceType,
|
|
||||||
} from "@budibase/types"
|
|
||||||
import {
|
import {
|
||||||
DatabaseName,
|
DatabaseName,
|
||||||
datasourceDescribe,
|
datasourceDescribe,
|
||||||
|
|
|
@ -3329,7 +3329,7 @@ if (descriptions.length) {
|
||||||
})
|
})
|
||||||
|
|
||||||
isSql &&
|
isSql &&
|
||||||
describe.only("primaryDisplay", () => {
|
describe("primaryDisplay", () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
let toRelateTableId = await createTable({
|
let toRelateTableId = await createTable({
|
||||||
name: {
|
name: {
|
||||||
|
|
Loading…
Reference in New Issue