From 4994f13a4a8409aa1eb26b3d0d0f081949a780e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Tikvi=C4=87?= Date: Wed, 21 Sep 2016 16:17:57 +0200 Subject: [PATCH] correlationFields konacno! --- README.md | 2 ++ tables_utility.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5990a5c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +TODO: +* list config diff --git a/tables_utility.go b/tables_utility.go index 28bec4e..a5f52d3 100644 --- a/tables_utility.go +++ b/tables_utility.go @@ -13,7 +13,7 @@ type Table struct { TableType string `json:"tableType"` Translations []TableTranslation `json:"translations"` TableFields []Field `json:"tableFields"` - Correlations []CorrelationField `json:"correlation_fields"` + Correlations []CorrelationField `json:"correlationFields"` IdField string `json:"idField"` } -- 1.8.1.2