Skip to content

Commit

Permalink
Fix pipeline test and remove migration
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Feb 5, 2025
1 parent 20f7233 commit 5226fa5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
ALTER TYPE public.logbook_message_transmission_format ADD VALUE 'MANUAL' AFTER 'FLUX';
ALTER TABLE public.logbook_reports
ALTER COLUMN operation_type SET NOT NULL;
ALTER TABLE public.logbook_reports
ALTER COLUMN integration_datetime_utc SET NOT NULL;
ALTER TABLE public.logbook_reports
ALTER COLUMN transmission_format SET NOT NULL;

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def reset_test_data_missing_dep_alerts(reset_test_data):
vessel_id,
vessel_identifier,
vessel_name,
latitude,
longitude,
impact_risk_factor,
probability_risk_factor,
detectability_risk_factor,
Expand All @@ -73,6 +75,8 @@ def reset_test_data_missing_dep_alerts(reset_test_data):
1,
'INTERNAL_REFERENCE_NUMBER',
'ÉTABLIR IMPRESSION LORSQUE',
8.322,
1.256,
1.5,
2.5,
3.1,
Expand Down

0 comments on commit 5226fa5

Please sign in to comment.