Commit 4994f13a4a8409aa1eb26b3d0d0f081949a780e5

Authored by Marko Tikvić
1 parent 8202fb0dbc
Exists in master and in 1 other branch v2

correlationFields konacno!

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
... ... @@ -0,0 +1,2 @@
  1 +TODO:
  2 +* list config
... ...
tables_utility.go
... ... @@ -13,7 +13,7 @@ type Table struct {
13 13 TableType string `json:"tableType"`
14 14 Translations []TableTranslation `json:"translations"`
15 15 TableFields []Field `json:"tableFields"`
16   - Correlations []CorrelationField `json:"correlation_fields"`
  16 + Correlations []CorrelationField `json:"correlationFields"`
17 17 IdField string `json:"idField"`
18 18 }
19 19  
... ...