Content
View differences
Updated by Hagen Schink over 12 years ago
On www.openproject.org the format of notes of automatic planning element updates are corrupted. The trailing underscore ‘\_’ is missing. still use former planning element referencing. This data needs to be migrated.
### Details
The expected format On PostgreSQL we can use regular expression to update those journal notes that contain update messages. Two forms of an automatic planning element update note is:
<code>_Updated messages exist:
- English: <code>Updated automatically by changing values within child planning element #1411_</code>
Because of an error \#1411</code>
- German: <code>Automatisch durch die Änderungen in the related \#1888 aktualisert</code>
The migration the format of such messages became corrupted (note the missing underscore ‘\_’ at the end of the message):
<code>_Updated automatically by changing values within child planning element #1411</code> that missed those automatic update notes are fixed already.
### Details
The expected format
<code>_Updated
- English: <code>Updated
Because of an error
- German: <code>Automatisch durch die Änderungen
The
<code>_Updated automatically by changing values within child planning element #1411</code>