From a3bacadfd13af3a77caa8dc372a7c562fb3c50b6 Mon Sep 17 00:00:00 2001 From: BARRAUX Arthur Date: Sat, 6 Nov 2021 20:03:30 +0100 Subject: [PATCH] tables vierges --- ticket.sql | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ticket.sql b/ticket.sql index 8c82af6..460be26 100644 --- a/ticket.sql +++ b/ticket.sql @@ -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 --