RED-4684 dossier dictionary hasDictionary flag migration
This commit is contained in:
parent
d84b99405b
commit
48400d93aa
@ -59,6 +59,8 @@ databaseChangeLog:
|
||||
file: db/changelog/sql/24.0-clean-up-duplicate-dictionary-entries.sql
|
||||
- include:
|
||||
file: db/changelog/24-add-unique-constraint-for-dictionary.yaml
|
||||
- include:
|
||||
file: db/changelog/release-3.3.12/1-fix-dossier-dictionary.sql
|
||||
- include:
|
||||
file: db/changelog/25-add-index-to-dictionary-entry-tables.yaml
|
||||
- include:
|
||||
@ -91,4 +93,3 @@ databaseChangeLog:
|
||||
file: db/changelog/sql/37-update-colors.sql
|
||||
- include:
|
||||
file: db/changelog/sql/38-update-soft-deleted-processed-flag.sql
|
||||
|
||||
|
||||
@ -0,0 +1 @@
|
||||
update entity set has_dictionary=true where dossier_id is not null and has_dictionary = false;
|
||||
Loading…
x
Reference in New Issue
Block a user