1
0
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:
galaxyoyo
2019-09-24 10:08:53 +02:00
parent 061e83fd58
commit 32e47f73f3
10 changed files with 56 additions and 26 deletions

View File

@ -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,