Roundup Tracker - Issues

Message7264

Author rouilj
Recipients rouilj, schlatterbeck
Date 2021-06-08.01:41:48
Message-id <1623116508.96.0.67062397226.issue2551142@roundup.psfhosted.org>
In-reply-to
Testing with mysql now works. Turns out the unique index
(__retired__, keyvalue) wasn't being created.

I added the call to add_class_key_required_unique_constraint to 
create_class_table_indexes defined in in back_mysql.py.
This now matches the function of create_class_table_indexes
in roundup/backends/rdbms_common.py.

Not sure of the effect of this change on existing trackers.
Still need to investigate.
History
Date User Action Args
2021-06-08 01:41:48rouiljsetmessageid: <1623116508.96.0.67062397226.issue2551142@roundup.psfhosted.org>
2021-06-08 01:41:48rouiljsetrecipients: + rouilj, schlatterbeck
2021-06-08 01:41:48rouiljlinkissue2551142 messages
2021-06-08 01:41:48rouiljcreate