mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-22 03:18:22 +02:00
Corrections mineurs
This commit is contained in:
@ -47,7 +47,6 @@ CREATE TABLE IF NOT EXISTS `documents` (
|
||||
`user` int(11) NOT NULL,
|
||||
`team` int(11) NOT NULL,
|
||||
`problem` int(11) NOT NULL,
|
||||
`type` varchar(64) NOT NULL,
|
||||
`uploaded_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`file_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
Reference in New Issue
Block a user