Skip to content

Commit a1e7ade

Browse files
authored
Add 'organisation|organisations' to field checks
1 parent e49fc44 commit a1e7ade

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

digital_land/package/sqlite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def get_table_fields(self, tables=None):
217217
"expect|organisations",
218218
"expect|parameters",
219219
"expectation|parameters",
220+
"organisation|organisations"
220221
]:
221222
parent_field = self.specification.field[field]["parent-field"]
222223
join_table = "%s_%s" % (table, parent_field)

0 commit comments

Comments
 (0)