1
0
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:
galaxyoyo
2019-09-25 01:08:38 +02:00
parent 371605d265
commit 2b1bb79efb
6 changed files with 22 additions and 19 deletions

View File

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