fix compilation error
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
This commit is contained in:
parent
6e5b665c55
commit
82bdf066e9
@ -191,7 +191,7 @@ func (this *ColumnList) IsEnumToTextConversion(columnName string) bool {
|
||||
|
||||
func (this *ColumnList) SetEnumValues(columnName string, enumValues string) {
|
||||
this.GetColumn(columnName).EnumValues = enumValues
|
||||
|
||||
}
|
||||
|
||||
func (this *ColumnList) String() string {
|
||||
return strings.Join(this.Names(), ",")
|
||||
|
Loading…
Reference in New Issue
Block a user