mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
intégration de l'analyse des avis dans l'interface admin
This commit is contained in:
@@ -52,9 +52,10 @@ CREATE TABLE `borne_criteres` (
|
||||
--
|
||||
|
||||
INSERT INTO `borne_criteres` (`id`, `nom`) VALUES
|
||||
(1, 'proprete'),
|
||||
(2, 'calme'),
|
||||
(3, 'attente');
|
||||
(1, 'analyse');
|
||||
(2, 'proprete'),
|
||||
(3, 'calme'),
|
||||
(4, 'attente');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
@@ -67,7 +68,7 @@ CREATE TABLE `borne_notes_autre` (
|
||||
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`critere_id` int NOT NULL,
|
||||
`avis_id` int NOT NULL,
|
||||
`note` int NOT NULL COMMENT 'Note sur 10'
|
||||
`note` float NOT NULL COMMENT 'Note sur 10'
|
||||
) ;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user