Skip to content

Commit

Permalink
Add vehicle_nama and quality_comment to the MissionTable view
Browse files Browse the repository at this point in the history
  • Loading branch information
MBARIMike committed Jun 3, 2024
1 parent 57e6cc4 commit a8a123e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions smdb/smdb/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand All @@ -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",
)
Expand Down

0 comments on commit a8a123e

Please sign in to comment.