devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

User-initiated deletion doesn't work #112

Closed torgeirl closed 1 year ago

torgeirl commented 1 year ago

The «Delete me» function added in #20 no longer works:

relation "trix_core_user_groups" does not exist
LINE 1: DELETE FROM "trix_core_user_groups" WHERE "trix_core_user_gr

I guess this is related to the issues with user migration (#111).

When trying to delete the same user from the Django admin user interface an another error is deplayed:

ProgrammingError: relation "trix_core_user_groups" does not exist
LINE 1: ..."email", "trix_core_user"."consent_datetime" FROM "trix_core
torgeirl commented 1 year ago

98 solved this too.