mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-05 22:43:30 +00:00
show right import script on create diagram
This commit is contained in:
committed by
Jonathan Fishner
parent
a915d8fd16
commit
c6287cd51a
@@ -1,7 +1,4 @@
|
||||
import { minimizeQuery } from './minimize-script';
|
||||
|
||||
const rawSqlServerQuery = `
|
||||
WITH fk_info AS (
|
||||
export const sqlServerQuery = `WITH fk_info AS (
|
||||
SELECT
|
||||
JSON_QUERY(
|
||||
'[' + STRING_AGG(
|
||||
@@ -178,4 +175,3 @@ SELECT JSON_QUERY(
|
||||
', "version": ""}'
|
||||
) AS full_json_result;
|
||||
`;
|
||||
export const SqlServerQuery = minimizeQuery(rawSqlServerQuery);
|
||||
|
||||
Reference in New Issue
Block a user