Files
swiss-backend/TODO
Michel ten Voorde da7ea66d3e
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
Invallers
2025-09-11 23:43:10 +02:00

40 lines
952 B
Plaintext

https://stackoverflow.com/questions/76220171/kubernetes-continuous-deploy-plugin-not-found-in-jenkins
https://dev.to/amailath/secure-your-spring-boot-and-angular-application-with-jwt-authentication-a-comprehensive-guide-3o64
https://bootify.io/spring-security/rest-api-spring-security-with-jwt.html
https://access.crunchydata.com/documentation/postgres-operator/latest/tutorials/cluster-management/update-cluster
Token refresh
db update:
round.is_finals_round
koppeltabel eventgroup_teams
tournament.active
set search_path to swiss;
ALTER TABLE match
ADD counter_id bigint;
;
ALTER TABLE round
ADD is_finals_round boolean;
ALTER TABLE round
ADD is_final_round boolean DEFAULT (false);
;
ALTER TABLE tournament_player
ADD counting boolean;
ALTER TABLE tournament_player
ADD counts bigint;
UPDATE tournament_player SET counting = false;
UPDATE tournament_player SET counts = 0;
tournament_player.substitute_id + constraint