Pull request #472: RED-4483-skippedHexColor not added during migration
Merge in RED/persistence-service from bugfix/RED-4483 to master * commit '2a999b848f9754f713fc1e512ac20bad07f62203': RED-4483-skippedHexColor not added during migration
This commit is contained in:
commit
0935f1faa0
@ -83,3 +83,5 @@ databaseChangeLog:
|
||||
file: db/changelog/sql/33-set-file-processing-error-counter.sql
|
||||
- include:
|
||||
file: db/changelog/34-add-reports-information-column.changelog.yaml
|
||||
- include:
|
||||
file: db/changelog/sql/35-update-skipped-color-existing-types.sql
|
||||
|
||||
@ -0,0 +1 @@
|
||||
update entity e set skipped_hex_color = (select not_redacted from color_configuration c where c.dossier_template_id = e.dossier_template_id) where skipped_hex_color is null;
|
||||
Loading…
x
Reference in New Issue
Block a user