Browse Source

fix type error in migration

pull/4140/head
flisowna 2 years ago
parent
commit
de205cedd1
  1. 788
      packages/nocodb-sdk/src/lib/Api.ts
  2. 2
      packages/nocodb/src/lib/migrations/v2/nc_021_map_view.ts

788
packages/nocodb-sdk/src/lib/Api.ts

File diff suppressed because it is too large Load Diff

2
packages/nocodb/src/lib/migrations/v2/nc_021_map_view.ts

@ -1,5 +1,5 @@
import { MetaTable } from '../../utils/globals';
import Knex from 'knex';
import { Knex } from 'knex';
const up = async (knex: Knex) => {
await knex.schema.createTable(MetaTable.MAP_VIEW, (table) => {

Loading…
Cancel
Save