Delete users from sql, auth_user

2012-10-25 Thread Ben Copeland
Hello all, I am writing a custom script so users can be added and deleted from reviewboard. However how can I delete a user from auth_user, because I got problems with the foreign key constraint. I am writing the script in php/mysql. Cannot delete or update a parent row: a foreign key

deleting users from reviewboard using sql

2012-10-25 Thread Ben Copeland
Hello all, How can I delete a user using sql code? I have coded a php app populates reviewboard users but I wish to delete users too. Because the use of foreign key constraint makes deleting a user out of the database hard due to all the links. -- Want to help the Review Board project?