Changed JSONB in legacybuildermetadata function to JSON
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
- { name: geom_id, type: text, default: 'NULL'}
|
||||
|
||||
- name: obs_legacybuildermetadata
|
||||
return_type: TABLE(name text, subsection jsonb)
|
||||
return_type: TABLE(name text, subsection json)
|
||||
multi_row: true
|
||||
multi_field: true
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user