We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e7ade commit b65716eCopy full SHA for b65716e
1 file changed
digital_land/package/sqlite.py
@@ -217,7 +217,7 @@ def get_table_fields(self, tables=None):
217
"expect|organisations",
218
"expect|parameters",
219
"expectation|parameters",
220
- "organisation|organisations"
+ "organisation|organisations",
221
]:
222
parent_field = self.specification.field[field]["parent-field"]
223
join_table = "%s_%s" % (table, parent_field)
0 commit comments