mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
2dac34276a
* chore: add database test fixture to insert non-unique linked_ids * chore: create unit test to exercise failed email change bug * fix: add postgres triggers to keep user_links clear of deleted users * Add migrations to prevent deleted users with links * Force soft delete of users, do not allow un-delete