-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pipeline test and remove migration
- Loading branch information
1 parent
20f7233
commit 5226fa5
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
7 changes: 6 additions & 1 deletion
7
backend/src/main/resources/db/migration/internal/V0.293__Update_logbook_reports_table.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
6 changes: 0 additions & 6 deletions
6
backend/src/main/resources/db/migration/internal/V0.294__Update_logbook_reports_table.sql
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters