feat(matches): add manual match creation functionality and related fields
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 59s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 59s
This commit is contained in:
3
backend/migrations/20260819_add_manual_match_fields.sql
Normal file
3
backend/migrations/20260819_add_manual_match_fields.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `match`
|
||||
ADD COLUMN `fixture_type` VARCHAR(32) NOT NULL DEFAULT 'league',
|
||||
ADD COLUMN `notes` TEXT NULL;
|
||||
Reference in New Issue
Block a user