Skip to content

Comments

fix[LUCY-379]: Add Officer Directed Inspection Toggle#1213

Merged
lunamoonmoon merged 1 commit intodevfrom
379-inspection-checkbox
Feb 4, 2026
Merged

fix[LUCY-379]: Add Officer Directed Inspection Toggle#1213
lunamoonmoon merged 1 commit intodevfrom
379-inspection-checkbox

Conversation

@lunamoonmoon
Copy link
Contributor

Pull Request Standards

  • The title of the PR is accurate
  • The title includes the type of change [HOTFIX, FEATURE, etc]
  • The PR title includes the ticket number in format of [LUCY-###]
  • Documentation is updated to reflect change

Description

This PR includes the following proposed change(s):

  • Ensured officer_inspection_ind column added to db, did migrations
  • Screenshot 2026-02-03 at 2 23 45 PM


-- ## Adding Column officer_inspection_ind on table watercraft_risk_assessment
ALTER TABLE watercraft_risk_assessment ADD COLUMN officer_inspection_ind BOOLEAN NULL DEFAULT FALSE;
COMMENT ON COLUMN watercraft_risk_assessment.officer_inspection_ind IS 'Indicator to show that inspection was directed by an officer after a blow by was returned to station';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, love comments on these 👍

Copy link
Contributor

@PaulGreywal PaulGreywal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 🚀

@lunamoonmoon lunamoonmoon merged commit bbde4a1 into dev Feb 4, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants