jojo/routers/api/v1/notify
Gusted d1cef852ee feat: rework notification table (#9926)
This change is motivated by 5e300a2a87

- Drop the `updated_by` and `commit_id` column, they are unused and have a index for no reason.
- Drop the index on `status` and `created_unix` and make a index on `(user_id, status)`.

## Test
1. Run migration.
2. Confirm the migration succeeds.
3. Check that `notification` table has the correct indexes.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9926
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-11-29 23:03:56 +01:00
..
notifications.go feat: rework notification table (#9926) 2025-11-29 23:03:56 +01:00
repo.go feat: rework notification table (#9926) 2025-11-29 23:03:56 +01:00
threads.go Update Swagger annotations to reflect actual behavior (#9138) 2025-09-15 11:55:49 +02:00
user.go feat: rework notification table (#9926) 2025-11-29 23:03:56 +01:00