mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-23 21:48:45 +02:00
Diffusion des vidéos
This commit is contained in:
@ -89,6 +89,7 @@ CREATE TABLE IF NOT EXISTS `teams` (
|
||||
`participant_4` int(8) DEFAULT NULL,
|
||||
`participant_5` int(8) DEFAULT NULL,
|
||||
`inscription_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`allow_publish` tinyint(1) DEFAULT 0,
|
||||
`validation_status` varchar(64) NOT NULL,
|
||||
`video_team1` int(11) DEFAULT NULL,
|
||||
`video_team2` int(11) DEFAULT NULL,
|
||||
|
Reference in New Issue
Block a user