You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/migrations/v1_20
Zettat123 b958dba1a0
Improve indices for `action` table (#23532)
Close #21611 

Add the index mentioned in
https://github.com/go-gitea/gitea/issues/21611#issuecomment-1451113252 .
Since we already have an index for `("created_unix", "user_id",
"is_deleted")` columns on PostgreSQL, I removed the database type check
to apply this index to all types of databases.
2 years ago
..
v244.go
v245.go Add user webhooks (#21563) 2 years ago
v246.go Fix missed migration in #22235 (#23482) 2 years ago
v247.go Do not store user projects as organization projects (#23353) 2 years ago
v248.go Display the version of runner in the runner list (#23490) 2 years ago
v249.go Improve indices for `action` table (#23532) 2 years ago