MCPcopy Create free account
hub / github.com/subquery/subql / dropTsVectorColumnQuery

Function dropTsVectorColumnQuery

packages/node-core/src/db/sync-helper.ts:717–718  ·  view source on GitHub ↗
(schema: string, table: string)

Source from the content-addressed store, hash-verified

715const TS_VECTOR_COL = '_tsv';
716
717export const dropTsVectorColumnQuery = (schema: string, table: string): string =>
718 dropColumnQuery(schema, table, TS_VECTOR_COL);
719export const createTsVectorColumnQuery = (
720 schema: string,
721 table: string,

Callers

nothing calls this directly

Calls 1

dropColumnQueryFunction · 0.85

Tested by

no test coverage detected