|
|
@ -32,14 +32,6 @@ CREATE TABLE `logins` ( |
|
|
|
`pwd` varchar(255) NOT NULL |
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
|
|
|
|
|
|
|
-- |
|
|
|
-- Dumping data for table `logins` |
|
|
|
-- |
|
|
|
|
|
|
|
INSERT INTO `logins` (`login`, `pwd`) VALUES |
|
|
|
('prof', 'arthur'), |
|
|
|
('referant', 'azerty'); |
|
|
|
|
|
|
|
-- -------------------------------------------------------- |
|
|
|
|
|
|
|
-- |
|
|
@ -61,17 +53,6 @@ CREATE TABLE `pannes` ( |
|
|
|
`traitement` tinyint(1) NOT NULL |
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
|
|
|
|
|
|
|
-- |
|
|
|
-- Dumping data for table `pannes` |
|
|
|
-- |
|
|
|
|
|
|
|
INSERT INTO `pannes` (`ID`, `dates`, `details`, `lieu`, `salle`, `pos`, `materiel`, `marque`, `model`, `nserie`, `demandeur`, `traitement`) VALUES |
|
|
|
(1, '2021-10-22', 'Bonjour de Bretagne', 'Bâtiment A', '42', 'au fond a gauche', 'pc', 'alienware', 'lattitude E6410', 'sefv-45-gd1', 'barraux', 0), |
|
|
|
(4, '2021-10-23', 'sq@', 'FE', 'ds', 'QDGFDQ', 'UC', 'QGDF', 'FQG', 'QGZet', 'qgqre', 0), |
|
|
|
(5, '2021-10-23', 'sq@', 'FE', 'ds', 'QDGFDQ', 'UC', 'QGDF', 'FQG', 'sgf', 'sef', 0), |
|
|
|
(6, '2021-10-25', 'manque la dernière carte graphique', 'Locquirec', 'Ma chambre', 'Sur le lit', 'UC', 'Dell', 'LATITTUDE E6410', 'chai pas', 'BARRAUX', 0), |
|
|
|
(7, '2021-10-28', 'pas d\'inspi', 'Locquirec', 'chambre 6', 'pas bougé', 'UC', 'Dell', 'flemme', 'je sais pas', 'Le Cocotier des mers', 0); |
|
|
|
|
|
|
|
-- |
|
|
|
-- Indexes for dumped tables |
|
|
|
-- |
|
|
|