You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #6448 we realized that keying audit log events on the project/user IDs causes issues on deletion.
#6450 patches over this by deleting the orphaned events, but a more permanent solution needs to retain those events.
From chat:
We should ultimately key on users.username and projects.normalized_name. In order to key on the latter, it'll need to be changed from a column_property into a real (and unique) column, which will require a migration.
The text was updated successfully, but these errors were encountered:
In #6448 we realized that keying audit log events on the project/user IDs causes issues on deletion.
#6450 patches over this by deleting the orphaned events, but a more permanent solution needs to retain those events.
From chat:
We should ultimately key on
users.username
andprojects.normalized_name
. In order to key on the latter, it'll need to be changed from a column_property into a real (and unique) column, which will require a migration.The text was updated successfully, but these errors were encountered: