Skip to content

Commit

Permalink
Merge pull request mbari-org#248 from MBARIMike/main
Browse files Browse the repository at this point in the history
Add vehicle_name and quality_comment to the MissionTable view
  • Loading branch information
MBARIMike authored Jun 3, 2024
2 parents 4ee1513 + a8a123e commit 7cf97f7
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 7cf97f7

Please sign in to comment.