File tree Expand file tree Collapse file tree 3 files changed +34
-1
lines changed
integrationTest/resources/db/testmigration
main/resources/db/migration Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 9
9
<suppress >
10
10
<cve >CVE-2022-45688</cve >
11
11
</suppress >
12
-
12
+
13
+ <suppress >
14
+ <notes >Temporary suppression for spring-boot-2.7.7.jar</notes >
15
+ <cve >CVE-2023-20873</cve >
16
+ </suppress >
17
+ <suppress >
18
+ <notes >Temporary suppression for CVE-2023-20862</notes >
19
+ <cve >CVE-2023-20862</cve >
20
+ </suppress >
21
+
13
22
<suppress >
14
23
<notes ><![CDATA[
15
24
file name: launchdarkly-java-server-sdk-5.10.7.jar (shaded: org.yaml:snakeyaml:1.32)
Original file line number Diff line number Diff line change
1
+ -- Alter dbjudicialdata.judicial_user_profile
2
+ ALTER TABLE dbjudicialdata .judicial_user_profile ALTER COLUMN post_nominals type VARCHAR (256 );
3
+ ALTER TABLE dbjudicialdata .judicial_user_profile DROP COLUMN leaving_on;
4
+
5
+
6
+ -- Alter dbjudicialdata.judicial_office_appointment
7
+ ALTER TABLE dbjudicialdata .judicial_office_appointment ADD UNIQUE (appointment_id);
8
+
9
+
10
+ -- Alter dbjudicialdata.judicial_office_authorisation
11
+ ALTER TABLE dbjudicialdata .judicial_office_authorisation ADD CONSTRAINT appointment_id_fk2 FOREIGN KEY (appointment_id)
12
+ REFERENCES dbjudicialdata .judicial_office_appointment (appointment_id);
Original file line number Diff line number Diff line change
1
+ -- Alter dbjudicialdata.judicial_user_profile
2
+ ALTER TABLE dbjudicialdata .judicial_user_profile ALTER COLUMN post_nominals type VARCHAR (256 );
3
+ ALTER TABLE dbjudicialdata .judicial_user_profile DROP COLUMN leaving_on;
4
+
5
+
6
+ -- Alter dbjudicialdata.judicial_office_appointment
7
+ ALTER TABLE dbjudicialdata .judicial_office_appointment ADD UNIQUE (appointment_id);
8
+
9
+
10
+ -- Alter dbjudicialdata.judicial_office_authorisation
11
+ ALTER TABLE dbjudicialdata .judicial_office_authorisation ADD CONSTRAINT appointment_id_fk2 FOREIGN KEY (appointment_id)
12
+ REFERENCES dbjudicialdata .judicial_office_appointment (appointment_id);
You can’t perform that action at this time.
0 commit comments