summaryrefslogtreecommitdiffstats
path: root/src/main/resources/script/loadContent.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/script/loadContent.groovy')
-rw-r--r--src/main/resources/script/loadContent.groovy3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/script/loadContent.groovy b/src/main/resources/script/loadContent.groovy
index 8446ac5..4890abd 100644
--- a/src/main/resources/script/loadContent.groovy
+++ b/src/main/resources/script/loadContent.groovy
@@ -19,7 +19,8 @@ def response = [
"short_code": schema_def.short_code,
"ddl": schema_def.ddl,
"schema_statement_separator": schema_def.statement_separator,
- "schema_structure": schema_def.structure
+ "schema_structure": schema_def.structure,
+ "full_name": schema_def.db_type.full_name
]
if (fragment_parts.size() > 2) {