feat: complete race history sprint

This commit is contained in:
Vakanaut
2026-07-13 08:31:12 +03:00
parent 46998a1a67
commit a8b87fc6b1
22 changed files with 725 additions and 288 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE races
ADD COLUMN IF NOT EXISTS cover_image_manual BOOLEAN NOT NULL DEFAULT TRUE;