Files
runners-calendar/backend/migrations/007_cover_image_source.sql
Vakanaut a8b87fc6b1
Some checks failed
CI / build-and-test (pull_request) Has been cancelled
feat: complete race history sprint
2026-07-13 08:31:12 +03:00

3 lines
95 B
SQL

ALTER TABLE races
ADD COLUMN IF NOT EXISTS cover_image_manual BOOLEAN NOT NULL DEFAULT TRUE;