Joseph T. Lyons
60e9ab8f93
Delete access tokens on user delete ( #34036 )
...
Trying to delete a user record from our admin panel throws the following
error:
`update or delete on table "users" violates foreign key constraint
"access_tokens_user_id_fkey" on table "access_tokens"
Detail: Key (id)=(....) is still referenced from table "access_tokens".`
We need to add a cascade delete to the `access_tokens` table.
Release Notes:
- N/A
2025-07-08 10:08:17 -04:00
..
2024-03-19 19:49:04 -06:00
2024-03-20 17:33:26 -04:00
2024-03-22 08:44:56 -06:00
2024-03-25 17:30:48 -04:00
2024-04-11 15:36:35 -06:00
2024-04-12 11:40:59 -06:00
2024-04-23 15:33:09 -06:00
2024-04-23 15:33:09 -06:00
2024-05-02 11:00:08 -06:00
2024-05-02 12:46:52 -06:00
2024-05-17 17:48:07 +03:00
2024-07-16 12:01:59 -06:00
2024-07-29 14:32:13 -04:00
2024-07-29 22:48:21 -04:00
2024-07-30 10:00:16 -04:00
2024-07-30 16:35:11 -04:00
2024-07-31 16:36:46 -04:00
2024-08-12 17:43:35 +02:00
2024-08-12 17:27:21 -04:00
2024-08-16 15:17:03 -04:00
2024-08-22 18:27:22 -04:00
2024-08-26 10:40:20 -06:00
2024-10-02 22:00:40 +03:00
2024-10-09 16:29:07 -04:00
2024-10-19 19:44:47 +03:00
2024-10-21 17:12:33 -04:00
2024-10-30 11:55:55 -06:00
2025-03-18 12:55:25 -04:00
2025-01-08 19:38:10 +00:00
2025-01-16 00:01:38 +00:00
2025-01-18 22:57:17 +02:00
2025-02-04 18:12:35 -05:00
2025-02-05 19:50:24 +00:00
2025-02-05 18:34:14 -07:00
2025-02-12 15:57:08 -07:00
2025-02-12 15:57:08 -07:00
2025-03-20 18:07:03 -04:00
2025-04-15 13:48:03 -04:00
2025-04-22 20:41:17 +00:00
2025-04-23 15:35:49 +00:00
2025-04-25 20:43:43 +00:00
2025-06-04 16:56:33 +00:00
2025-06-12 19:39:08 +00:00
2025-06-17 12:09:08 +02:00
2025-07-02 21:36:12 -06:00
2025-07-08 10:08:17 -04:00