Mercurial > p > roundup > code
diff CHANGES.txt @ 6434:269f39e28d5c
issue2551142 - Import of retired node ... unique constraint failure.
Title: Import of retired node with username after active node fails
with unique constraint failure.
Use different way of checking log output. Remove commit and rollback
messages. For some reason python 3.4 in CI has different location
for our interesting messages. 3.5+ all passed fine.
Update upgrading.txt and CHANGES.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 10 Jun 2021 16:16:40 -0400 |
| parents | ada1edcc9132 |
| children | ada96db8ec62 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Jun 10 12:52:05 2021 -0400 +++ b/CHANGES.txt Thu Jun 10 16:16:40 2021 -0400 @@ -133,6 +133,10 @@ (John Rouillard) - issue2551142 - Import of retired node with username after active node fails with unique constraint failure. (John Rouillard) +- *** Must run roundup-admin migrate *** + Increment rdbms version from 5 to 6. Mysql rdbms classes were + missing unique key constraint. Found during fix for issue2551142. + See upgrading.txt. Features: - issue2550522 - Add 'filter' command to command-line
