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
Remove db constraint on historical user to prevent IntegrityError (#676)
* Remove db constraint on historical user to prevent IntegrityError when deleting user
* added ``user_db_constraint`` param to history to avoid circular reference on delete (gh-676)
* Move user_db_constraint to bottom parameter
0 commit comments