Skip to content

Commit

Permalink
Merge pull request #18 from AntaresSimulatorTeam/feature/ANT-2324_but…
Browse files Browse the repository at this point in the history
…tons_study_by_status

ERROR status added to StudyStatus.java
  • Loading branch information
melazaar authored Dec 17, 2024
2 parents b1bb24e + a045456 commit e23c166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pegase-env-local/sql_utils/init_project.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ values (1, 'BP23A_LIVV4_2023_REF', 'Guillaume arthrotomies', 'IN_PROGRESS', '20
(3, 'BP23A_LIVV4_2021_REF', 'jamal eddine reda', 'GENERATED', '2030-2031', '2024-07-25 10:07:21.000000', 1),
(8, 'BP23A_LIVV4_2029_REF', 'Khalil reporting', 'GENERATED', '2030-2031', '2024-07-25 10:07:21.000000', 3),
(6, 'BP23A_LIVV4_2022_REF', 'Jabrane SEER', 'GENERATED', '2030-2031', '2024-07-25 10:07:21.000000', 2),
(5, 'BP23A_LIVV4_2032_REF', 'Cedric mco', 'GENERATED', '2030-2031', '2024-07-25 10:07:21.000000', 2);
(5, 'BP23A_LIVV4_2032_REF', 'Cedric mco', 'GENERATED', '2030-2031', '2024-07-25 10:07:21.000000', 2),
(9, 'BP23A_LIVV4_2032_REF', 'Diego Rivera', 'ERROR', '2030-2031', '2024-07-25 10:07:21.000000', 2);

insert into pegase_db_schema.trajectory (id, file_name, file_size, checksum, type, version, created_by, creation_date, last_modification_content_date, horizon)
values (3, 'areas_BP23_A_ref_v2', 6822, 'd73a71ca53c7952eb99ab46eec3aeb24fda4d109652f0f539581227124c25010', 'AREA', 1, 'zayd', '2024-07-22 15:13:56.860045', '2024-07-09 10:55:27.467000','2023-2024'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ public enum StudyStatus {
IN_PROGRESS,
CLOSED,
DELETED,
ERROR
}

0 comments on commit e23c166

Please sign in to comment.