diff --git a/smdb/smdb/tables.py b/smdb/smdb/tables.py index 970f4f3b..21656f74 100644 --- a/smdb/smdb/tables.py +++ b/smdb/smdb/tables.py @@ -28,9 +28,11 @@ class Meta: "region_name", "track_length", "start_depth", + "vehicle_name", "quality_categories", "patch_test", "repeat_survey", + "quality_comment", "mgds_compilation", ) sequence = ( @@ -39,9 +41,11 @@ class Meta: "region_name", "track_length", "start_depth", + "vehicle_name", "quality_categories", "patch_test", "repeat_survey", + "quality_comment", "mgds_compilation", "expedition", )