mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
b41671c128
`#touch_and_save_journals` seems to have been introduced in 7b93b60
because of the bug producing the error "ERROR: new row for relation
"journals" violates check constraint
"journals_validity_period_not_empty" (PG::CheckViolation)".
As this bug has been fixed, using `#touch_and_save_journals` should not
be needed anymore, but we'll keep it to be on the safe side.
Only the unit test has been updated to report that this doesn't fail
anymore.