mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
test(scan): verify constraint discovery warnings
This commit is contained in:
parent
86dc85869e
commit
b5b1dc056f
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import type { KtxSchemaSnapshot, KtxSchemaTable, KtxTableRef } from '../../../sc
|
|||
|
||||
export const LIVE_DATABASE_META_FILE = 'connection.json';
|
||||
export const LIVE_DATABASE_FOREIGN_KEYS_FILE = 'foreign-keys.json';
|
||||
/** @internal */
|
||||
export const LIVE_DATABASE_WARNINGS_FILE = 'warnings.json';
|
||||
const LIVE_DATABASE_TABLES_DIR = 'tables';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue