|
@@ -1,3 +1,5 @@
|
|
|
|
|
+
|
|
|
|
|
+/*
|
|
|
CREATE TABLE `jwt` (
|
|
CREATE TABLE `jwt` (
|
|
|
`id_user` int NOT NULL,
|
|
`id_user` int NOT NULL,
|
|
|
`md5` varchar(32) NOT NULL,
|
|
`md5` varchar(32) NOT NULL,
|
|
@@ -19,4 +21,5 @@ INSERT INTO `access` (`id`, `label`, `show`, `add`, `access`, `noAccess`) VALUES
|
|
|
INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('7#16', '7', '16', NULL);
|
|
INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('7#16', '7', '16', NULL);
|
|
|
INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('6#17', '6', '17', 'salaire');
|
|
INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('6#17', '6', '17', 'salaire');
|
|
|
INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('5#17', '5', '17', 'salaire');
|
|
INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('5#17', '5', '17', 'salaire');
|
|
|
-INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('4#17', '4', '17', 'salaire');
|
|
|
|
|
|
|
+INSERT INTO `type_access` (`id`, `id_type`, `id_access`, `exception`) VALUES ('4#17', '4', '17', 'salaire');
|
|
|
|
|
+*/
|