feat(matches): add manual match creation functionality and related fields
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 59s

This commit is contained in:
Torsten Schulz (local)
2026-08-19 13:43:16 +02:00
parent dc447acf57
commit d251d40868
9 changed files with 261 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `match`
ADD COLUMN `fixture_type` VARCHAR(32) NOT NULL DEFAULT 'league',
ADD COLUMN `notes` TEXT NULL;