diff --git a/docs/presentation.md b/docs/presentation.md index 42261b9..5c947aa 100644 --- a/docs/presentation.md +++ b/docs/presentation.md @@ -1,3 +1,70 @@ # Présentation -Présentation à venir. +Administrateur systèmes et réseaux spécialisé en **automatisation cross-platform** (Ansible/PowerShell/Bash), **virtualisation & conteneurisation** (Proxmox/Docker) et **Active Directory**. Certifié RNCP niveau 6 par OpenClassrooms, compétences acquises via 12 projets techniques couvrant réseaux d'entreprise, supervision, sauvegardes/PRA et sécurité offensive. Homelab en production pour R&D continue. + +--- + +## Les débuts + +Tout a commencé comme un simple hobby avec les premières créations de **serveurs Minecraft** en 2013 : lanceur de jeu customisé, gestion de fichiers de configurations, premiers scripts en Bash puis en Python vers 2015. + +En 2017, j'ai créé mon premier homelab avec un **Raspberry Pi** qui me servait pour divers projets : +- Serveur audio Bluetooth +- AirPlay +- UPnP +- Console de jeux vidéo rétro + +## La découverte du self-hosting + +Au départ, j'étais motivé par la volonté de tester et d'expérimenter : voir si je pouvais accéder à mes fichiers ou services à distance. Puis est venu l'aspect pratique et la volonté de conserver mes données sur mes propres machines. + +C'est vers **2020** que j'ai découvert **Docker**. Mon premier serveur était très simple : quelques `docker run` avec **Nginx Proxy Manager** et un accès administration via **WireGuard**. + +Par la suite, j'ai approfondi mes connaissances : +- Passage aux fichiers **Docker Compose** +- Notions réseau : subnets, VLANs, ACLs +- Transition du bare metal vers la **virtualisation** + +Cela m'a permis d'aboutir à mon architecture actuelle : un serveur Ubuntu déployé sous **Proxmox**, automatisé via **Ansible** et des fichiers Docker Compose. + +## La reconversion professionnelle + +Avant l'informatique, j'ai suivi un parcours en **Lettres** : licence à l'Université de Caen, puis professeur de français contractuel dans l'Éducation Nationale pour des classes de seconde, première STMG et BTS. + +En parallèle, j'ai travaillé comme coordinateur de service civique en prévention santé à la LMDE, et animateur BAFA pendant plusieurs années. + +Après une période de voyages et de travail saisonnier, j'ai décidé de concrétiser ce qui était jusque-là un hobby passionné : faire de l'administration systèmes et réseaux mon métier. En **novembre 2024**, j'ai intégré la formation **Administrateur Systèmes, Réseaux et Sécurité** chez **OpenClassrooms**. + +## La formation OpenClassrooms + +Cette formation, sanctionnée par une **certification RNCP niveau 6** (équivalent Bac+3/4), m'a permis de formaliser et d'approfondir mes compétences à travers **12 projets techniques** couvrant l'ensemble du spectre SysAdmin/DevOps : + +- **Gestion ITSM** : ticketing GLPI, méthodologie ITIL +- **Architecture réseau** : conception LAN multi-VLAN, firewalls, plans d'adressage +- **Conteneurisation** : déploiement d'architectures n-tiers avec Docker +- **Sécurisation** : durcissement Apache, Fail2ban, certificats SSL, FTP chiffré +- **Infrastructure Windows** : VPN site-à-site, Active Directory, RODC, GPO +- **Réseau Cisco** : VLAN, ACL, EtherChannel, NAT/PAT, IPv6 +- **Supervision** : Nagios, sondes personnalisées, centralisation syslog +- **Automatisation** : Ansible cross-platform, intégration GLPI +- **Sauvegardes** : scripts Bash rsync (FULL/INC/DIFF), PRA +- **Conformité** : application des guides ANSSI pour SI de santé +- **Sécurité offensive** : audit Active Directory, pentesting (nmap, Mimikatz, Kerberoasting) +- **Cloud** : migration AWS, architecture technique, estimation des coûts + +J'ai obtenu ma certification par anticipation le **6 novembre 2025**, après moins d'un an de formation. + +Le détail de chaque projet est disponible dans la section [Projets OpenClassrooms](/docs/category/projets-openclassrooms). + +## Vers l'Infrastructure as Code et le DevOps + +L'aspect **Infrastructure as Code** m'a immédiatement plu et m'a amené à m'intéresser à : +- La philosophie **DevOps** +- **Terraform** et sa contrepartie open source **OpenTofu** +- **Git** et les pipelines **CI/CD** +- **Kubernetes** +- Le stockage distribué et la haute disponibilité + +Mon objectif actuel : un **cluster Proxmox** à trois machines (deux machines de prod et une witness pour le quorum), après avoir envisagé d'utiliser tous ces outils sur une seule machine pour des raisons de coût. + +Cette architecture est actuellement en cours de réalisation sur mon [dépôt Homelab](https://forgejo.tellserv.fr/Tellsanguis/Homelab). L'ancienne architecture reste déployée en parallèle pour assurer une migration en douceur. diff --git a/docs/projets-openclassrooms/index.md b/docs/projets-openclassrooms/index.md new file mode 100644 index 0000000..13a1b76 --- /dev/null +++ b/docs/projets-openclassrooms/index.md @@ -0,0 +1,24 @@ +# Projets OpenClassrooms + +Cette section regroupe les **12 projets techniques** réalisés dans le cadre de ma formation **Administrateur Systèmes, Réseaux et Sécurité** chez OpenClassrooms (novembre 2024 - novembre 2025). + +Chaque projet correspond à une mise en situation professionnelle avec des livrables concrets : documentation technique, configurations, scripts, présentations. + +--- + +## Vue d'ensemble + +| Projet | Thématique | Technologies clés | +|--------|------------|-------------------| +| P2 | Gestion ITSM | GLPI, ITIL | +| P3 | Architecture réseau | VLAN, Firewall, Draw.io | +| P4 | Architecture n-tiers | Docker, LAMP, DNS | +| P5 | Sécurisation web | Apache, Fail2ban, SSL, vsftpd | +| P6 | Site distant | VPN IPsec, AD DS, RODC, GPO | +| P7 | Réseau Cisco | VLAN, ACL, NAT, IPv6, Packet Tracer | +| P8 | Supervision | Nagios, Rsyslog | +| P9 | Gestion de parc | Ansible, GLPI, AGDLP | +| P10 | Sauvegardes | Bash, Rsync, Cron | +| P11 | Conformité ANSSI | Cartographie SI, Architecture | +| P12 | Audit sécurité AD | Pentesting, Mimikatz, Kerberoasting | +| P13 | Migration Cloud | AWS, DAT, Gantt | diff --git a/docs/projets-openclassrooms/p02-gestion-itsm.md b/docs/projets-openclassrooms/p02-gestion-itsm.md new file mode 100644 index 0000000..3533261 --- /dev/null +++ b/docs/projets-openclassrooms/p02-gestion-itsm.md @@ -0,0 +1,81 @@ +--- +sidebar_position: 2 +--- + +# Gestion des demandes au quotidien + +## Contexte + +Mise en place d'un système de gestion des demandes et incidents informatiques selon les bonnes pratiques ITIL, avec l'outil GLPI. + +## Objectifs + +- Configurer et utiliser GLPI pour la gestion des tickets +- Appliquer la méthodologie ITIL pour le traitement des incidents et demandes +- Mettre en place un inventaire automatisé du parc informatique +- Créer des procédures et logigrammes de traitement + +## Technologies utilisées + +- **GLPI** : gestion de parc et ticketing +- **Agent GLPI** : inventaire automatisé +- **ITIL** : méthodologie de gestion des services IT + +## Livrables + +
+Export base GLPI (SQL) + +Le fichier SQL est volumineux (export complet de la base GLPI). Voici un extrait de sa structure : + +```sql +-- MariaDB dump 10.19 Distrib 10.11.6-MariaDB, for debian-linux-gnu (x86_64) +-- +-- Host: localhost Database: glpi +-- ------------------------------------------------------ +-- Server version 10.11.6-MariaDB-0+deb12u1 + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; + +-- Table structure for table `glpi_agents` +CREATE TABLE `glpi_agents` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `deviceid` varchar(255) NOT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `agenttypes_id` int(10) unsigned NOT NULL, + `last_contact` timestamp NULL DEFAULT NULL, + `version` varchar(255) DEFAULT NULL, + -- ... autres colonnes + PRIMARY KEY (`id`), + UNIQUE KEY `deviceid` (`deviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +``` + +[Télécharger le fichier SQL complet](/assets/projets-oc/p02/bene_mael_1_export_122024.sql) + +
+ +
+Présentation de l'agent GLPI (PDF) + + + +
+ +
+Logigrammes - Processus de traitement des demandes (PDF) + + + +
+ +## Compétences acquises + +- Configuration d'un outil ITSM +- Application des processus ITIL (gestion des incidents, des demandes, des problèmes) +- Rédaction de procédures techniques +- Mise en place d'un inventaire automatisé diff --git a/docs/projets-openclassrooms/p03-architecture-reseau.md b/docs/projets-openclassrooms/p03-architecture-reseau.md new file mode 100644 index 0000000..670d67d --- /dev/null +++ b/docs/projets-openclassrooms/p03-architecture-reseau.md @@ -0,0 +1,65 @@ +--- +sidebar_position: 3 +--- + +# Conception réseau d'entreprise + +## Contexte + +Conception de l'architecture réseau complète pour une startup (Hill Start), incluant les plans physique et logique, l'adressage IP et les règles de sécurité. + +## Objectifs + +- Concevoir une architecture réseau multi-VLAN adaptée aux besoins métier +- Élaborer les plans d'adressage IP +- Définir les règles de filtrage firewall +- Produire une documentation technique complète (DAT) + +## Technologies utilisées + +- **VLAN** : segmentation réseau +- **Firewall** : règles de filtrage inter-VLAN +- **Draw.io** : schémas d'architecture +- **Subnetting** : plans d'adressage IPv4 + +## Livrables + +
+Schéma physique + +![Schéma physique de l'architecture réseau](/assets/projets-oc/p03/schemaphysique.jpg) + +
+ +
+Schéma logique + +![Schéma logique de l'architecture réseau](/assets/projets-oc/p03/schemalogique.jpg) + +
+ +
+Plan d'adressage réseau (Excel) + +Le fichier Excel contient le plan d'adressage IP complet. + +[Télécharger le plan d'adressage](/assets/projets-oc/p03/plan_adressagereseau.xlsx) + +
+ +
+Règles firewall (Excel) + +Le fichier Excel contient les règles de filtrage firewall inter-VLAN. + +[Télécharger les règles firewall](/assets/projets-oc/p03/regles_firewall.xlsx) + +
+ +## Compétences acquises + +- Analyse des besoins réseau d'une organisation +- Conception d'architectures LAN segmentées +- Calcul de sous-réseaux et plans d'adressage +- Rédaction de documentation technique normalisée +- Définition de politiques de sécurité réseau diff --git a/docs/projets-openclassrooms/p04-architecture-ntiers.md b/docs/projets-openclassrooms/p04-architecture-ntiers.md new file mode 100644 index 0000000..3fc98e2 --- /dev/null +++ b/docs/projets-openclassrooms/p04-architecture-ntiers.md @@ -0,0 +1,148 @@ +--- +sidebar_position: 4 +--- + +# Architecture n-tiers Docker + +## Contexte + +Déploiement d'une architecture n-tiers conteneurisée pour l'entreprise BeeSafe, comprenant un serveur web, une base de données et un serveur DNS. + +## Objectifs + +- Conteneuriser une application web LAMP +- Configurer un serveur DNS avec Bind9 +- Mettre en place un reverse proxy +- Documenter l'architecture technique + +## Technologies utilisées + +- **Docker / Docker Compose** : conteneurisation +- **Apache/PHP** : serveur web +- **MySQL** : base de données +- **Bind9** : serveur DNS + +## Architecture déployée + +``` + +-------------+ + | Client | + +------+------+ + | + +------v------+ + | DNS Bind9 | + +------+------+ + | + +------v------+ + | Apache | + | + PHP | + +------+------+ + | + +------v------+ + | MySQL | + +-------------+ +``` + +## Livrables + +
+Schéma d'architecture (PDF) + + + +
+ +
+Docker Compose + +```yaml +services: + web: + build: + context: . + dockerfile: Dockerfile + container_name: apache_php + ports: + - "80:80" + volumes: + - ./web:/var/www/html + - ./apache/beesafe.conf:/etc/apache2/sites-available/beesafe.conf + depends_on: + - db + - dns + networks: + - backend + restart: unless-stopped + + db: + image: mysql:8.0 + container_name: mysql + environment: + MYSQL_ROOT_PASSWORD: rootclassroom + MYSQL_DATABASE: beesafe_db + volumes: + - db_data:/var/lib/mysql + - ./sql:/docker-entrypoint-initdb.d + networks: + - backend + restart: unless-stopped + + dns: + image: internetsystemsconsortium/bind9:9.18 + container_name: bind9 + ports: + - "53:53/tcp" + - "53:53/udp" + volumes: + - ./bind9/etc:/etc/bind + - ./bind9/cache:/var/cache/bind + - ./bind9/lib:/var/lib/bind + - ./bind9/log:/var/log + command: ["-g"] + networks: + - backend + restart: unless-stopped + +networks: + backend: + driver: bridge + +volumes: + db_data: +``` + +
+ +
+Dockerfile + +```dockerfile +FROM php:8.0-apache + +# Mise à jour et installation des dépendances +RUN apt-get update && apt-get install -y \ + libzip-dev \ + unzip \ + && docker-php-ext-install mysqli \ + && docker-php-ext-enable mysqli + +# Activer le site beesafe.conf et désactiver le site par défaut 000-default.conf +RUN a2ensite beesafe.conf && \ + a2dissite 000-default.conf && \ + service apache2 reload + +# Nettoyage des fichiers inutiles pour réduire la taille de l'image +RUN apt-get clean && rm -rf /var/lib/apt/lists/* + +# Commande pour garder Apache en fonctionnement +CMD ["apache2-foreground"] +``` + +
+ +## Compétences acquises + +- Conteneurisation d'applications multi-tiers +- Configuration de serveurs DNS +- Orchestration avec Docker Compose +- Architecture applicative découplée diff --git a/docs/projets-openclassrooms/p05-securisation-web.md b/docs/projets-openclassrooms/p05-securisation-web.md new file mode 100644 index 0000000..c72123c --- /dev/null +++ b/docs/projets-openclassrooms/p05-securisation-web.md @@ -0,0 +1,193 @@ +--- +sidebar_position: 5 +--- + +# Sécurisation de services web + +## Contexte + +Sécurisation de l'infrastructure web de Rainbow Bank : mise en place de HTTPS, protection contre les attaques, et configuration d'un serveur FTP chiffré. + +## Objectifs + +- Configurer Apache avec SSL/TLS (HTTPS) +- Mettre en place des protections contre les attaques (Fail2ban, mod_evasive) +- Déployer un serveur FTP sécurisé (vsftpd) +- Documenter les configurations de sécurité + +## Technologies utilisées + +- **Apache** : serveur web avec mod_ssl, mod_evasive +- **Let's Encrypt / Certificats SSL** : chiffrement HTTPS +- **Fail2ban** : protection contre le brute-force +- **vsftpd** : serveur FTP sécurisé (FTPS) +- **Netplan** : configuration réseau multi-NIC + +## Configurations clés + +### VirtualHost HTTPS avec HSTS +```apache + + ServerName extranet.rainbowbank.com + SSLEngine on + SSLCertificateFile /etc/ssl/certs/extranet.crt + SSLCertificateKeyFile /etc/ssl/private/extranet.key + Header always set Strict-Transport-Security "max-age=31536000" + +``` + +### Protection Fail2ban +```ini +[apache-auth] +enabled = true +port = http,https +filter = apache-auth +maxretry = 3 +bantime = 3600 +``` + +## Livrables + +
+Configuration services web (ZIP) + +Archive contenant l'ensemble des fichiers de configuration web. + +[Télécharger l'archive de configuration](/assets/projets-oc/p05/bene_mael_1_config_service_web_022025.zip) + +
+ +
+Configuration vsftpd + +```ini +listen=YES +listen_ipv6=NO + + +anonymous_enable=NO +local_enable=YES +write_enable=YES + + +chroot_local_user=YES + + +ssl_enable=YES +allow_anon_ssl=NO +force_local_data_ssl=YES +force_local_logins_ssl=YES +ssl_tlsv1=YES +ssl_sslv2=NO +ssl_sslv3=NO +rsa_cert_file=/etc/ssl/certs/rainbowbank.com.crt +rsa_private_key_file=/etc/ssl/private/rainbowbank.com.key + + +pasv_enable=YES +pasv_min_port=10000 +pasv_max_port=10100 + +log_ftp_protocol=YES +xferlog_enable=YES +xferlog_std_format=NO +xferlog_file=/var/log/vsftpd.log +dual_log_enable=YES +``` + +
+ +
+Configuration Fail2ban (jail.local) + +```ini +[DEFAULT] +backend = auto +banaction = iptables-multiport +protocol = tcp +chain = INPUT +action = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"] + +[apache-custom] +enabled = true +port = http,https,5501,5502 +filter = apache-custom +logpath = /var/log/apache2/*_access.log +maxretry = 3 +findtime = 300 +bantime = 300 + +[nginx-custom] +enabled = true +port = http,https,5501,5502 +filter = nginx-custom +logpath = /var/log/nginx/access.log +maxretry = 3 +findtime = 300 +bantime = 300 + +[vsftpd-custom] +enabled = true +port = ftp,ftp-data,ftps,ftps-data +filter = vsftpd-custom +logpath = /var/log/vsftpd.log +maxretry = 3 +findtime = 300 +bantime = 300 +``` + +
+ +
+Règles iptables + +```bash +# Generated by iptables-save v1.8.10 (nf_tables) on Tue Feb 18 18:27:58 2025 +*filter +:INPUT DROP [0:0] +:FORWARD DROP [0:0] +:OUTPUT ACCEPT [2:240] +-A INPUT -i lo -j ACCEPT +-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT +-A INPUT -i ens33 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A INPUT -i ens34 -p tcp -m tcp --dport 80 -j ACCEPT +-A INPUT -i ens34 -p tcp -m tcp --dport 443 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 5501 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 5502 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 22 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 21 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 10000:10100 -j ACCEPT +-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT +-A INPUT -j LOG --log-prefix "IPTables-Dropped: " +-A FORWARD -i ens34 -o ens33 -j ACCEPT +-A FORWARD -i ens35 -o ens33 -j ACCEPT +-A FORWARD -i ens33 -o ens34 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A FORWARD -i ens33 -o ens35 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A OUTPUT -o lo -j ACCEPT +-A OUTPUT -o ens33 -j ACCEPT +-A OUTPUT -p udp -m udp --dport 53 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 53 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 80 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT +COMMIT +# Completed on Tue Feb 18 18:27:58 2025 +# Generated by iptables-save v1.8.10 (nf_tables) on Tue Feb 18 18:27:58 2025 +*nat +:PREROUTING ACCEPT [0:0] +:INPUT ACCEPT [0:0] +:OUTPUT ACCEPT [0:0] +:POSTROUTING ACCEPT [0:0] +-A POSTROUTING -o ens33 -j MASQUERADE +COMMIT +# Completed on Tue Feb 18 18:27:58 2025 +``` + +
+ +## Compétences acquises + +- Déploiement de certificats SSL/TLS +- Durcissement de serveurs web Apache +- Configuration de systèmes de protection (IPS) +- Mise en place de services FTP sécurisés +- Gestion réseau multi-interfaces diff --git a/docs/projets-openclassrooms/p06-site-distant.md b/docs/projets-openclassrooms/p06-site-distant.md new file mode 100644 index 0000000..8069395 --- /dev/null +++ b/docs/projets-openclassrooms/p06-site-distant.md @@ -0,0 +1,310 @@ +--- +sidebar_position: 6 +--- + +# Raccordement d'un site distant + +## Contexte + +Intégration d'un site distant au système d'information existant via VPN site-à-site, avec déploiement d'un contrôleur de domaine en lecture seule (RODC) et application de stratégies de groupe. + +## Objectifs + +- Configurer un VPN IPsec site-à-site avec pfSense +- Déployer un RODC (Read-Only Domain Controller) +- Étendre l'Active Directory au site distant +- Appliquer des GPO adaptées au contexte distant +- Mettre en place des sauvegardes automatisées + +## Technologies utilisées + +- **pfSense** : firewall et VPN IPsec +- **Windows Server** : AD DS, RODC +- **Active Directory** : gestion centralisée des identités +- **GPO** : stratégies de groupe +- **PowerShell** : scripts de sauvegarde (Robocopy) +- **VMware** : virtualisation + +## Architecture + +``` + Site Principal Site Distant + +-------------+ +-------------+ + | DC | | RODC | + | (AD DS) | | (Lecture | + +------+------+ | seule) | + | +------+------+ + +------v------+ VPN IPsec +------v------+ + | pfSense |<--------------->| pfSense | + +-------------+ +-------------+ +``` + +## Livrables + +
+Script GPO horaires de travail (PowerShell) + +```powershell +<# +.DESCRIPTION + Script pour définir les heures de connexion de 6h à 20h tous les jours de la semaine +.NOTES + Date de création : 17/03/2025 +.AUTEUR + BENE Maël +.VERSION + 1.0 +#> + +# Récupération récursive des utilisateurs (inclut les membres des sous-groupes) +$users = Get-ADGroupMember -Identity OpenBank -Recursive | Select-Object -ExpandProperty SamAccountName + +# Création du tableau de 21 octets (168 heures dans une semaine) +$LogonHours = New-Object byte[] 21 + +# Dimanche = index 0, Lundi = index 1, ..., Samedi = index 6 +# Définition des heures de connexion (6h à 20h) pour tous les jours de la semaine + +for ($day = 0; $day -le 6; $day++) { # Dimanche (0) à Samedi (6) + for ($hour = 5; $hour -lt 19; $hour++) { # De 6h à 20h + $byteIndex = [math]::Floor(($day * 24 + $hour) / 8) + $bitIndex = ($day * 24 + $hour) % 8 + $LogonHours[$byteIndex] = $LogonHours[$byteIndex] -bor (1 -shl $bitIndex) + } +} + +# Appliquer la restriction à l'utilisateur +foreach ($user in $users) +{ + Set-ADUser -Identity $user -Replace @{logonHours=$LogonHours} +} +``` + +
+ +
+Capture GPO horaires de travail + +![GPO horaires de travail](/assets/projets-oc/p06/BENE_Mael_gpo_horairesdetravail.png) + +
+ +
+Script GPO installation Flux (Batch) + +```batch +@echo off +REM Vérification de l'utilisateur +if "%username%"=="agarcia" ( + echo Installation de flux-setup.exe pour %username% + winget install -e --id flux.flux --silent --accept-package-agreements --accept-source-agreements +) else ( + echo Installation non applicable pour cet utilisateur. + exit /b +) +``` + +
+ +
+Capture GPO installation Flux + +![GPO installation Flux](/assets/projets-oc/p06/BENE_Mael_gpo_installflux.png) + +
+ +
+Capture GPO restriction disque amovible + +![GPO restriction disque amovible](/assets/projets-oc/p06/BENE_Mael_gpo_restrictiondisqueamovible.png) + +
+ +
+Configuration VPN pfSense Nantes (XML) + +```xml + + + + 1 + ikev2 + opt1 + 194.0.0.1 + inet + address + 194.0.0.2 + address + 194.0.0.1 + + + + aes + 256 + + sha256 + sha256 + 14 + + + 28800 + bc4b31bbe6ac6eba857a44b8941ed31389cdb6c678635384b676ae34 + pre_shared_key + + on + off + 10 + 5 + + + 1 + 67cf001195fba + tunnel + 1 + + network +
10.0.2.0
+ 24 +
+ + network +
10.0.1.0
+ 24 +
+ esp + + aes + 256 + + hmac_sha256 + 14 + 3600 + 10.0.1.1 + disabled + +
+
+``` + +
+ +
+Configuration VPN pfSense Paris (XML) + +```xml + + + + 1 + ikev2 + opt1 + 194.0.0.2 + inet + address + 194.0.0.1 + address + 194.0.0.2 + + + + aes + 256 + + sha256 + sha256 + 14 + + + 28800 + bc4b31bbe6ac6eba857a44b8941ed31389cdb6c678635384b676ae34 + pre_shared_key + + on + off + 10 + 5 + + + 1 + 67ceff22aa6e4 + tunnel + 1 + + network +
10.0.1.0
+ 24 +
+ + network +
10.0.2.0
+ 24 +
+ esp + + aes + 256 + + hmac_sha256 + 14 + 3600 + 10.0.2.1 + disabled + +
+
+``` + +
+ +
+Script PowerShell de sauvegarde (Robocopy) + +```powershell +<# +.DESCRIPTION + Script pour copier les données du disque D vers G:\Mon Drive\projet6 +.NOTES + Date de création : 17/03/2025 +.AUTEUR + BENE Maël +.VERSION + 1.1 +#> + +# Chemins source et destination +$SourcePath = "D:\" +$DestinationPath = "G:\Mon Drive\projet6" + +# Copie des fichiers avec Robocopy +Write-Host "Copie des données en cours de $SourcePath vers $DestinationPath..." -ForegroundColor Cyan + +try { + Robocopy.exe "$SourcePath" "$DestinationPath" /E /COPY:DAT /R:2 /W:5 /MT:8 /XD "System Volume Information" "$RECYCLE.BIN" "Recovery" # Ajout d'exceptions pour les fichiers systèmes + + # Affichage détaillé du résultat + switch ($LASTEXITCODE) { + 0 { Write-Host "Aucun fichier copié - Tous les fichiers étaient déjà synchronisés." -ForegroundColor Green } + 1 { Write-Host "Fichiers copiés avec succès." -ForegroundColor Green } + 2 { Write-Host "Fichiers supplémentaires détectés." -ForegroundColor Yellow } + 4 { Write-Host "Fichiers mal assortis détectés." -ForegroundColor Yellow } + 8 { Write-Host "Erreurs de copie détectées." -ForegroundColor Red } + 16 { Write-Host "Erreur grave dans la copie." -ForegroundColor Red } + default { Write-Host "Code de sortie Robocopy: $LASTEXITCODE" -ForegroundColor Magenta } + } + +} catch { + Write-Host "Erreur lors de l'exécution de Robocopy: $_" -ForegroundColor Red +} + +Write-Host "Opération terminée." -ForegroundColor Cyan +``` + +
+ +## Compétences acquises + +- Configuration de tunnels VPN IPsec site-à-site +- Déploiement et gestion de RODC +- Extension d'infrastructure Active Directory +- Conception de GPO pour sites distants +- Automatisation de sauvegardes avec PowerShell diff --git a/docs/projets-openclassrooms/p07-reseau-cisco.md b/docs/projets-openclassrooms/p07-reseau-cisco.md new file mode 100644 index 0000000..d08c0c5 --- /dev/null +++ b/docs/projets-openclassrooms/p07-reseau-cisco.md @@ -0,0 +1,70 @@ +--- +sidebar_position: 7 +--- + +# Configuration d'équipements Cisco + +## Contexte + +Configuration complète d'une infrastructure réseau Cisco : VLANs, ACLs, agrégation de liens, NAT/PAT et adressage IPv6. + +## Objectifs + +- Configurer des VLANs et le routage inter-VLAN +- Mettre en place des ACLs pour le filtrage du trafic +- Configurer l'agrégation de liens (EtherChannel) +- Implémenter NAT/PAT pour l'accès Internet +- Déployer l'adressage IPv6 en dual-stack + +## Technologies utilisées + +- **Cisco IOS** : système d'exploitation des équipements +- **VLAN / Trunk** : segmentation réseau +- **ACL** : listes de contrôle d'accès +- **EtherChannel (LACP)** : agrégation de liens +- **NAT/PAT** : translation d'adresses +- **IPv6** : adressage nouvelle génération +- **Packet Tracer** : simulation réseau + +## Configuration exemple - ACL + +```cisco +ip access-list extended VLAN10_TO_SERVERS + permit tcp 10.0.10.0 0.0.0.255 host 10.0.20.10 eq 80 + permit tcp 10.0.10.0 0.0.0.255 host 10.0.20.10 eq 443 + permit icmp 10.0.10.0 0.0.0.255 10.0.20.0 0.0.0.255 + deny ip any any log +``` + +## Livrables + +
+Documentation configuration (PDF) + + + +
+ +
+Maquette Packet Tracer + +Fichier de simulation réseau Cisco Packet Tracer (.pkt). + +[Télécharger la maquette Packet Tracer](/assets/projets-oc/p07/bene_mael_2_maquette_packet_tracer_052025.pkt) + +
+ +
+Préconisations (PDF) + + + +
+ +## Compétences acquises + +- Configuration avancée d'équipements Cisco +- Conception et implémentation de VLANs +- Rédaction et application d'ACLs +- Configuration de l'agrégation de liens +- Maîtrise du NAT/PAT et de l'IPv6 diff --git a/docs/projets-openclassrooms/p08-supervision-nagios.md b/docs/projets-openclassrooms/p08-supervision-nagios.md new file mode 100644 index 0000000..2d1ec49 --- /dev/null +++ b/docs/projets-openclassrooms/p08-supervision-nagios.md @@ -0,0 +1,73 @@ +--- +sidebar_position: 8 +--- + +# Supervision avec Nagios + +## Contexte + +Mise en place d'une solution de supervision pour MediaSanté : déploiement de Nagios avec sondes personnalisées et centralisation des logs avec Rsyslog. + +## Objectifs + +- Installer et configurer Nagios Core +- Créer des sondes de supervision personnalisées +- Centraliser les logs avec Rsyslog +- Définir des indicateurs SLA et produire des rapports + +## Technologies utilisées + +- **Nagios Core** : supervision d'infrastructure +- **NRPE** : exécution de sondes distantes +- **Rsyslog** : centralisation des logs +- **SNMP** : supervision réseau + +## Sondes configurées + +| Service | Seuil Warning | Seuil Critical | Action opérateur | +|---------|---------------|----------------|------------------| +| CPU | > 80% | > 95% | Identifier processus consommateurs | +| RAM | > 85% | > 95% | Vérifier fuites mémoire | +| Disque | > 80% | > 90% | Nettoyage ou extension | +| HTTP | latence > 2s | indisponible | Redémarrage service | +| MySQL | connexions > 80% | > 95% | Analyse requêtes | + +## Livrables + +
+Configuration Nagios (capture) + +![Configuration Nagios](/assets/projets-oc/p08/BENE_Mael_1_config_nagios_062025.png) + +
+ +
+Configuration Rsyslog (archive) + +Archive contenant les fichiers de configuration Rsyslog pour la centralisation des logs. + +[Télécharger l'archive de configuration Rsyslog](/assets/projets-oc/p08/BENE_Mael_2_config_Rsyslog_062025.tar.gz) + +
+ +
+Indicateurs SLA (PDF) + + + +
+ +
+Documentation des sondes (PDF) + + + +
+ +## Compétences acquises + +- Déploiement d'une solution de supervision +- Création de sondes personnalisées +- Centralisation et analyse de logs +- Définition d'indicateurs de performance (KPI/SLA) +- Production de rapports de disponibilité diff --git a/docs/projets-openclassrooms/p09-gestion-parc-ansible.md b/docs/projets-openclassrooms/p09-gestion-parc-ansible.md new file mode 100644 index 0000000..562ff30 --- /dev/null +++ b/docs/projets-openclassrooms/p09-gestion-parc-ansible.md @@ -0,0 +1,235 @@ +--- +sidebar_position: 9 +--- + +# Gestion de parc avec Ansible + +## Contexte + +Automatisation de la gestion du parc informatique de l'entreprise Barzini : déploiement multi-OS avec Ansible, intégration GLPI et mise en place d'une architecture AGDLP. + +## Objectifs + +- Automatiser les tâches d'administration avec Ansible +- Gérer un parc hétérogène (Windows/Linux) +- Intégrer l'inventaire avec GLPI +- Implémenter une architecture de permissions AGDLP + +## Technologies utilisées + +- **Ansible** : automatisation multi-OS +- **GLPI** : gestion de parc et inventaire +- **Active Directory** : gestion des identités (AGDLP) +- **PowerShell / Bash** : scripts complémentaires + +## Exemples de playbooks + +### Mise à jour multi-OS +```yaml +- name: Mise à jour Linux + hosts: linux + become: yes + tasks: + - name: Update apt cache and upgrade + apt: + update_cache: yes + upgrade: dist + +- name: Mise à jour Windows + hosts: windows + tasks: + - name: Install Windows updates + win_updates: + category_names: + - SecurityUpdates + - CriticalUpdates +``` + +### Montage partage CIFS +```yaml +- name: Monter partage Windows + ansible.posix.mount: + path: /mnt/share + src: "//server/share" + fstype: cifs + opts: "credentials=/root/.smbcredentials,uid=1000" + state: mounted +``` + +## Livrables + +
+Rapport Ansible (PDF) + + + +
+ +
+Playbooks Ansible (ZIP) + +Archive contenant l'ensemble des playbooks Ansible du projet. + +[Télécharger les playbooks Ansible](/assets/projets-oc/p09/ansible.zip) + +
+ +
+Script de montage partages Linux (Bash) + +```bash +#!/bin/bash + +# ============================================================================ +# Script : mount_shares.sh +# Version : 1.0 +# Date : 14/07/2025 +# Auteur : BENE Maël +# Description: Montage automatique des partages CIFS personnels et de groupe +# ============================================================================ + +DOMAIN="BARZINI.INTERNAL" +SERVER="SRV-AD" +user="$(id -un)" +uid="$(id -u)" +gid="$(id -g)" +groups="$(id -Gn)" + +# Liste fixe des partages de groupe disponibles +share_names=("Admins" "Audio" "Commercial" "Direction" "Developpeurs" "Graphisme" "Responsables" "Tests") + +# Montage du partage personnel +home_share="//${SERVER}/${user}\$" +home_mount="${user_home}/Dossier_perso" + +echo "Montage du dossier personnel : $home_share" +if [ ! -d "$home_mount" ]; then + mkdir -p "$home_mount" + chown "$uid:$gid" "$home_mount" +fi + +if ! mountpoint -q "$home_mount"; then + sudo mount -t cifs -o "sec=krb5,cruid=${user},uid=${uid},gid=${gid},nofail" "$home_share" "$home_mount" && \ + echo "Partage personnel monté sur $home_mount" || \ + echo "Échec du montage du partage personnel" +else + echo "Déjà monté : $home_mount" +fi + +# Montage des partages de groupe +for share in "${share_names[@]}"; do + for grp in $groups; do + clean_grp=$(echo "$grp" | tr '[:upper:]' '[:lower:]') + clean_share=$(echo "$share" | tr '[:upper:]' '[:lower:]') + if [[ "$clean_grp" == *"$clean_share"* ]]; then + share_path="//${SERVER}/${share}" + mount_point="${user_home}/${share}" + + echo "Tentative de montage de $share_path" + + if [ ! -d "$mount_point" ]; then + mkdir -p "$mount_point" + chown "$uid:$gid" "$mount_point" + fi + + if ! mountpoint -q "$mount_point"; then + sudo mount -t cifs -o "sec=krb5,cruid=${user},uid=${uid},gid=${gid},nofail" "$share_path" "$mount_point" && \ + echo "Partage monté : $mount_point" || \ + echo "Échec du montage : $share_path" + else + echo "Déjà monté : $mount_point" + fi + + break + fi + done +done +``` + +
+ +
+Script de montage partages Windows (PowerShell) + +```powershell +# ============================================================================ +# Script : MapDrives.ps1 +# Version : 1.1 +# Date : 29/07/2025 +# Auteur : BENE Maël +# Description: Montage automatique des partages réseau personnels et de groupe +# ============================================================================ + +# Fonction pour supprimer les accents (normalisation) +function Remove-Accents($text) { + $normalized = [System.Text.NormalizationForm]::FormD + $string = [System.String]::new($text).Normalize($normalized) + $sb = New-Object System.Text.StringBuilder + foreach ($c in $string.ToCharArray()) { + if (-not [Globalization.CharUnicodeInfo]::GetUnicodeCategory($c).ToString().StartsWith("NonSpacingMark")) { + [void]$sb.Append($c) + } + } + return $sb.ToString().Normalize([System.Text.NormalizationForm]::FormC) +} + +# Table de correspondance sans accents dans les clés +$groupShareMap = @{ + "G_Admins" = "Admins" + "G_Audio" = "Audio" + "G_Commercial" = "Commercial" + "G_Direction" = "Direction" + "G_Developpeurs" = "Developpeurs" + "G_Graphisme" = "Graphisme" + "G_Responsables" = "Responsables" + "G_Testeurs" = "Tests" +} + +# Récupération de l'utilisateur et des groupes AD +$user = $env:USERNAME +$userGroupsRaw = ([System.Security.Principal.WindowsIdentity]::GetCurrent()).Groups | ForEach-Object { + $_.Translate([System.Security.Principal.NTAccount]).Value.Split('\')[-1] +} + +# Normalisation des noms de groupes +$userGroups = @() +foreach ($grp in $userGroupsRaw) { + $grpNorm = Remove-Accents $grp + $userGroups += $grpNorm +} + +# Montage du partage personnel +$homeShare = "\\SRV-AD\$user`$" +Write-Host "Tentative de montage : $homeShare" +net use * $homeShare /persistent:no +if ($LASTEXITCODE -eq 0) { + Write-Host "Partage personnel monté avec succès." +} else { + Write-Host "Échec du montage du partage personnel." +} + +# Montage des partages de groupe +foreach ($group in $userGroups) { + if ($groupShareMap.ContainsKey($group)) { + $shareName = $groupShareMap[$group] + $sharePath = "\\SRV-AD\$shareName" + Write-Host "Tentative de montage : $sharePath (via groupe $group)" + net use * $sharePath /persistent:no + if ($LASTEXITCODE -eq 0) { + Write-Host "Partage $shareName monté avec succès." + } else { + Write-Host "Échec du montage de $shareName." + } + } +} +``` + +
+ +## Compétences acquises + +- Automatisation cross-platform avec Ansible +- Gestion centralisée de parc informatique +- Architecture de permissions AGDLP +- Intégration d'outils de gestion (GLPI) +- Utilisation d'Ansible Vault pour les secrets diff --git a/docs/projets-openclassrooms/p10-sauvegardes-rsync.md b/docs/projets-openclassrooms/p10-sauvegardes-rsync.md new file mode 100644 index 0000000..4ed07c1 --- /dev/null +++ b/docs/projets-openclassrooms/p10-sauvegardes-rsync.md @@ -0,0 +1,639 @@ +--- +sidebar_position: 10 +--- + +# Solution de sauvegarde robuste + +## Contexte + +Conception et mise en place d'une solution de sauvegarde complète pour une mairie : scripts Bash avec rsync supportant les modes FULL, incrémental et différentiel. + +## Objectifs + +- Développer des scripts de sauvegarde paramétrables +- Implémenter les trois modes de sauvegarde (FULL/INC/DIFF) +- Mettre en place la rotation et rétention des sauvegardes +- Créer des scripts de restauration +- Automatiser via cron + +## Technologies utilisées + +- **Bash** : scripting +- **Rsync** : synchronisation de fichiers +- **SSH** : transfert sécurisé distant +- **Cron** : planification des tâches + +## Comparatif des types de sauvegarde + +### Sauvegarde FULL (complète) + +Copie intégrale de toutes les données à chaque exécution. + +| Avantages | Inconvénients | +|-----------|---------------| +| Restauration simple et rapide (1 seul jeu) | Consomme beaucoup d'espace disque | +| Indépendante des sauvegardes précédentes | Temps d'exécution long | +| Fiabilité maximale | Bande passante importante si distant | + +### Sauvegarde incrémentale (INC) + +Copie uniquement les fichiers modifiés depuis la **dernière sauvegarde** (FULL ou INC). + +| Avantages | Inconvénients | +|-----------|---------------| +| Très rapide à exécuter | Restauration complexe (FULL + toutes les INC) | +| Espace disque minimal | Dépendance à la chaîne complète | +| Faible bande passante | Si une INC est corrompue, les suivantes sont inutilisables | + +### Sauvegarde différentielle (DIFF) + +Copie uniquement les fichiers modifiés depuis le **dernier FULL**. + +| Avantages | Inconvénients | +|-----------|---------------| +| Restauration simple (FULL + dernière DIFF) | Taille croissante au fil du temps | +| Plus rapide qu'un FULL | Plus lent qu'une INC | +| Moins de dépendances qu'une INC | Nécessite plus d'espace qu'une INC | + +### Tableau comparatif + +| Critère | FULL | INC | DIFF | +|---------|------|-----|------| +| Temps de sauvegarde | Long | Court | Moyen | +| Espace utilisé | Important | Minimal | Croissant | +| Temps de restauration | Court | Long | Moyen | +| Complexité restauration | Faible | Élevée | Moyenne | +| Tolérance aux pannes | Excellente | Faible | Bonne | + +## Architecture des scripts + +``` +backup/ +├── backup.sh # Script principal +├── restore.sh # Script de restauration +├── config/ +│ └── backup.conf # Configuration +├── logs/ +│ └── backup_YYYYMMDD.log +└── data/ + ├── FULL_20250801/ + ├── INC_20250802/ + └── latest -> INC_20250802/ +``` + +## Livrables + +### Présentation + +
+Support de présentation (PDF) + + + +
+ +### Scripts de sauvegarde + +
+sauvegarde_inc.sh - Sauvegarde incrémentale + +```bash +#!/bin/bash +# Auteur : BENE Maël +# Version : 1.2 +# Description : Sauvegarde incrémentale avec rotation, lien latest, et gestion automatique des FULL via le nom du dossier + +set -euo pipefail + +# Vérifie les paramètres +if [ "$#" -lt 2 ]; then + echo "Usage : $0 \"DOSSIER1 DOSSIER2 ...\" NOMBRE_JOURS_DE_RETENTION" + exit 1 +fi + +# Paramètres +DOSSIERS="$1" +RETENTION_JOURS="$2" + +# Configuration +SOURCE_DIR="$HOME/mairie" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_BASE="/home/$DEST_USER/backup" +LOG_DIR="$HOME/backup-logs" +DATE="$(date '+%Y-%m-%d_%H-%M-%S')" +CUMULATIVE_LOG="$LOG_DIR/sauvegardes_inc.log" + +mkdir -p "$LOG_DIR" + +# En-tête log +{ + echo "=====================================================" + echo "[$(date '+%F %T')] > DÉBUT DE LA SAUVEGARDE INCRÉMENTALE" + echo "Dossiers sauvegardés : $DOSSIERS" + echo "Rétention prévue : $RETENTION_JOURS jour(s)" + echo "Horodatage de départ : $DATE" + echo "=====================================================" +} >> "$CUMULATIVE_LOG" + +# Vérification de la connexion SSH +if ! ssh -q "$DEST_USER@$DEST_HOST" exit; then + echo "Erreur : impossible de se connecter à $DEST_USER@$DEST_HOST" + exit 2 +fi + +for dossier in $DOSSIERS; do + echo "-----------------------------------------------------" >> "$CUMULATIVE_LOG" + echo "[$(date '+%F %T')] > Traitement du dossier : $dossier" >> "$CUMULATIVE_LOG" + + # Détection de la dernière FULL dans la période de rétention + LAST_FULL=$(ssh "$DEST_USER@$DEST_HOST" "find '$DEST_BASE/$dossier' -maxdepth 1 -type d -name '*_FULL' -mtime -$RETENTION_JOURS 2>/dev/null" | sort -r | head -n 1) + + FORCE_FULL=0 + TYPE_SUFFIX="" + + if [ -z "$LAST_FULL" ]; then + FORCE_FULL=1 + TYPE_SUFFIX="_FULL" + echo "[$(date '+%F %T')] > Aucune FULL récente trouvée -> SAUVEGARDE DE TYPE : FULL" >> "$CUMULATIVE_LOG" + else + TYPE_SUFFIX="_INC" + echo "[$(date '+%F %T')] > Sauvegarde de TYPE : INCRÉMENTALE (base : $LAST_FULL)" >> "$CUMULATIVE_LOG" + fi + + BACKUP_ID="${DATE}${TYPE_SUFFIX}" + DEST_PATH="$DEST_BASE/$dossier/$BACKUP_ID" + + # Créer le dossier de destination + ssh "$DEST_USER@$DEST_HOST" "mkdir -p '$DEST_PATH'" >> "$CUMULATIVE_LOG" 2>&1 + + # rsync avec ou sans link-dest + if [ "$FORCE_FULL" -eq 1 ]; then + rsync -av --delete -e ssh "$SOURCE_DIR/$dossier/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + else + rsync -av --delete --link-dest="$LAST_FULL" -e ssh "$SOURCE_DIR/$dossier/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + fi + + echo "[$(date '+%F %T')] > Fin de la sauvegarde de $dossier" >> "$CUMULATIVE_LOG" + + # Mettre à jour le lien symbolique latest + ssh "$DEST_USER@$DEST_HOST" bash -c "' + cd \"$DEST_BASE/$dossier\" + ln -sfn \"$BACKUP_ID\" latest + '" >> "$CUMULATIVE_LOG" 2>&1 + + # Rotation : conserver les $RETENTION_JOURS plus récentes (tous types confondus) + ssh "$DEST_USER@$DEST_HOST" bash -c "' + cd \"$DEST_BASE/$dossier\" + ls -1dt 20* | tail -n +$((RETENTION_JOURS + 1)) | xargs -r rm -rf + '" >> "$CUMULATIVE_LOG" 2>&1 +done + +echo "[$(date '+%F %T')] SAUVEGARDE JOURNALIÈRE TERMINÉE" >> "$CUMULATIVE_LOG" +echo >> "$CUMULATIVE_LOG" +``` + +
+ +
+sauvegarde_dif.sh - Sauvegarde différentielle + +```bash +#!/bin/bash +# Auteur : BENE Maël +# Version : 1.1 +# Description : Sauvegarde différentielle avec temps d'exécution dans les logs + +set -euo pipefail + +# Configuration +DOSSIER="MACHINES" +SOURCE_DIR="$HOME/mairie/$DOSSIER" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_PATH="/home/$DEST_USER/backup/$DOSSIER" +LOG_DIR="$HOME/backup-logs" +DATE="$(date '+%Y-%m-%d_%H-%M-%S')" +CUMULATIVE_LOG="$LOG_DIR/sauvegardes_dif.log" + +mkdir -p "$LOG_DIR" + +start=0 +rsync_started=false + +# Fonction exécutée même en cas de plantage ou d'interruption +on_exit() { + if $rsync_started; then + local end=$(date +%s) + local duration=$((end - start)) + echo "[$(date '+%F %T')] > Durée de la sauvegarde : ${duration} secondes" >> "$CUMULATIVE_LOG" + fi +} +trap on_exit EXIT + +# Log de début +{ + echo "=====================================================" + echo "[$(date '+%F %T')] > DÉBUT DE LA SAUVEGARDE DIFFÉRENTIELLE" + echo "Dossier : $DOSSIER" + echo "Source : $SOURCE_DIR" + echo "Destination : $DEST_USER@$DEST_HOST:$DEST_PATH" + echo "Horodatage : $DATE" + echo "=====================================================" +} >> "$CUMULATIVE_LOG" + +# Préparation du dossier distant +echo "[$(date '+%F %T')] > Vérification du dossier distant..." >> "$CUMULATIVE_LOG" +ssh "$DEST_USER@$DEST_HOST" "mkdir -p '$DEST_PATH'" >> "$CUMULATIVE_LOG" 2>&1 +echo "[$(date '+%F %T')] > Dossier distant prêt." >> "$CUMULATIVE_LOG" + +# Mesure du temps +start=$(date +%s) +rsync_started=true + +# Lancement de rsync +echo "[$(date '+%F %T')] > Lancement de rsync..." >> "$CUMULATIVE_LOG" +rsync -av --inplace --partial --append -e ssh "$SOURCE_DIR/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + +# Si rsync a terminé normalement, on continue le log +echo "[$(date '+%F %T')] SAUVEGARDE DIFFÉRENTIELLE TERMINÉE" >> "$CUMULATIVE_LOG" +echo >> "$CUMULATIVE_LOG" +``` + +
+ +### Scripts de restauration + +
+restore_inc.sh - Restauration incrémentale + +```bash +#!/bin/bash +# Auteur : BENE Maël +# Version : 1.1 +# Description : Restauration interactive d'un dossier ou d'un fichier individuel (version améliorée avec journalisation) + +set -euo pipefail + +# Configuration +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_BASE="/home/$DEST_USER/backup" +BASE_RESTORE_DIR="/home/oclassroom/mairie" +LOG_FILE="/home/oclassroom/backup-logs/restores_inc.log" + +# Fonction de log +log_header() { + local type="$1" # "Dossier complet" ou "Fichier spécifique" + { + echo "=====================================================" + echo "[$START_DATE] > DÉBUT DE LA RESTAURATION INCRÉMENTALE" + echo "Dossier restauré : $DOSSIER" + echo "Type : $type" + echo "Horodatage de la sauvegarde : $BACKUP_TIMESTAMP" + echo "=====================================================" + } >> "$LOG_FILE" +} + +# Liste des dossiers disponibles (hors MACHINES) +DIR_LIST=$(ssh "$DEST_USER@$DEST_HOST" "ls -1 $DEST_BASE" | grep -v '^MACHINES$') +if [ -z "$DIR_LIST" ]; then + echo "Aucun dossier de sauvegarde trouvé." + exit 1 +fi + +echo "Dossiers disponibles à la restauration :" +DIR_ARRAY=() +i=1 +while read -r line; do + echo " $i) $line" + DIR_ARRAY+=("$line") + ((i++)) +done <<< "$DIR_LIST" + +read -rp "Numéro du dossier à restaurer : " DIR_NUM +DOSSIER="${DIR_ARRAY[$((DIR_NUM - 1))]}" + +# Liste des sauvegardes disponibles +BACKUP_LIST=$(ssh "$DEST_USER@$DEST_HOST" "ls -1dt $DEST_BASE/$DOSSIER/20*_* 2>/dev/null") + +if [ -z "$BACKUP_LIST" ]; then + echo "Aucune sauvegarde trouvée pour $DOSSIER." + exit 1 +fi + +echo "Sauvegardes disponibles pour '$DOSSIER' :" +BACKUP_ARRAY=() +i=1 +while read -r line; do + SHORT=$(echo "$line" | sed "s|$DEST_BASE/||") + echo " $i) $SHORT" + BACKUP_ARRAY+=("$line") + ((i++)) +done <<< "$BACKUP_LIST" + +read -rp "Numéro de la sauvegarde à restaurer (Entrée = latest) : " BACKUP_NUM +if [ -z "$BACKUP_NUM" ]; then + SELECTED_BACKUP=$(ssh "$DEST_USER@$DEST_HOST" "readlink -f '$DEST_BASE/$DOSSIER/latest'" || true) + if [ -z "$SELECTED_BACKUP" ]; then + echo "Aucun lien 'latest' trouvé pour ce dossier." + exit 1 + fi +else + SELECTED_BACKUP="${BACKUP_ARRAY[$((BACKUP_NUM - 1))]}" +fi + +echo "Sauvegarde sélectionnée : $(echo "$SELECTED_BACKUP" | sed "s|$DEST_BASE/||")" + +# Horodatage pour les logs +START_DATE=$(date '+%Y-%m-%d %H:%M:%S') +BACKUP_TIMESTAMP=$(basename "$SELECTED_BACKUP") + +# Choix entre restauration complète ou fichier spécifique +echo "Que voulez-vous restaurer ?" +select CHOIX in "Dossier complet" "Fichier spécifique"; do + case $REPLY in + 1) + RESTORE_PATH="$BASE_RESTORE_DIR/$DOSSIER" + echo "> Restauration complète dans : $RESTORE_PATH" + mkdir -p "$RESTORE_PATH" + log_header "Dossier complet" + rsync -av -e ssh "$DEST_USER@$DEST_HOST:$SELECTED_BACKUP/" "$RESTORE_PATH/" >> "$LOG_FILE" 2>&1 + echo "Dossier restauré avec succès." + break + ;; + 2) + echo "Liste des fichiers disponibles :" + FILE_LIST=$(ssh "$DEST_USER@$DEST_HOST" "cd '$SELECTED_BACKUP' && find . -type f" | sed 's|^\./||') + if [ -z "$FILE_LIST" ]; then + echo "Aucun fichier trouvé dans la sauvegarde." + exit 1 + fi + + FILE_ARRAY=() + i=1 + while read -r file; do + echo " $i) $file" + FILE_ARRAY+=("$file") + ((i++)) + done <<< "$FILE_LIST" + + read -rp "Numéro du fichier à restaurer : " FILE_NUM + FILE_TO_RESTORE="${FILE_ARRAY[$((FILE_NUM - 1))]}" + DEST_PATH="$BASE_RESTORE_DIR/$DOSSIER/$(dirname "$FILE_TO_RESTORE")" + mkdir -p "$DEST_PATH" + log_header "Fichier spécifique" + echo "> Restauration de '$FILE_TO_RESTORE' vers '$DEST_PATH'" >> "$LOG_FILE" + rsync -av -e ssh "$DEST_USER@$DEST_HOST:$SELECTED_BACKUP/$FILE_TO_RESTORE" "$DEST_PATH/" >> "$LOG_FILE" 2>&1 + echo "Fichier restauré avec succès." + break + ;; + *) + echo "Choix invalide." + ;; + esac +done +``` + +
+ +
+restore_dif.sh - Restauration différentielle + +```bash +#!/bin/bash +# Auteur : BENE Maël +# Version : 1.1 +# Description : Restauration manuelle de sauvegarde différentielle (VMs) avec journalisation cumulative + +set -euo pipefail + +# Configuration +DOSSIER="MACHINES" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_PATH="/home/$DEST_USER/backup/$DOSSIER" +RESTORE_DIR="$HOME/mairie/$DOSSIER" +LOG_FILE="$HOME/backup-logs/restores_dif.log" + +mkdir -p "$HOME/backup-logs" +mkdir -p "$RESTORE_DIR" + +START_DATE=$(date '+%Y-%m-%d %H:%M:%S') + +{ + echo "=====================================================" + echo "[$START_DATE] > DÉBUT DE LA RESTAURATION DIFFÉRENTIELLE" + echo "Dossier restauré : $DOSSIER" + echo "Destination locale : $RESTORE_DIR" + echo "Source distante : $DEST_USER@$DEST_HOST:$DEST_PATH" + echo "=====================================================" +} >> "$LOG_FILE" + +# Restauration avec rsync (différentielle) +rsync -av -e ssh "$DEST_USER@$DEST_HOST:$DEST_PATH/" "$RESTORE_DIR/" >> "$LOG_FILE" 2>&1 + +{ + echo "[$(date '+%Y-%m-%d %H:%M:%S')] > FIN DE LA RESTAURATION" + echo +} >> "$LOG_FILE" +``` + +
+ +### Configuration cron + +
+crontab - Planification des sauvegardes + +```bash +# Sauvegarde différentielle de la VM qui force l'arrêt après 3h (donc à 4h du matin) +0 1 * * * timeout 3h /home/oclassroom/backup_script/backup/differentielle.sh + +# Sauvegardes journalières avec 7 jours de rétention +0 4 * * * /home/oclassroom/backup_script/backup/incrementale.sh "FICHIERS" 7 +0 5 * * * /home/oclassroom/backup_script/backup/incrementale.sh "MAILS" 7 +0 6 * * * /home/oclassroom/backup_script/backup/incrementale.sh "RH" 7 +30 6 * * * /home/oclassroom/backup_script/backup/incrementale.sh "TICKETS" 7 + +# Sauvegarde de SITE tous les 3 jours à 7h, avec 15 jours de rétention +0 7 */3 * * /home/oclassroom/backup_script/backup/incrementale.sh "SITE" 15 +``` + +
+ +### Logs d'exécution + +
+sauvegardes_inc.log - Logs des sauvegardes incrémentales + +```log +===================================================== +[2025-08-12 12:00:00] > DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-12_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-12 12:00:00] > Traitement du dossier : FICHIERS +[2025-08-12 12:00:00] > Aucune FULL récente trouvée -> SAUVEGARDE DE TYPE : FULL +sending incremental file list +./ +doc1.txt +doc2.txt +fichier_2025-08-12_1.txt +fichier_2025-08-12_2.txt + +sent 449 bytes received 95 bytes 1.088,00 bytes/sec +total size is 94 speedup is 0,17 +[2025-08-12 12:00:01] > Fin de la sauvegarde de FICHIERS +[2025-08-12 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-13 12:00:00] > DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-13_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-13 12:00:00] > Traitement du dossier : FICHIERS +[2025-08-13 12:00:00] > Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt + +sent 361 bytes received 57 bytes 836,00 bytes/sec +total size is 154 speedup is 0,37 +[2025-08-13 12:00:01] > Fin de la sauvegarde de FICHIERS +[2025-08-13 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-20 12:00:00] > DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-20_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-20 12:00:00] > Traitement du dossier : FICHIERS +[2025-08-20 12:00:00] > Aucune FULL récente trouvée -> SAUVEGARDE DE TYPE : FULL +sending incremental file list +[...] +[2025-08-20 12:00:01] > Fin de la sauvegarde de FICHIERS +[2025-08-20 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE +``` + +
+ +
+sauvegardes_dif.log - Logs des sauvegardes différentielles + +```log +===================================================== +[2025-08-12 17:26:10] > DÉBUT DE LA SAUVEGARDE DIFFÉRENTIELLE +Dossier : MACHINES +Source : /home/oclassroom/mairie/MACHINES +Destination : backup-user@stockage:/home/backup-user/backup/MACHINES +Horodatage : 2025-08-12_17-26-10 +===================================================== +[2025-08-12 17:26:10] > Vérification du dossier distant... +[2025-08-12 17:26:10] > Dossier distant prêt. +[2025-08-12 17:26:10] > Lancement de rsync... +sending incremental file list +./ +fichier_gros.test +rsync error: unexplained error (code 255) at rsync.c(716) [sender=3.2.7] +[2025-08-12 17:26:35] > Durée de la sauvegarde : 25 secondes + +===================================================== +[2025-08-12 17:26:42] > DÉBUT DE LA SAUVEGARDE DIFFÉRENTIELLE +Dossier : MACHINES +Source : /home/oclassroom/mairie/MACHINES +Destination : backup-user@stockage:/home/backup-user/backup/MACHINES +Horodatage : 2025-08-12_17-26-42 +===================================================== +[2025-08-12 17:26:42] > Vérification du dossier distant... +[2025-08-12 17:26:42] > Dossier distant prêt. +[2025-08-12 17:26:42] > Lancement de rsync... +sending incremental file list +./ +fichier_gros.test + +sent 668.597.769 bytes received 38 bytes 148.577.290,44 bytes/sec +total size is 5.368.709.120 speedup is 8,03 +[2025-08-12 17:26:46] SAUVEGARDE DIFFÉRENTIELLE TERMINÉE + +[2025-08-12 17:26:46] > Durée de la sauvegarde : 4 secondes +``` + +
+ +
+restores_inc.log - Logs des restaurations incrémentales + +```log +===================================================== +[2025-08-12 17:23:56] > DÉBUT DE LA RESTAURATION INCRÉMENTALE +Dossier restauré : FICHIERS +Type : Fichier spécifique +Horodatage de la sauvegarde : 2025-08-25_12-00-00_INC +===================================================== +> Restauration de 'doc1.txt' vers '/home/oclassroom/mairie/FICHIERS/.' +receiving incremental file list +doc1.txt + +sent 43 bytes received 139 bytes 121,33 bytes/sec +total size is 18 speedup is 0,10 + +===================================================== +[2025-08-12 17:24:13] > DÉBUT DE LA RESTAURATION INCRÉMENTALE +Dossier restauré : FICHIERS +Type : Dossier complet +Horodatage de la sauvegarde : 2025-08-25_12-00-00_INC +===================================================== +receiving incremental file list +./ +doc2.txt +fichier_2025-08-12_1.txt +[...] +fichier_2025-08-25_2.txt + +sent 578 bytes received 2.750 bytes 6.656,00 bytes/sec +total size is 862 speedup is 0,26 +``` + +
+ +
+restores_dif.log - Logs des restaurations différentielles + +```log +===================================================== +[2025-08-12 17:29:42] > DÉBUT DE LA RESTAURATION DIFFÉRENTIELLE +Dossier restauré : MACHINES +Destination locale : /home/oclassroom/mairie/MACHINES +Source distante : backup-user@stockage:/home/backup-user/backup/MACHINES +===================================================== +receiving incremental file list +./ +fichier_1Go.bin +fichier_gros.test + +sent 65 bytes received 6.444.024.019 bytes 186.783.306,78 bytes/sec +total size is 6.442.450.944 speedup is 1,00 +[2025-08-12 17:30:16] > FIN DE LA RESTAURATION +``` + +
+ +## Compétences acquises + +- Développement de scripts Bash avancés +- Maîtrise de rsync et ses options +- Conception de stratégies de sauvegarde (3-2-1) +- Gestion de la rétention et rotation +- Automatisation avec cron +- Documentation de procédures de restauration diff --git a/docs/projets-openclassrooms/p11-conformite-anssi.md b/docs/projets-openclassrooms/p11-conformite-anssi.md new file mode 100644 index 0000000..af417b5 --- /dev/null +++ b/docs/projets-openclassrooms/p11-conformite-anssi.md @@ -0,0 +1,63 @@ +--- +sidebar_position: 11 +--- + +# Conformité ANSSI pour SI de santé + +## Contexte + +Application des recommandations ANSSI pour la sécurisation du système d'information d'OpenPharma : cartographie, administration sécurisée et budget d'évolution. + +## Objectifs + +- Analyser et synthétiser les guides ANSSI applicables +- Réaliser la cartographie du SI existant +- Proposer une architecture cible conforme +- Établir un budget matériel et logiciel +- Planifier le projet de mise en conformité + +## Guides ANSSI appliqués + +- **Cartographie du système d'information** (v1b, 2018) +- **Administration sécurisée des SI** (v3.0) + +## Technologies et solutions proposées + +| Besoin | Solution | Justification | +|--------|----------|---------------| +| Bastion d'administration | Teleport | Open source, audit intégré | +| SIEM | Wazuh | Détection, conformité, gratuit | +| Firewall | FortiGate 60F | UTM, support constructeur | +| Sauvegarde | Synology RS822+ | NAS rack, snapshots, réplication | + +## Livrables + +
+Cartographie du SI (PDF) + + + +
+ +
+Plan projet (PDF) + + + +
+ +
+Documentation utilisateurs et administrateurs (PDF) + + + +
+ +## Compétences acquises + +- Analyse et application des référentiels ANSSI +- Cartographie de systèmes d'information +- Conception d'architectures sécurisées +- Élaboration de budgets IT +- Gestion de projet de mise en conformité +- Prise en compte des contraintes sectorielles (santé) diff --git a/docs/projets-openclassrooms/p12-audit-securite-ad.md b/docs/projets-openclassrooms/p12-audit-securite-ad.md new file mode 100644 index 0000000..3baeb52 --- /dev/null +++ b/docs/projets-openclassrooms/p12-audit-securite-ad.md @@ -0,0 +1,80 @@ +--- +sidebar_position: 12 +--- + +# Audit de sécurité Active Directory + +## Contexte + +Audit de sécurité offensive du domaine Windows et de l'Active Directory d'une clinique : tests d'intrusion, identification des vulnérabilités et plan de remédiation. + +## Objectifs + +- Réaliser un audit de sécurité complet de l'AD +- Identifier les vulnérabilités exploitables +- Démontrer les risques par des preuves de concept +- Proposer un plan d'actions correctives aligné ANSSI/NIST + +## Méthodologie + +1. **Reconnaissance** : énumération du domaine +2. **Exploitation** : tests d'intrusion contrôlés +3. **Post-exploitation** : élévation de privilèges +4. **Rapport** : vulnérabilités et remédiations + +## Outils utilisés + +| Outil | Utilisation | +|-------|-------------| +| **nmap** | Scan réseau et services | +| **enum4linux** | Énumération SMB/AD | +| **Kerberoasting** | Extraction de tickets Kerberos | +| **Mimikatz** | Extraction de credentials | +| **BloodHound** | Analyse des chemins d'attaque AD | + +## Vulnérabilités identifiées (exemples) + +| Vulnérabilité | Criticité | Risque | +|---------------|-----------|--------| +| Comptes avec SPN et mot de passe faible | Critique | Kerberoasting -> accès privilégié | +| NTLM activé | Élevée | Pass-the-Hash | +| Délégation non contrainte | Élevée | Usurpation d'identité | +| Mots de passe en clair (GPP) | Critique | Compromission immédiate | + +## Livrables + +
+Rapport de pentest (PDF) + +Document détaillé des tests d'intrusion réalisés et des vulnérabilités identifiées. + + + +
+ +
+Plan d'actions correctives (PDF) + +Plan de remédiation avec priorisation des actions selon le niveau de criticité. + + + +
+ +
+Présentation de restitution (PDF) + +Support de présentation pour la restitution aux parties prenantes. + + + +
+ +## Compétences acquises + +- Méthodologie d'audit de sécurité +- Utilisation d'outils de pentesting +- Analyse de vulnérabilités Active Directory +- Rédaction de rapports d'audit +- Élaboration de plans de remédiation +- Restitution des résultats aux parties prenantes diff --git a/docs/projets-openclassrooms/p13-migration-cloud-aws.md b/docs/projets-openclassrooms/p13-migration-cloud-aws.md new file mode 100644 index 0000000..81ec812 --- /dev/null +++ b/docs/projets-openclassrooms/p13-migration-cloud-aws.md @@ -0,0 +1,70 @@ +--- +sidebar_position: 13 +--- + +# Migration vers le Cloud AWS + +## Contexte + +Accompagnement de l'entreprise Patronus dans sa migration vers AWS : dossier d'architecture technique, veille technologique, planning et estimation des coûts. + +## Objectifs + +- Réaliser une veille technologique sur les services Cloud +- Produire un Dossier d'Architecture Technique (DAT) +- Comparer les modèles on-premise, IaaS et PaaS +- Établir un planning de migration (Gantt) +- Estimer les charges humaines et financières + +## Services AWS évalués + +| Service | Équivalent on-prem | Utilisation | +|---------|-------------------|-------------| +| **EC2** | Serveurs physiques | Compute | +| **RDS** | MySQL/PostgreSQL | Base de données managée | +| **S3** | NAS/SAN | Stockage objet | +| **CloudFront** | CDN | Distribution de contenu | +| **VPC** | Réseau local | Isolation réseau | +| **IAM** | Active Directory | Gestion des accès | + +## Comparaison des modèles + +| Critère | On-premise | IaaS (EC2) | PaaS (Elastic Beanstalk) | +|---------|------------|------------|--------------------------| +| Contrôle | Total | Élevé | Limité | +| Maintenance | Interne | Partagée | AWS | +| Scalabilité | Limitée | Bonne | Excellente | +| Coût initial | Élevé | Faible | Faible | +| Coût récurrent | Faible | Variable | Variable | + +## Livrables + +
+Veille technologique (PDF) + + + +
+ +
+Plan de migration (PDF) + + + +
+ +
+Présentation (PDF) + + + +
+ +## Compétences acquises + +- Veille technologique structurée +- Compréhension des modèles Cloud (IaaS/PaaS/SaaS) +- Rédaction de dossiers d'architecture technique +- Estimation de charges et coûts de projet +- Planification de migration (Gantt) +- Communication avec les parties prenantes (kickoff) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/index.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/index.md new file mode 100644 index 0000000..36af354 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/index.md @@ -0,0 +1,24 @@ +# OpenClassrooms Projects + +This section brings together the **12 technical projects** completed as part of my **Systems, Networks and Security Administrator** training at OpenClassrooms (November 2024 - November 2025). + +Each project corresponds to a professional simulation with concrete deliverables: technical documentation, configurations, scripts, presentations. + +--- + +## Overview + +| Project | Topic | Key Technologies | +|---------|-------|------------------| +| P2 | ITSM Management | GLPI, ITIL | +| P3 | Network Architecture | VLAN, Firewall, Draw.io | +| P4 | N-tier Architecture | Docker, LAMP, DNS | +| P5 | Web Security | Apache, Fail2ban, SSL, vsftpd | +| P6 | Remote Site | VPN IPsec, AD DS, RODC, GPO | +| P7 | Cisco Network | VLAN, ACL, NAT, IPv6, Packet Tracer | +| P8 | Monitoring | Nagios, Rsyslog | +| P9 | Fleet Management | Ansible, GLPI, AGDLP | +| P10 | Backups | Bash, Rsync, Cron | +| P11 | ANSSI Compliance | IS Mapping, Architecture | +| P12 | AD Security Audit | Pentesting, Mimikatz, Kerberoasting | +| P13 | Cloud Migration | AWS, TAD, Gantt | diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p02-gestion-itsm.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p02-gestion-itsm.md new file mode 100644 index 0000000..ce9b4d9 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p02-gestion-itsm.md @@ -0,0 +1,81 @@ +--- +sidebar_position: 2 +--- + +# P2 - Daily Request Management + +## Context + +Implementation of a request and incident management system following ITIL best practices, using the GLPI tool. + +## Objectives + +- Configure and use GLPI for ticket management +- Apply ITIL methodology for incident and request handling +- Set up automated IT inventory +- Create processing procedures and flowcharts + +## Technologies Used + +- **GLPI**: asset management and ticketing +- **GLPI Agent**: automated inventory +- **ITIL**: IT service management methodology + +## Deliverables + +
+GLPI Database Export (SQL) + +The SQL file is large (complete GLPI database export). Here is an excerpt of its structure: + +```sql +-- MariaDB dump 10.19 Distrib 10.11.6-MariaDB, for debian-linux-gnu (x86_64) +-- +-- Host: localhost Database: glpi +-- ------------------------------------------------------ +-- Server version 10.11.6-MariaDB-0+deb12u1 + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; + +-- Table structure for table `glpi_agents` +CREATE TABLE `glpi_agents` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `deviceid` varchar(255) NOT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `agenttypes_id` int(10) unsigned NOT NULL, + `last_contact` timestamp NULL DEFAULT NULL, + `version` varchar(255) DEFAULT NULL, + -- ... other columns + PRIMARY KEY (`id`), + UNIQUE KEY `deviceid` (`deviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +``` + +[Download complete SQL file](/assets/projets-oc/p02/bene_mael_1_export_122024.sql) + +
+ +
+GLPI Agent Presentation (PDF) + + + +
+ +
+Flowcharts - Request Processing Workflows (PDF) + + + +
+ +## Skills Acquired + +- ITSM tool configuration +- Application of ITIL processes (incident, request, problem management) +- Technical procedure documentation +- Automated inventory implementation diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p03-architecture-reseau.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p03-architecture-reseau.md new file mode 100644 index 0000000..f730925 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p03-architecture-reseau.md @@ -0,0 +1,65 @@ +--- +sidebar_position: 3 +--- + +# P3 - Enterprise Network Design + +## Context + +Complete network architecture design for a startup (Hill Start), including physical and logical plans, IP addressing and security rules. + +## Objectives + +- Design a multi-VLAN network architecture adapted to business needs +- Develop IP addressing plans +- Define firewall filtering rules +- Produce complete technical documentation (TAD) + +## Technologies Used + +- **VLAN**: network segmentation +- **Firewall**: inter-VLAN filtering rules +- **Draw.io**: architecture diagrams +- **Subnetting**: IPv4 addressing plans + +## Deliverables + +
+Physical Diagram + +![Physical network architecture diagram](/assets/projets-oc/p03/schemaphysique.jpg) + +
+ +
+Logical Diagram + +![Logical network architecture diagram](/assets/projets-oc/p03/schemalogique.jpg) + +
+ +
+IP Addressing Plan (Excel) + +The Excel file contains the complete IP addressing plan. + +[Download addressing plan](/assets/projets-oc/p03/plan_adressagereseau.xlsx) + +
+ +
+Firewall Rules (Excel) + +The Excel file contains inter-VLAN firewall filtering rules. + +[Download firewall rules](/assets/projets-oc/p03/regles_firewall.xlsx) + +
+ +## Skills Acquired + +- Organization network requirements analysis +- Segmented LAN architecture design +- Subnet calculation and addressing plans +- Standardized technical documentation writing +- Network security policy definition diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p04-architecture-ntiers.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p04-architecture-ntiers.md new file mode 100644 index 0000000..7198634 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p04-architecture-ntiers.md @@ -0,0 +1,148 @@ +--- +sidebar_position: 4 +--- + +# P4 - Docker N-tier Architecture + +## Context + +Deployment of a containerized n-tier architecture for BeeSafe company, including a web server, database and DNS server. + +## Objectives + +- Containerize a LAMP web application +- Configure a DNS server with Bind9 +- Set up a reverse proxy +- Document the technical architecture + +## Technologies Used + +- **Docker / Docker Compose**: containerization +- **Apache/PHP**: web server +- **MySQL**: database +- **Bind9**: DNS server + +## Deployed Architecture + +``` + +-------------+ + | Client | + +------+------+ + | + +------v------+ + | DNS Bind9 | + +------+------+ + | + +------v------+ + | Apache | + | + PHP | + +------+------+ + | + +------v------+ + | MySQL | + +-------------+ +``` + +## Deliverables + +
+Architecture Diagram (PDF) + + + +
+ +
+Docker Compose + +```yaml +services: + web: + build: + context: . + dockerfile: Dockerfile + container_name: apache_php + ports: + - "80:80" + volumes: + - ./web:/var/www/html + - ./apache/beesafe.conf:/etc/apache2/sites-available/beesafe.conf + depends_on: + - db + - dns + networks: + - backend + restart: unless-stopped + + db: + image: mysql:8.0 + container_name: mysql + environment: + MYSQL_ROOT_PASSWORD: rootclassroom + MYSQL_DATABASE: beesafe_db + volumes: + - db_data:/var/lib/mysql + - ./sql:/docker-entrypoint-initdb.d + networks: + - backend + restart: unless-stopped + + dns: + image: internetsystemsconsortium/bind9:9.18 + container_name: bind9 + ports: + - "53:53/tcp" + - "53:53/udp" + volumes: + - ./bind9/etc:/etc/bind + - ./bind9/cache:/var/cache/bind + - ./bind9/lib:/var/lib/bind + - ./bind9/log:/var/log + command: ["-g"] + networks: + - backend + restart: unless-stopped + +networks: + backend: + driver: bridge + +volumes: + db_data: +``` + +
+ +
+Dockerfile + +```dockerfile +FROM php:8.0-apache + +# Update and install dependencies +RUN apt-get update && apt-get install -y \ + libzip-dev \ + unzip \ + && docker-php-ext-install mysqli \ + && docker-php-ext-enable mysqli + +# Enable beesafe.conf site and disable default 000-default.conf site +RUN a2ensite beesafe.conf && \ + a2dissite 000-default.conf && \ + service apache2 reload + +# Clean unnecessary files to reduce image size +RUN apt-get clean && rm -rf /var/lib/apt/lists/* + +# Command to keep Apache running +CMD ["apache2-foreground"] +``` + +
+ +## Skills Acquired + +- Multi-tier application containerization +- DNS server configuration +- Orchestration with Docker Compose +- Decoupled application architecture diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p05-securisation-web.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p05-securisation-web.md new file mode 100644 index 0000000..46234bb --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p05-securisation-web.md @@ -0,0 +1,193 @@ +--- +sidebar_position: 5 +--- + +# P5 - Web Services Security + +## Context + +Securing Rainbow Bank's web infrastructure: HTTPS implementation, attack protection, and encrypted FTP server configuration. + +## Objectives + +- Configure Apache with SSL/TLS (HTTPS) +- Implement attack protection (Fail2ban, mod_evasive) +- Deploy a secure FTP server (vsftpd) +- Document security configurations + +## Technologies Used + +- **Apache**: web server with mod_ssl, mod_evasive +- **Let's Encrypt / SSL Certificates**: HTTPS encryption +- **Fail2ban**: brute-force protection +- **vsftpd**: secure FTP server (FTPS) +- **Netplan**: multi-NIC network configuration + +## Key Configurations + +### HTTPS VirtualHost with HSTS +```apache + + ServerName extranet.rainbowbank.com + SSLEngine on + SSLCertificateFile /etc/ssl/certs/extranet.crt + SSLCertificateKeyFile /etc/ssl/private/extranet.key + Header always set Strict-Transport-Security "max-age=31536000" + +``` + +### Fail2ban Protection +```ini +[apache-auth] +enabled = true +port = http,https +filter = apache-auth +maxretry = 3 +bantime = 3600 +``` + +## Deliverables + +
+Web Services Configuration (ZIP) + +Archive containing all web configuration files. + +[Download configuration archive](/assets/projets-oc/p05/bene_mael_1_config_service_web_022025.zip) + +
+ +
+vsftpd Configuration + +```ini +listen=YES +listen_ipv6=NO + + +anonymous_enable=NO +local_enable=YES +write_enable=YES + + +chroot_local_user=YES + + +ssl_enable=YES +allow_anon_ssl=NO +force_local_data_ssl=YES +force_local_logins_ssl=YES +ssl_tlsv1=YES +ssl_sslv2=NO +ssl_sslv3=NO +rsa_cert_file=/etc/ssl/certs/rainbowbank.com.crt +rsa_private_key_file=/etc/ssl/private/rainbowbank.com.key + + +pasv_enable=YES +pasv_min_port=10000 +pasv_max_port=10100 + +log_ftp_protocol=YES +xferlog_enable=YES +xferlog_std_format=NO +xferlog_file=/var/log/vsftpd.log +dual_log_enable=YES +``` + +
+ +
+Fail2ban Configuration (jail.local) + +```ini +[DEFAULT] +backend = auto +banaction = iptables-multiport +protocol = tcp +chain = INPUT +action = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"] + +[apache-custom] +enabled = true +port = http,https,5501,5502 +filter = apache-custom +logpath = /var/log/apache2/*_access.log +maxretry = 3 +findtime = 300 +bantime = 300 + +[nginx-custom] +enabled = true +port = http,https,5501,5502 +filter = nginx-custom +logpath = /var/log/nginx/access.log +maxretry = 3 +findtime = 300 +bantime = 300 + +[vsftpd-custom] +enabled = true +port = ftp,ftp-data,ftps,ftps-data +filter = vsftpd-custom +logpath = /var/log/vsftpd.log +maxretry = 3 +findtime = 300 +bantime = 300 +``` + +
+ +
+iptables Rules + +```bash +# Generated by iptables-save v1.8.10 (nf_tables) on Tue Feb 18 18:27:58 2025 +*filter +:INPUT DROP [0:0] +:FORWARD DROP [0:0] +:OUTPUT ACCEPT [2:240] +-A INPUT -i lo -j ACCEPT +-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT +-A INPUT -i ens33 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A INPUT -i ens34 -p tcp -m tcp --dport 80 -j ACCEPT +-A INPUT -i ens34 -p tcp -m tcp --dport 443 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 5501 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 5502 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 22 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 21 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 10000:10100 -j ACCEPT +-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT +-A INPUT -j LOG --log-prefix "IPTables-Dropped: " +-A FORWARD -i ens34 -o ens33 -j ACCEPT +-A FORWARD -i ens35 -o ens33 -j ACCEPT +-A FORWARD -i ens33 -o ens34 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A FORWARD -i ens33 -o ens35 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A OUTPUT -o lo -j ACCEPT +-A OUTPUT -o ens33 -j ACCEPT +-A OUTPUT -p udp -m udp --dport 53 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 53 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 80 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT +COMMIT +# Completed on Tue Feb 18 18:27:58 2025 +# Generated by iptables-save v1.8.10 (nf_tables) on Tue Feb 18 18:27:58 2025 +*nat +:PREROUTING ACCEPT [0:0] +:INPUT ACCEPT [0:0] +:OUTPUT ACCEPT [0:0] +:POSTROUTING ACCEPT [0:0] +-A POSTROUTING -o ens33 -j MASQUERADE +COMMIT +# Completed on Tue Feb 18 18:27:58 2025 +``` + +
+ +## Skills Acquired + +- SSL/TLS certificate deployment +- Apache web server hardening +- Protection system configuration (IPS) +- Secure FTP service implementation +- Multi-interface network management diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p06-site-distant.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p06-site-distant.md new file mode 100644 index 0000000..ed71de0 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p06-site-distant.md @@ -0,0 +1,310 @@ +--- +sidebar_position: 6 +--- + +# P6 - Remote Site Connection + +## Context + +Integration of a remote site into the existing information system via site-to-site VPN, with deployment of a Read-Only Domain Controller (RODC) and application of Group Policies. + +## Objectives + +- Configure a site-to-site IPsec VPN with pfSense +- Deploy a RODC (Read-Only Domain Controller) +- Extend Active Directory to the remote site +- Apply GPOs adapted to the remote context +- Set up automated backups + +## Technologies Used + +- **pfSense**: firewall and IPsec VPN +- **Windows Server**: AD DS, RODC +- **Active Directory**: centralized identity management +- **GPO**: Group Policies +- **PowerShell**: backup scripts (Robocopy) +- **VMware**: virtualization + +## Architecture + +``` + Main Site Remote Site + +-------------+ +-------------+ + | DC | | RODC | + | (AD DS) | | (Read | + +------+------+ | Only) | + | +------+------+ + +------v------+ VPN IPsec +------v------+ + | pfSense |<--------------->| pfSense | + +-------------+ +-------------+ +``` + +## Deliverables + +
+GPO Work Hours Script (PowerShell) + +```powershell +<# +.DESCRIPTION + Script to set login hours from 6am to 8pm every day of the week +.NOTES + Creation date: 17/03/2025 +.AUTHOR + BENE Mael +.VERSION + 1.0 +#> + +# Recursive retrieval of users (includes subgroup members) +$users = Get-ADGroupMember -Identity OpenBank -Recursive | Select-Object -ExpandProperty SamAccountName + +# Create 21-byte array (168 hours in a week) +$LogonHours = New-Object byte[] 21 + +# Sunday = index 0, Monday = index 1, ..., Saturday = index 6 +# Set login hours (6am to 8pm) for all days of the week + +for ($day = 0; $day -le 6; $day++) { # Sunday (0) to Saturday (6) + for ($hour = 5; $hour -lt 19; $hour++) { # From 6am to 8pm + $byteIndex = [math]::Floor(($day * 24 + $hour) / 8) + $bitIndex = ($day * 24 + $hour) % 8 + $LogonHours[$byteIndex] = $LogonHours[$byteIndex] -bor (1 -shl $bitIndex) + } +} + +# Apply restriction to user +foreach ($user in $users) +{ + Set-ADUser -Identity $user -Replace @{logonHours=$LogonHours} +} +``` + +
+ +
+GPO Work Hours Screenshot + +![GPO work hours](/assets/projets-oc/p06/BENE_Mael_gpo_horairesdetravail.png) + +
+ +
+GPO Flux Installation Script (Batch) + +```batch +@echo off +REM User verification +if "%username%"=="agarcia" ( + echo Installing flux-setup.exe for %username% + winget install -e --id flux.flux --silent --accept-package-agreements --accept-source-agreements +) else ( + echo Installation not applicable for this user. + exit /b +) +``` + +
+ +
+GPO Flux Installation Screenshot + +![GPO Flux installation](/assets/projets-oc/p06/BENE_Mael_gpo_installflux.png) + +
+ +
+GPO Removable Disk Restriction Screenshot + +![GPO removable disk restriction](/assets/projets-oc/p06/BENE_Mael_gpo_restrictiondisqueamovible.png) + +
+ +
+pfSense Nantes VPN Configuration (XML) + +```xml + + + + 1 + ikev2 + opt1 + 194.0.0.1 + inet + address + 194.0.0.2 + address + 194.0.0.1 + + + + aes + 256 + + sha256 + sha256 + 14 + + + 28800 + bc4b31bbe6ac6eba857a44b8941ed31389cdb6c678635384b676ae34 + pre_shared_key + + on + off + 10 + 5 + + + 1 + 67cf001195fba + tunnel + 1 + + network +
10.0.2.0
+ 24 +
+ + network +
10.0.1.0
+ 24 +
+ esp + + aes + 256 + + hmac_sha256 + 14 + 3600 + 10.0.1.1 + disabled + +
+
+``` + +
+ +
+pfSense Paris VPN Configuration (XML) + +```xml + + + + 1 + ikev2 + opt1 + 194.0.0.2 + inet + address + 194.0.0.1 + address + 194.0.0.2 + + + + aes + 256 + + sha256 + sha256 + 14 + + + 28800 + bc4b31bbe6ac6eba857a44b8941ed31389cdb6c678635384b676ae34 + pre_shared_key + + on + off + 10 + 5 + + + 1 + 67ceff22aa6e4 + tunnel + 1 + + network +
10.0.1.0
+ 24 +
+ + network +
10.0.2.0
+ 24 +
+ esp + + aes + 256 + + hmac_sha256 + 14 + 3600 + 10.0.2.1 + disabled + +
+
+``` + +
+ +
+PowerShell Backup Script (Robocopy) + +```powershell +<# +.DESCRIPTION + Script to copy data from drive D to G:\Mon Drive\projet6 +.NOTES + Creation date: 17/03/2025 +.AUTHOR + BENE Mael +.VERSION + 1.1 +#> + +# Source and destination paths +$SourcePath = "D:\" +$DestinationPath = "G:\Mon Drive\projet6" + +# Copy files with Robocopy +Write-Host "Copying data from $SourcePath to $DestinationPath..." -ForegroundColor Cyan + +try { + Robocopy.exe "$SourcePath" "$DestinationPath" /E /COPY:DAT /R:2 /W:5 /MT:8 /XD "System Volume Information" "$RECYCLE.BIN" "Recovery" # Added exceptions for system files + + # Detailed result display + switch ($LASTEXITCODE) { + 0 { Write-Host "No files copied - All files were already synchronized." -ForegroundColor Green } + 1 { Write-Host "Files copied successfully." -ForegroundColor Green } + 2 { Write-Host "Additional files detected." -ForegroundColor Yellow } + 4 { Write-Host "Mismatched files detected." -ForegroundColor Yellow } + 8 { Write-Host "Copy errors detected." -ForegroundColor Red } + 16 { Write-Host "Serious copy error." -ForegroundColor Red } + default { Write-Host "Robocopy exit code: $LASTEXITCODE" -ForegroundColor Magenta } + } + +} catch { + Write-Host "Error executing Robocopy: $_" -ForegroundColor Red +} + +Write-Host "Operation completed." -ForegroundColor Cyan +``` + +
+ +## Skills Acquired + +- Site-to-site IPsec VPN tunnel configuration +- RODC deployment and management +- Active Directory infrastructure extension +- GPO design for remote sites +- Backup automation with PowerShell diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p07-reseau-cisco.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p07-reseau-cisco.md new file mode 100644 index 0000000..253fc24 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p07-reseau-cisco.md @@ -0,0 +1,70 @@ +--- +sidebar_position: 7 +--- + +# P7 - Cisco Equipment Configuration + +## Context + +Complete configuration of a Cisco network infrastructure: VLANs, ACLs, link aggregation, NAT/PAT and IPv6 addressing. + +## Objectives + +- Configure VLANs and inter-VLAN routing +- Implement ACLs for traffic filtering +- Configure link aggregation (EtherChannel) +- Implement NAT/PAT for Internet access +- Deploy dual-stack IPv6 addressing + +## Technologies Used + +- **Cisco IOS**: equipment operating system +- **VLAN / Trunk**: network segmentation +- **ACL**: Access Control Lists +- **EtherChannel (LACP)**: link aggregation +- **NAT/PAT**: address translation +- **IPv6**: next-generation addressing +- **Packet Tracer**: network simulation + +## Configuration Example - ACL + +```cisco +ip access-list extended VLAN10_TO_SERVERS + permit tcp 10.0.10.0 0.0.0.255 host 10.0.20.10 eq 80 + permit tcp 10.0.10.0 0.0.0.255 host 10.0.20.10 eq 443 + permit icmp 10.0.10.0 0.0.0.255 10.0.20.0 0.0.0.255 + deny ip any any log +``` + +## Deliverables + +
+Configuration Documentation (PDF) + + + +
+ +
+Packet Tracer Lab + +Cisco Packet Tracer network simulation file (.pkt). + +[Download Packet Tracer lab](/assets/projets-oc/p07/bene_mael_2_maquette_packet_tracer_052025.pkt) + +
+ +
+Recommendations (PDF) + + + +
+ +## Skills Acquired + +- Advanced Cisco equipment configuration +- VLAN design and implementation +- ACL writing and application +- Link aggregation configuration +- NAT/PAT and IPv6 mastery diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p08-supervision-nagios.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p08-supervision-nagios.md new file mode 100644 index 0000000..cfe0897 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p08-supervision-nagios.md @@ -0,0 +1,73 @@ +--- +sidebar_position: 8 +--- + +# P8 - Monitoring with Nagios + +## Context + +Implementation of a monitoring solution for MediaSante: Nagios deployment with custom probes and log centralization with Rsyslog. + +## Objectives + +- Install and configure Nagios Core +- Create custom monitoring probes +- Centralize logs with Rsyslog +- Define SLA indicators and produce reports + +## Technologies Used + +- **Nagios Core**: infrastructure monitoring +- **NRPE**: remote probe execution +- **Rsyslog**: log centralization +- **SNMP**: network monitoring + +## Configured Probes + +| Service | Warning Threshold | Critical Threshold | Operator Action | +|---------|-------------------|-------------------|-----------------| +| CPU | > 80% | > 95% | Identify consuming processes | +| RAM | > 85% | > 95% | Check memory leaks | +| Disk | > 80% | > 90% | Cleanup or extension | +| HTTP | latency > 2s | unavailable | Service restart | +| MySQL | connections > 80% | > 95% | Query analysis | + +## Deliverables + +
+Nagios Configuration (screenshot) + +![Nagios Configuration](/assets/projets-oc/p08/BENE_Mael_1_config_nagios_062025.png) + +
+ +
+Rsyslog Configuration (archive) + +Archive containing Rsyslog configuration files for log centralization. + +[Download Rsyslog configuration archive](/assets/projets-oc/p08/BENE_Mael_2_config_Rsyslog_062025.tar.gz) + +
+ +
+SLA Indicators (PDF) + + + +
+ +
+Probes Documentation (PDF) + + + +
+ +## Skills Acquired + +- Monitoring solution deployment +- Custom probe creation +- Log centralization and analysis +- Performance indicator definition (KPI/SLA) +- Availability report production diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p09-gestion-parc-ansible.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p09-gestion-parc-ansible.md new file mode 100644 index 0000000..b0d3249 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p09-gestion-parc-ansible.md @@ -0,0 +1,235 @@ +--- +sidebar_position: 9 +--- + +# P9 - Fleet Management with Ansible + +## Context + +Automation of IT fleet management for Barzini company: multi-OS deployment with Ansible, GLPI integration and AGDLP architecture implementation. + +## Objectives + +- Automate administration tasks with Ansible +- Manage a heterogeneous fleet (Windows/Linux) +- Integrate inventory with GLPI +- Implement an AGDLP permissions architecture + +## Technologies Used + +- **Ansible**: multi-OS automation +- **GLPI**: fleet management and inventory +- **Active Directory**: identity management (AGDLP) +- **PowerShell / Bash**: complementary scripts + +## Playbook Examples + +### Multi-OS Update +```yaml +- name: Linux Update + hosts: linux + become: yes + tasks: + - name: Update apt cache and upgrade + apt: + update_cache: yes + upgrade: dist + +- name: Windows Update + hosts: windows + tasks: + - name: Install Windows updates + win_updates: + category_names: + - SecurityUpdates + - CriticalUpdates +``` + +### CIFS Share Mount +```yaml +- name: Mount Windows Share + ansible.posix.mount: + path: /mnt/share + src: "//server/share" + fstype: cifs + opts: "credentials=/root/.smbcredentials,uid=1000" + state: mounted +``` + +## Deliverables + +
+Ansible Report (PDF) + + + +
+ +
+Ansible Playbooks (ZIP) + +Archive containing all Ansible playbooks for the project. + +[Download Ansible playbooks](/assets/projets-oc/p09/ansible.zip) + +
+ +
+Linux Share Mount Script (Bash) + +```bash +#!/bin/bash + +# ============================================================================ +# Script : mount_shares.sh +# Version : 1.0 +# Date : 14/07/2025 +# Author : BENE Mael +# Description: Automatic mounting of personal and group CIFS shares +# ============================================================================ + +DOMAIN="BARZINI.INTERNAL" +SERVER="SRV-AD" +user="$(id -un)" +uid="$(id -u)" +gid="$(id -g)" +groups="$(id -Gn)" + +# Fixed list of available group shares +share_names=("Admins" "Audio" "Commercial" "Direction" "Developpeurs" "Graphisme" "Responsables" "Tests") + +# Personal share mount +home_share="//${SERVER}/${user}\$" +home_mount="${user_home}/Dossier_perso" + +echo "Mounting personal folder: $home_share" +if [ ! -d "$home_mount" ]; then + mkdir -p "$home_mount" + chown "$uid:$gid" "$home_mount" +fi + +if ! mountpoint -q "$home_mount"; then + sudo mount -t cifs -o "sec=krb5,cruid=${user},uid=${uid},gid=${gid},nofail" "$home_share" "$home_mount" && \ + echo "Personal share mounted on $home_mount" || \ + echo "Failed to mount personal share" +else + echo "Already mounted: $home_mount" +fi + +# Group share mounting +for share in "${share_names[@]}"; do + for grp in $groups; do + clean_grp=$(echo "$grp" | tr '[:upper:]' '[:lower:]') + clean_share=$(echo "$share" | tr '[:upper:]' '[:lower:]') + if [[ "$clean_grp" == *"$clean_share"* ]]; then + share_path="//${SERVER}/${share}" + mount_point="${user_home}/${share}" + + echo "Attempting to mount $share_path" + + if [ ! -d "$mount_point" ]; then + mkdir -p "$mount_point" + chown "$uid:$gid" "$mount_point" + fi + + if ! mountpoint -q "$mount_point"; then + sudo mount -t cifs -o "sec=krb5,cruid=${user},uid=${uid},gid=${gid},nofail" "$share_path" "$mount_point" && \ + echo "Share mounted: $mount_point" || \ + echo "Failed to mount: $share_path" + else + echo "Already mounted: $mount_point" + fi + + break + fi + done +done +``` + +
+ +
+Windows Share Mount Script (PowerShell) + +```powershell +# ============================================================================ +# Script : MapDrives.ps1 +# Version : 1.1 +# Date : 29/07/2025 +# Author : BENE Mael +# Description: Automatic mounting of personal and group network shares +# ============================================================================ + +# Function to remove accents (normalization) +function Remove-Accents($text) { + $normalized = [System.Text.NormalizationForm]::FormD + $string = [System.String]::new($text).Normalize($normalized) + $sb = New-Object System.Text.StringBuilder + foreach ($c in $string.ToCharArray()) { + if (-not [Globalization.CharUnicodeInfo]::GetUnicodeCategory($c).ToString().StartsWith("NonSpacingMark")) { + [void]$sb.Append($c) + } + } + return $sb.ToString().Normalize([System.Text.NormalizationForm]::FormC) +} + +# Mapping table without accents in keys +$groupShareMap = @{ + "G_Admins" = "Admins" + "G_Audio" = "Audio" + "G_Commercial" = "Commercial" + "G_Direction" = "Direction" + "G_Developpeurs" = "Developpeurs" + "G_Graphisme" = "Graphisme" + "G_Responsables" = "Responsables" + "G_Testeurs" = "Tests" +} + +# Get user and AD groups +$user = $env:USERNAME +$userGroupsRaw = ([System.Security.Principal.WindowsIdentity]::GetCurrent()).Groups | ForEach-Object { + $_.Translate([System.Security.Principal.NTAccount]).Value.Split('\')[-1] +} + +# Normalize group names +$userGroups = @() +foreach ($grp in $userGroupsRaw) { + $grpNorm = Remove-Accents $grp + $userGroups += $grpNorm +} + +# Personal share mount +$homeShare = "\\SRV-AD\$user`$" +Write-Host "Attempting to mount: $homeShare" +net use * $homeShare /persistent:no +if ($LASTEXITCODE -eq 0) { + Write-Host "Personal share mounted successfully." +} else { + Write-Host "Failed to mount personal share." +} + +# Group share mounting +foreach ($group in $userGroups) { + if ($groupShareMap.ContainsKey($group)) { + $shareName = $groupShareMap[$group] + $sharePath = "\\SRV-AD\$shareName" + Write-Host "Attempting to mount: $sharePath (via group $group)" + net use * $sharePath /persistent:no + if ($LASTEXITCODE -eq 0) { + Write-Host "Share $shareName mounted successfully." + } else { + Write-Host "Failed to mount $shareName." + } + } +} +``` + +
+ +## Skills Acquired + +- Cross-platform automation with Ansible +- Centralized IT fleet management +- AGDLP permissions architecture +- Management tool integration (GLPI) +- Using Ansible Vault for secrets diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p10-sauvegardes-rsync.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p10-sauvegardes-rsync.md new file mode 100644 index 0000000..1eab843 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p10-sauvegardes-rsync.md @@ -0,0 +1,639 @@ +--- +sidebar_position: 10 +--- + +# P10 - Robust Backup Solution + +## Context + +Design and implementation of a complete backup solution for a city hall: Bash scripts with rsync supporting FULL, incremental and differential modes. + +## Objectives + +- Develop parameterizable backup scripts +- Implement the three backup modes (FULL/INC/DIFF) +- Set up backup rotation and retention +- Create restoration scripts +- Automate via cron + +## Technologies Used + +- **Bash**: scripting +- **Rsync**: file synchronization +- **SSH**: secure remote transfer +- **Cron**: task scheduling + +## Backup Types Comparison + +### FULL Backup (Complete) + +Complete copy of all data at each execution. + +| Advantages | Disadvantages | +|------------|---------------| +| Simple and fast restoration (single set) | Consumes a lot of disk space | +| Independent of previous backups | Long execution time | +| Maximum reliability | High bandwidth if remote | + +### Incremental Backup (INC) + +Copies only files modified since the **last backup** (FULL or INC). + +| Advantages | Disadvantages | +|------------|---------------| +| Very fast to execute | Complex restoration (FULL + all INCs) | +| Minimal disk space | Dependency on complete chain | +| Low bandwidth | If one INC is corrupted, following ones are unusable | + +### Differential Backup (DIFF) + +Copies only files modified since the **last FULL**. + +| Advantages | Disadvantages | +|------------|---------------| +| Simple restoration (FULL + last DIFF) | Size grows over time | +| Faster than FULL | Slower than INC | +| Fewer dependencies than INC | Requires more space than INC | + +### Comparison Table + +| Criteria | FULL | INC | DIFF | +|----------|------|-----|------| +| Backup time | Long | Short | Medium | +| Space used | Large | Minimal | Growing | +| Restoration time | Short | Long | Medium | +| Restoration complexity | Low | High | Medium | +| Fault tolerance | Excellent | Low | Good | + +## Script Architecture + +``` +backup/ +├── backup.sh # Main script +├── restore.sh # Restoration script +├── config/ +│ └── backup.conf # Configuration +├── logs/ +│ └── backup_YYYYMMDD.log +└── data/ + ├── FULL_20250801/ + ├── INC_20250802/ + └── latest -> INC_20250802/ +``` + +## Deliverables + +### Presentation + +
+Presentation Slides (PDF) + + + +
+ +### Backup Scripts + +
+sauvegarde_inc.sh - Incremental Backup + +```bash +#!/bin/bash +# Author: BENE Mael +# Version: 1.2 +# Description: Incremental backup with rotation, latest link, and automatic FULL management via folder name + +set -euo pipefail + +# Check parameters +if [ "$#" -lt 2 ]; then + echo "Usage: $0 \"FOLDER1 FOLDER2 ...\" RETENTION_DAYS" + exit 1 +fi + +# Parameters +DOSSIERS="$1" +RETENTION_JOURS="$2" + +# Configuration +SOURCE_DIR="$HOME/mairie" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_BASE="/home/$DEST_USER/backup" +LOG_DIR="$HOME/backup-logs" +DATE="$(date '+%Y-%m-%d_%H-%M-%S')" +CUMULATIVE_LOG="$LOG_DIR/sauvegardes_inc.log" + +mkdir -p "$LOG_DIR" + +# Log header +{ + echo "=====================================================" + echo "[$(date '+%F %T')] > START INCREMENTAL BACKUP" + echo "Backed up folders: $DOSSIERS" + echo "Planned retention: $RETENTION_JOURS day(s)" + echo "Start timestamp: $DATE" + echo "=====================================================" +} >> "$CUMULATIVE_LOG" + +# SSH connection check +if ! ssh -q "$DEST_USER@$DEST_HOST" exit; then + echo "Error: unable to connect to $DEST_USER@$DEST_HOST" + exit 2 +fi + +for dossier in $DOSSIERS; do + echo "-----------------------------------------------------" >> "$CUMULATIVE_LOG" + echo "[$(date '+%F %T')] > Processing folder: $dossier" >> "$CUMULATIVE_LOG" + + # Detect last FULL within retention period + LAST_FULL=$(ssh "$DEST_USER@$DEST_HOST" "find '$DEST_BASE/$dossier' -maxdepth 1 -type d -name '*_FULL' -mtime -$RETENTION_JOURS 2>/dev/null" | sort -r | head -n 1) + + FORCE_FULL=0 + TYPE_SUFFIX="" + + if [ -z "$LAST_FULL" ]; then + FORCE_FULL=1 + TYPE_SUFFIX="_FULL" + echo "[$(date '+%F %T')] > No recent FULL found -> BACKUP TYPE: FULL" >> "$CUMULATIVE_LOG" + else + TYPE_SUFFIX="_INC" + echo "[$(date '+%F %T')] > Backup TYPE: INCREMENTAL (base: $LAST_FULL)" >> "$CUMULATIVE_LOG" + fi + + BACKUP_ID="${DATE}${TYPE_SUFFIX}" + DEST_PATH="$DEST_BASE/$dossier/$BACKUP_ID" + + # Create destination folder + ssh "$DEST_USER@$DEST_HOST" "mkdir -p '$DEST_PATH'" >> "$CUMULATIVE_LOG" 2>&1 + + # rsync with or without link-dest + if [ "$FORCE_FULL" -eq 1 ]; then + rsync -av --delete -e ssh "$SOURCE_DIR/$dossier/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + else + rsync -av --delete --link-dest="$LAST_FULL" -e ssh "$SOURCE_DIR/$dossier/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + fi + + echo "[$(date '+%F %T')] > End of backup for $dossier" >> "$CUMULATIVE_LOG" + + # Update latest symbolic link + ssh "$DEST_USER@$DEST_HOST" bash -c "' + cd \"$DEST_BASE/$dossier\" + ln -sfn \"$BACKUP_ID\" latest + '" >> "$CUMULATIVE_LOG" 2>&1 + + # Rotation: keep $RETENTION_JOURS most recent (all types) + ssh "$DEST_USER@$DEST_HOST" bash -c "' + cd \"$DEST_BASE/$dossier\" + ls -1dt 20* | tail -n +$((RETENTION_JOURS + 1)) | xargs -r rm -rf + '" >> "$CUMULATIVE_LOG" 2>&1 +done + +echo "[$(date '+%F %T')] DAILY BACKUP COMPLETED" >> "$CUMULATIVE_LOG" +echo >> "$CUMULATIVE_LOG" +``` + +
+ +
+sauvegarde_dif.sh - Differential Backup + +```bash +#!/bin/bash +# Author: BENE Mael +# Version: 1.1 +# Description: Differential backup with execution time in logs + +set -euo pipefail + +# Configuration +DOSSIER="MACHINES" +SOURCE_DIR="$HOME/mairie/$DOSSIER" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_PATH="/home/$DEST_USER/backup/$DOSSIER" +LOG_DIR="$HOME/backup-logs" +DATE="$(date '+%Y-%m-%d_%H-%M-%S')" +CUMULATIVE_LOG="$LOG_DIR/sauvegardes_dif.log" + +mkdir -p "$LOG_DIR" + +start=0 +rsync_started=false + +# Function executed even on crash or interruption +on_exit() { + if $rsync_started; then + local end=$(date +%s) + local duration=$((end - start)) + echo "[$(date '+%F %T')] > Backup duration: ${duration} seconds" >> "$CUMULATIVE_LOG" + fi +} +trap on_exit EXIT + +# Start log +{ + echo "=====================================================" + echo "[$(date '+%F %T')] > START DIFFERENTIAL BACKUP" + echo "Folder : $DOSSIER" + echo "Source : $SOURCE_DIR" + echo "Destination : $DEST_USER@$DEST_HOST:$DEST_PATH" + echo "Timestamp : $DATE" + echo "=====================================================" +} >> "$CUMULATIVE_LOG" + +# Prepare remote folder +echo "[$(date '+%F %T')] > Checking remote folder..." >> "$CUMULATIVE_LOG" +ssh "$DEST_USER@$DEST_HOST" "mkdir -p '$DEST_PATH'" >> "$CUMULATIVE_LOG" 2>&1 +echo "[$(date '+%F %T')] > Remote folder ready." >> "$CUMULATIVE_LOG" + +# Time measurement +start=$(date +%s) +rsync_started=true + +# Launch rsync +echo "[$(date '+%F %T')] > Launching rsync..." >> "$CUMULATIVE_LOG" +rsync -av --inplace --partial --append -e ssh "$SOURCE_DIR/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + +# If rsync finished normally, continue logging +echo "[$(date '+%F %T')] DIFFERENTIAL BACKUP COMPLETED" >> "$CUMULATIVE_LOG" +echo >> "$CUMULATIVE_LOG" +``` + +
+ +### Restoration Scripts + +
+restore_inc.sh - Incremental Restoration + +```bash +#!/bin/bash +# Author: BENE Mael +# Version: 1.1 +# Description: Interactive restoration of a folder or individual file (improved version with logging) + +set -euo pipefail + +# Configuration +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_BASE="/home/$DEST_USER/backup" +BASE_RESTORE_DIR="/home/oclassroom/mairie" +LOG_FILE="/home/oclassroom/backup-logs/restores_inc.log" + +# Log function +log_header() { + local type="$1" # "Complete folder" or "Specific file" + { + echo "=====================================================" + echo "[$START_DATE] > START INCREMENTAL RESTORATION" + echo "Restored folder: $DOSSIER" + echo "Type: $type" + echo "Backup timestamp: $BACKUP_TIMESTAMP" + echo "=====================================================" + } >> "$LOG_FILE" +} + +# List available folders (excluding MACHINES) +DIR_LIST=$(ssh "$DEST_USER@$DEST_HOST" "ls -1 $DEST_BASE" | grep -v '^MACHINES$') +if [ -z "$DIR_LIST" ]; then + echo "No backup folder found." + exit 1 +fi + +echo "Folders available for restoration:" +DIR_ARRAY=() +i=1 +while read -r line; do + echo " $i) $line" + DIR_ARRAY+=("$line") + ((i++)) +done <<< "$DIR_LIST" + +read -rp "Folder number to restore: " DIR_NUM +DOSSIER="${DIR_ARRAY[$((DIR_NUM - 1))]}" + +# List available backups +BACKUP_LIST=$(ssh "$DEST_USER@$DEST_HOST" "ls -1dt $DEST_BASE/$DOSSIER/20*_* 2>/dev/null") + +if [ -z "$BACKUP_LIST" ]; then + echo "No backup found for $DOSSIER." + exit 1 +fi + +echo "Available backups for '$DOSSIER':" +BACKUP_ARRAY=() +i=1 +while read -r line; do + SHORT=$(echo "$line" | sed "s|$DEST_BASE/||") + echo " $i) $SHORT" + BACKUP_ARRAY+=("$line") + ((i++)) +done <<< "$BACKUP_LIST" + +read -rp "Backup number to restore (Enter = latest): " BACKUP_NUM +if [ -z "$BACKUP_NUM" ]; then + SELECTED_BACKUP=$(ssh "$DEST_USER@$DEST_HOST" "readlink -f '$DEST_BASE/$DOSSIER/latest'" || true) + if [ -z "$SELECTED_BACKUP" ]; then + echo "No 'latest' link found for this folder." + exit 1 + fi +else + SELECTED_BACKUP="${BACKUP_ARRAY[$((BACKUP_NUM - 1))]}" +fi + +echo "Selected backup: $(echo "$SELECTED_BACKUP" | sed "s|$DEST_BASE/||")" + +# Timestamp for logs +START_DATE=$(date '+%Y-%m-%d %H:%M:%S') +BACKUP_TIMESTAMP=$(basename "$SELECTED_BACKUP") + +# Choose between complete restoration or specific file +echo "What do you want to restore?" +select CHOIX in "Complete folder" "Specific file"; do + case $REPLY in + 1) + RESTORE_PATH="$BASE_RESTORE_DIR/$DOSSIER" + echo "> Complete restoration to: $RESTORE_PATH" + mkdir -p "$RESTORE_PATH" + log_header "Complete folder" + rsync -av -e ssh "$DEST_USER@$DEST_HOST:$SELECTED_BACKUP/" "$RESTORE_PATH/" >> "$LOG_FILE" 2>&1 + echo "Folder restored successfully." + break + ;; + 2) + echo "List of available files:" + FILE_LIST=$(ssh "$DEST_USER@$DEST_HOST" "cd '$SELECTED_BACKUP' && find . -type f" | sed 's|^\./||') + if [ -z "$FILE_LIST" ]; then + echo "No file found in backup." + exit 1 + fi + + FILE_ARRAY=() + i=1 + while read -r file; do + echo " $i) $file" + FILE_ARRAY+=("$file") + ((i++)) + done <<< "$FILE_LIST" + + read -rp "File number to restore: " FILE_NUM + FILE_TO_RESTORE="${FILE_ARRAY[$((FILE_NUM - 1))]}" + DEST_PATH="$BASE_RESTORE_DIR/$DOSSIER/$(dirname "$FILE_TO_RESTORE")" + mkdir -p "$DEST_PATH" + log_header "Specific file" + echo "> Restoring '$FILE_TO_RESTORE' to '$DEST_PATH'" >> "$LOG_FILE" + rsync -av -e ssh "$DEST_USER@$DEST_HOST:$SELECTED_BACKUP/$FILE_TO_RESTORE" "$DEST_PATH/" >> "$LOG_FILE" 2>&1 + echo "File restored successfully." + break + ;; + *) + echo "Invalid choice." + ;; + esac +done +``` + +
+ +
+restore_dif.sh - Differential Restoration + +```bash +#!/bin/bash +# Author: BENE Mael +# Version: 1.1 +# Description: Manual differential backup restoration (VMs) with cumulative logging + +set -euo pipefail + +# Configuration +DOSSIER="MACHINES" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_PATH="/home/$DEST_USER/backup/$DOSSIER" +RESTORE_DIR="$HOME/mairie/$DOSSIER" +LOG_FILE="$HOME/backup-logs/restores_dif.log" + +mkdir -p "$HOME/backup-logs" +mkdir -p "$RESTORE_DIR" + +START_DATE=$(date '+%Y-%m-%d %H:%M:%S') + +{ + echo "=====================================================" + echo "[$START_DATE] > START DIFFERENTIAL RESTORATION" + echo "Restored folder: $DOSSIER" + echo "Local destination: $RESTORE_DIR" + echo "Remote source: $DEST_USER@$DEST_HOST:$DEST_PATH" + echo "=====================================================" +} >> "$LOG_FILE" + +# Restoration with rsync (differential) +rsync -av -e ssh "$DEST_USER@$DEST_HOST:$DEST_PATH/" "$RESTORE_DIR/" >> "$LOG_FILE" 2>&1 + +{ + echo "[$(date '+%Y-%m-%d %H:%M:%S')] > END OF RESTORATION" + echo +} >> "$LOG_FILE" +``` + +
+ +### Cron Configuration + +
+crontab - Backup Scheduling + +```bash +# Differential backup of VM that forces stop after 3h (so at 4am) +0 1 * * * timeout 3h /home/oclassroom/backup_script/backup/differentielle.sh + +# Daily backups with 7 days retention +0 4 * * * /home/oclassroom/backup_script/backup/incrementale.sh "FICHIERS" 7 +0 5 * * * /home/oclassroom/backup_script/backup/incrementale.sh "MAILS" 7 +0 6 * * * /home/oclassroom/backup_script/backup/incrementale.sh "RH" 7 +30 6 * * * /home/oclassroom/backup_script/backup/incrementale.sh "TICKETS" 7 + +# SITE backup every 3 days at 7am, with 15 days retention +0 7 */3 * * /home/oclassroom/backup_script/backup/incrementale.sh "SITE" 15 +``` + +
+ +### Execution Logs + +
+sauvegardes_inc.log - Incremental Backup Logs + +```log +===================================================== +[2025-08-12 12:00:00] > START INCREMENTAL BACKUP +Backed up folders: FICHIERS +Planned retention: 7 day(s) +Start timestamp: 2025-08-12_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-12 12:00:00] > Processing folder: FICHIERS +[2025-08-12 12:00:00] > No recent FULL found -> BACKUP TYPE: FULL +sending incremental file list +./ +doc1.txt +doc2.txt +fichier_2025-08-12_1.txt +fichier_2025-08-12_2.txt + +sent 449 bytes received 95 bytes 1.088,00 bytes/sec +total size is 94 speedup is 0,17 +[2025-08-12 12:00:01] > End of backup for FICHIERS +[2025-08-12 12:00:01] DAILY BACKUP COMPLETED + +===================================================== +[2025-08-13 12:00:00] > START INCREMENTAL BACKUP +Backed up folders: FICHIERS +Planned retention: 7 day(s) +Start timestamp: 2025-08-13_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-13 12:00:00] > Processing folder: FICHIERS +[2025-08-13 12:00:00] > Backup TYPE: INCREMENTAL (base: /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt + +sent 361 bytes received 57 bytes 836,00 bytes/sec +total size is 154 speedup is 0,37 +[2025-08-13 12:00:01] > End of backup for FICHIERS +[2025-08-13 12:00:01] DAILY BACKUP COMPLETED + +===================================================== +[2025-08-20 12:00:00] > START INCREMENTAL BACKUP +Backed up folders: FICHIERS +Planned retention: 7 day(s) +Start timestamp: 2025-08-20_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-20 12:00:00] > Processing folder: FICHIERS +[2025-08-20 12:00:00] > No recent FULL found -> BACKUP TYPE: FULL +sending incremental file list +[...] +[2025-08-20 12:00:01] > End of backup for FICHIERS +[2025-08-20 12:00:01] DAILY BACKUP COMPLETED +``` + +
+ +
+sauvegardes_dif.log - Differential Backup Logs + +```log +===================================================== +[2025-08-12 17:26:10] > START DIFFERENTIAL BACKUP +Folder : MACHINES +Source : /home/oclassroom/mairie/MACHINES +Destination : backup-user@stockage:/home/backup-user/backup/MACHINES +Timestamp : 2025-08-12_17-26-10 +===================================================== +[2025-08-12 17:26:10] > Checking remote folder... +[2025-08-12 17:26:10] > Remote folder ready. +[2025-08-12 17:26:10] > Launching rsync... +sending incremental file list +./ +fichier_gros.test +rsync error: unexplained error (code 255) at rsync.c(716) [sender=3.2.7] +[2025-08-12 17:26:35] > Backup duration: 25 seconds + +===================================================== +[2025-08-12 17:26:42] > START DIFFERENTIAL BACKUP +Folder : MACHINES +Source : /home/oclassroom/mairie/MACHINES +Destination : backup-user@stockage:/home/backup-user/backup/MACHINES +Timestamp : 2025-08-12_17-26-42 +===================================================== +[2025-08-12 17:26:42] > Checking remote folder... +[2025-08-12 17:26:42] > Remote folder ready. +[2025-08-12 17:26:42] > Launching rsync... +sending incremental file list +./ +fichier_gros.test + +sent 668.597.769 bytes received 38 bytes 148.577.290,44 bytes/sec +total size is 5.368.709.120 speedup is 8,03 +[2025-08-12 17:26:46] DIFFERENTIAL BACKUP COMPLETED + +[2025-08-12 17:26:46] > Backup duration: 4 seconds +``` + +
+ +
+restores_inc.log - Incremental Restoration Logs + +```log +===================================================== +[2025-08-12 17:23:56] > START INCREMENTAL RESTORATION +Restored folder: FICHIERS +Type: Specific file +Backup timestamp: 2025-08-25_12-00-00_INC +===================================================== +> Restoring 'doc1.txt' to '/home/oclassroom/mairie/FICHIERS/.' +receiving incremental file list +doc1.txt + +sent 43 bytes received 139 bytes 121,33 bytes/sec +total size is 18 speedup is 0,10 + +===================================================== +[2025-08-12 17:24:13] > START INCREMENTAL RESTORATION +Restored folder: FICHIERS +Type: Complete folder +Backup timestamp: 2025-08-25_12-00-00_INC +===================================================== +receiving incremental file list +./ +doc2.txt +fichier_2025-08-12_1.txt +[...] +fichier_2025-08-25_2.txt + +sent 578 bytes received 2.750 bytes 6.656,00 bytes/sec +total size is 862 speedup is 0,26 +``` + +
+ +
+restores_dif.log - Differential Restoration Logs + +```log +===================================================== +[2025-08-12 17:29:42] > START DIFFERENTIAL RESTORATION +Restored folder: MACHINES +Local destination: /home/oclassroom/mairie/MACHINES +Remote source: backup-user@stockage:/home/backup-user/backup/MACHINES +===================================================== +receiving incremental file list +./ +fichier_1Go.bin +fichier_gros.test + +sent 65 bytes received 6.444.024.019 bytes 186.783.306,78 bytes/sec +total size is 6.442.450.944 speedup is 1,00 +[2025-08-12 17:30:16] > END OF RESTORATION +``` + +
+ +## Skills Acquired + +- Advanced Bash script development +- Mastery of rsync and its options +- Backup strategy design (3-2-1) +- Retention and rotation management +- Automation with cron +- Restoration procedure documentation diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p11-conformite-anssi.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p11-conformite-anssi.md new file mode 100644 index 0000000..432b9cd --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p11-conformite-anssi.md @@ -0,0 +1,51 @@ +--- +sidebar_position: 11 +--- + +# P11 - ANSSI Compliance for Healthcare IS + +## Context + +Application of ANSSI (French National Cybersecurity Agency) recommendations for securing OpenPharma's information system: mapping, secure administration and evolution budget. + +## Objectives + +- Analyze and synthesize applicable ANSSI guidelines +- Produce the existing IS mapping +- Propose a compliant target architecture +- Establish a hardware and software budget +- Plan the compliance project + +## Applied ANSSI Guidelines + +- **Information System Mapping** (v1b, 2018) +- **Secure IS Administration** (v3.0) + +## Proposed Technologies and Solutions + +| Need | Solution | Justification | +|------|----------|---------------| +| Administration bastion | Teleport | Open source, built-in audit | +| SIEM | Wazuh | Detection, compliance, free | +| Firewall | FortiGate 60F | UTM, manufacturer support | +| Backup | Synology RS822+ | Rack NAS, snapshots, replication | + +## Deliverables + +
+View deliverables + +- [IS Mapping](/assets/projets-oc/p11/BENE_Mael_1_cartographie_092025.pdf) +- [Project Plan](/assets/projets-oc/p11/BENE_Mael_2_plan_projet_092025.pdf) +- [User and Administrator Documentation](/assets/projets-oc/p11/BENE_Mael_3_documentation_092025.pdf) + +
+ +## Skills Acquired + +- ANSSI framework analysis and application +- Information system mapping +- Secure architecture design +- IT budget development +- Compliance project management +- Sector-specific constraints consideration (healthcare) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p12-audit-securite-ad.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p12-audit-securite-ad.md new file mode 100644 index 0000000..0fb9eee --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p12-audit-securite-ad.md @@ -0,0 +1,80 @@ +--- +sidebar_position: 12 +--- + +# P12 - Active Directory Security Audit + +## Context + +Offensive security audit of a clinic's Windows domain and Active Directory: penetration testing, vulnerability identification and remediation plan. + +## Objectives + +- Perform a complete AD security audit +- Identify exploitable vulnerabilities +- Demonstrate risks through proof of concepts +- Propose a corrective action plan aligned with ANSSI/NIST + +## Methodology + +1. **Reconnaissance**: domain enumeration +2. **Exploitation**: controlled penetration tests +3. **Post-exploitation**: privilege escalation +4. **Report**: vulnerabilities and remediations + +## Tools Used + +| Tool | Usage | +|------|-------| +| **nmap** | Network and service scanning | +| **enum4linux** | SMB/AD enumeration | +| **Kerberoasting** | Kerberos ticket extraction | +| **Mimikatz** | Credential extraction | +| **BloodHound** | AD attack path analysis | + +## Identified Vulnerabilities (Examples) + +| Vulnerability | Criticality | Risk | +|---------------|-------------|------| +| Accounts with SPN and weak password | Critical | Kerberoasting -> privileged access | +| NTLM enabled | High | Pass-the-Hash | +| Unconstrained delegation | High | Identity impersonation | +| Cleartext passwords (GPP) | Critical | Immediate compromise | + +## Deliverables + +
+Pentest Report (PDF) + +Detailed document of penetration tests performed and identified vulnerabilities. + + + +
+ +
+Corrective Action Plan (PDF) + +Remediation plan with action prioritization according to criticality level. + + + +
+ +
+Presentation (PDF) + +Presentation slides for stakeholder reporting. + + + +
+ +## Skills Acquired + +- Security audit methodology +- Pentesting tools usage +- Active Directory vulnerability analysis +- Audit report writing +- Remediation plan development +- Results presentation to stakeholders diff --git a/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p13-migration-cloud-aws.md b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p13-migration-cloud-aws.md new file mode 100644 index 0000000..5a65f56 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/projets-openclassrooms/p13-migration-cloud-aws.md @@ -0,0 +1,58 @@ +--- +sidebar_position: 13 +--- + +# P13 - Cloud Migration to AWS + +## Context + +Supporting Patronus company in its migration to AWS: technical architecture document, technology watch, planning and cost estimation. + +## Objectives + +- Conduct technology watch on Cloud services +- Produce a Technical Architecture Document (TAD) +- Compare on-premise, IaaS and PaaS models +- Establish a migration schedule (Gantt) +- Estimate human and financial costs + +## Evaluated AWS Services + +| Service | On-prem Equivalent | Usage | +|---------|-------------------|-------| +| **EC2** | Physical servers | Compute | +| **RDS** | MySQL/PostgreSQL | Managed database | +| **S3** | NAS/SAN | Object storage | +| **CloudFront** | CDN | Content distribution | +| **VPC** | Local network | Network isolation | +| **IAM** | Active Directory | Access management | + +## Model Comparison + +| Criteria | On-premise | IaaS (EC2) | PaaS (Elastic Beanstalk) | +|----------|------------|------------|--------------------------| +| Control | Total | High | Limited | +| Maintenance | Internal | Shared | AWS | +| Scalability | Limited | Good | Excellent | +| Initial cost | High | Low | Low | +| Recurring cost | Low | Variable | Variable | + +## Deliverables + +
+View deliverables + +- [Technology Watch](/assets/projets-oc/p13/bene_mael__1_resultat-veille_112025.pdf) +- [Migration Plan](/assets/projets-oc/p13/bene_mael_2_migration_Patronus_112025.pdf) +- [Presentation](/assets/projets-oc/p13/bene_mael_3_diaporama_112025.pdf) + +
+ +## Skills Acquired + +- Structured technology watch +- Understanding of Cloud models (IaaS/PaaS/SaaS) +- Technical architecture document writing +- Project cost and effort estimation +- Migration planning (Gantt) +- Stakeholder communication (kickoff) diff --git a/package.json b/package.json index 5ce057f..51e3447 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "docusaurus": "docusaurus", "start": "docusaurus start", + "start:en": "docusaurus start --locale en", "build": "docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", diff --git a/sidebars.ts b/sidebars.ts index f86298c..b1ddff0 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -3,6 +3,31 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; const sidebars: SidebarsConfig = { tutorialSidebar: [ 'presentation', + { + type: 'category', + label: 'Projets OpenClassrooms', + link: { + type: 'generated-index', + title: 'Projets OpenClassrooms', + description: 'Les 12 projets techniques réalisés dans le cadre de ma formation Administrateur Systèmes, Réseaux et Sécurité.', + slug: '/category/projets-openclassrooms', + }, + items: [ + 'projets-openclassrooms/index', + 'projets-openclassrooms/p02-gestion-itsm', + 'projets-openclassrooms/p03-architecture-reseau', + 'projets-openclassrooms/p04-architecture-ntiers', + 'projets-openclassrooms/p05-securisation-web', + 'projets-openclassrooms/p06-site-distant', + 'projets-openclassrooms/p07-reseau-cisco', + 'projets-openclassrooms/p08-supervision-nagios', + 'projets-openclassrooms/p09-gestion-parc-ansible', + 'projets-openclassrooms/p10-sauvegardes-rsync', + 'projets-openclassrooms/p11-conformite-anssi', + 'projets-openclassrooms/p12-audit-securite-ad', + 'projets-openclassrooms/p13-migration-cloud-aws', + ], + }, { type: 'category', label: 'Notions', diff --git a/static/assets/projets-oc/p02/bene_mael_1_export_122024.sql b/static/assets/projets-oc/p02/bene_mael_1_export_122024.sql new file mode 100644 index 0000000..39d820c --- /dev/null +++ b/static/assets/projets-oc/p02/bene_mael_1_export_122024.sql @@ -0,0 +1,18614 @@ +-- MariaDB dump 10.19 Distrib 10.11.6-MariaDB, for debian-linux-gnu (x86_64) +-- +-- Host: localhost Database: glpi +-- ------------------------------------------------------ +-- Server version 10.11.6-MariaDB-0+deb12u1 + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `glpi_agents` +-- + +DROP TABLE IF EXISTS `glpi_agents`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_agents` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `deviceid` varchar(255) NOT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `agenttypes_id` int(10) unsigned NOT NULL, + `last_contact` timestamp NULL DEFAULT NULL, + `version` varchar(255) DEFAULT NULL, + `locked` tinyint(4) NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `items_id` int(10) unsigned NOT NULL, + `useragent` varchar(255) DEFAULT NULL, + `tag` varchar(255) DEFAULT NULL, + `port` varchar(6) DEFAULT NULL, + `remote_addr` varchar(255) DEFAULT NULL, + `threads_networkdiscovery` int(11) NOT NULL DEFAULT 1 COMMENT 'Number of threads for Network discovery', + `threads_networkinventory` int(11) NOT NULL DEFAULT 1 COMMENT 'Number of threads for Network inventory', + `timeout_networkdiscovery` int(11) NOT NULL DEFAULT 0 COMMENT 'Network Discovery task timeout (disabled by default)', + `timeout_networkinventory` int(11) NOT NULL DEFAULT 0 COMMENT 'Network Inventory task timeout (disabled by default)', + `use_module_wake_on_lan` tinyint(4) NOT NULL DEFAULT 0, + `use_module_computer_inventory` tinyint(4) NOT NULL DEFAULT 0, + `use_module_esx_remote_inventory` tinyint(4) NOT NULL DEFAULT 0, + `use_module_remote_inventory` tinyint(4) NOT NULL DEFAULT 0, + `use_module_network_inventory` tinyint(4) NOT NULL DEFAULT 0, + `use_module_network_discovery` tinyint(4) NOT NULL DEFAULT 0, + `use_module_package_deployment` tinyint(4) NOT NULL DEFAULT 0, + `use_module_collect_data` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `deviceid` (`deviceid`), + KEY `name` (`name`), + KEY `agenttypes_id` (`agenttypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_agents` +-- + +LOCK TABLES `glpi_agents` WRITE; +/*!40000 ALTER TABLE `glpi_agents` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_agents` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_agenttypes` +-- + +DROP TABLE IF EXISTS `glpi_agenttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_agenttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_agenttypes` +-- + +LOCK TABLES `glpi_agenttypes` WRITE; +/*!40000 ALTER TABLE `glpi_agenttypes` DISABLE KEYS */; +INSERT INTO `glpi_agenttypes` VALUES +(1,'Core'); +/*!40000 ALTER TABLE `glpi_agenttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_alerts` +-- + +DROP TABLE IF EXISTS `glpi_alerts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_alerts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 0 COMMENT 'see define.php ALERT_* constant', + `date` timestamp NOT NULL DEFAULT current_timestamp(), + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`type`), + KEY `type` (`type`), + KEY `date` (`date`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_alerts` +-- + +LOCK TABLES `glpi_alerts` WRITE; +/*!40000 ALTER TABLE `glpi_alerts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_alerts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_apiclients` +-- + +DROP TABLE IF EXISTS `glpi_apiclients`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_apiclients` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `ipv4_range_start` bigint(20) DEFAULT NULL, + `ipv4_range_end` bigint(20) DEFAULT NULL, + `ipv6` varchar(255) DEFAULT NULL, + `app_token` varchar(255) DEFAULT NULL, + `app_token_date` timestamp NULL DEFAULT NULL, + `dolog_method` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `is_active` (`is_active`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_apiclients` +-- + +LOCK TABLES `glpi_apiclients` WRITE; +/*!40000 ALTER TABLE `glpi_apiclients` DISABLE KEYS */; +INSERT INTO `glpi_apiclients` VALUES +(1,0,1,'full access from localhost',NULL,NULL,1,2130706433,2130706433,'::1',NULL,NULL,0,NULL); +/*!40000 ALTER TABLE `glpi_apiclients` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_applianceenvironments` +-- + +DROP TABLE IF EXISTS `glpi_applianceenvironments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_applianceenvironments` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_applianceenvironments` +-- + +LOCK TABLES `glpi_applianceenvironments` WRITE; +/*!40000 ALTER TABLE `glpi_applianceenvironments` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_applianceenvironments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_appliances` +-- + +DROP TABLE IF EXISTS `glpi_appliances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_appliances` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) NOT NULL DEFAULT '', + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `appliancetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `applianceenvironments_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `externalidentifier` varchar(255) DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `is_helpdesk_visible` tinyint(4) NOT NULL DEFAULT 1, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`externalidentifier`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `name` (`name`), + KEY `is_deleted` (`is_deleted`), + KEY `appliancetypes_id` (`appliancetypes_id`), + KEY `locations_id` (`locations_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `applianceenvironments_id` (`applianceenvironments_id`), + KEY `users_id` (`users_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id` (`groups_id`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `states_id` (`states_id`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `is_helpdesk_visible` (`is_helpdesk_visible`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_appliances` +-- + +LOCK TABLES `glpi_appliances` WRITE; +/*!40000 ALTER TABLE `glpi_appliances` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_appliances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_appliances_items` +-- + +DROP TABLE IF EXISTS `glpi_appliances_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_appliances_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `appliances_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`appliances_id`,`items_id`,`itemtype`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_appliances_items` +-- + +LOCK TABLES `glpi_appliances_items` WRITE; +/*!40000 ALTER TABLE `glpi_appliances_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_appliances_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_appliances_items_relations` +-- + +DROP TABLE IF EXISTS `glpi_appliances_items_relations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_appliances_items_relations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `appliances_items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `appliances_items_id` (`appliances_items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_appliances_items_relations` +-- + +LOCK TABLES `glpi_appliances_items_relations` WRITE; +/*!40000 ALTER TABLE `glpi_appliances_items_relations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_appliances_items_relations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_appliancetypes` +-- + +DROP TABLE IF EXISTS `glpi_appliancetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_appliancetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) NOT NULL DEFAULT '', + `comment` text DEFAULT NULL, + `externalidentifier` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `externalidentifier` (`externalidentifier`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_appliancetypes` +-- + +LOCK TABLES `glpi_appliancetypes` WRITE; +/*!40000 ALTER TABLE `glpi_appliancetypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_appliancetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_authldapreplicates` +-- + +DROP TABLE IF EXISTS `glpi_authldapreplicates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_authldapreplicates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `authldaps_id` int(10) unsigned NOT NULL DEFAULT 0, + `host` varchar(255) DEFAULT NULL, + `port` int(11) NOT NULL DEFAULT 389, + `name` varchar(255) DEFAULT NULL, + `timeout` int(11) NOT NULL DEFAULT 10, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `authldaps_id` (`authldaps_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_authldapreplicates` +-- + +LOCK TABLES `glpi_authldapreplicates` WRITE; +/*!40000 ALTER TABLE `glpi_authldapreplicates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_authldapreplicates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_authldaps` +-- + +DROP TABLE IF EXISTS `glpi_authldaps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_authldaps` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `host` varchar(255) DEFAULT NULL, + `basedn` varchar(255) DEFAULT NULL, + `rootdn` varchar(255) DEFAULT NULL, + `port` int(11) NOT NULL DEFAULT 389, + `condition` text DEFAULT NULL, + `login_field` varchar(255) DEFAULT 'uid', + `sync_field` varchar(255) DEFAULT NULL, + `use_tls` tinyint(4) NOT NULL DEFAULT 0, + `group_field` varchar(255) DEFAULT NULL, + `group_condition` text DEFAULT NULL, + `group_search_type` int(11) NOT NULL DEFAULT 0, + `group_member_field` varchar(255) DEFAULT NULL, + `email1_field` varchar(255) DEFAULT NULL, + `realname_field` varchar(255) DEFAULT NULL, + `firstname_field` varchar(255) DEFAULT NULL, + `phone_field` varchar(255) DEFAULT NULL, + `phone2_field` varchar(255) DEFAULT NULL, + `mobile_field` varchar(255) DEFAULT NULL, + `comment_field` varchar(255) DEFAULT NULL, + `use_dn` tinyint(4) NOT NULL DEFAULT 1, + `time_offset` int(11) NOT NULL DEFAULT 0 COMMENT 'in seconds', + `deref_option` int(11) NOT NULL DEFAULT 0, + `title_field` varchar(255) DEFAULT NULL, + `category_field` varchar(255) DEFAULT NULL, + `language_field` varchar(255) DEFAULT NULL, + `entity_field` varchar(255) DEFAULT NULL, + `entity_condition` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `is_default` tinyint(4) NOT NULL DEFAULT 0, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `rootdn_passwd` varchar(255) DEFAULT NULL, + `registration_number_field` varchar(255) DEFAULT NULL, + `email2_field` varchar(255) DEFAULT NULL, + `email3_field` varchar(255) DEFAULT NULL, + `email4_field` varchar(255) DEFAULT NULL, + `location_field` varchar(255) DEFAULT NULL, + `responsible_field` varchar(255) DEFAULT NULL, + `pagesize` int(11) NOT NULL DEFAULT 0, + `ldap_maxlimit` int(11) NOT NULL DEFAULT 0, + `can_support_pagesize` tinyint(4) NOT NULL DEFAULT 0, + `picture_field` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `inventory_domain` varchar(255) DEFAULT NULL, + `tls_certfile` text DEFAULT NULL, + `tls_keyfile` text DEFAULT NULL, + `use_bind` tinyint(4) NOT NULL DEFAULT 1, + `timeout` int(11) NOT NULL DEFAULT 10, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `is_default` (`is_default`), + KEY `is_active` (`is_active`), + KEY `date_creation` (`date_creation`), + KEY `sync_field` (`sync_field`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_authldaps` +-- + +LOCK TABLES `glpi_authldaps` WRITE; +/*!40000 ALTER TABLE `glpi_authldaps` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_authldaps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_authmails` +-- + +DROP TABLE IF EXISTS `glpi_authmails`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_authmails` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `connect_string` varchar(255) DEFAULT NULL, + `host` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `is_active` (`is_active`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_authmails` +-- + +LOCK TABLES `glpi_authmails` WRITE; +/*!40000 ALTER TABLE `glpi_authmails` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_authmails` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_autoupdatesystems` +-- + +DROP TABLE IF EXISTS `glpi_autoupdatesystems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_autoupdatesystems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_autoupdatesystems` +-- + +LOCK TABLES `glpi_autoupdatesystems` WRITE; +/*!40000 ALTER TABLE `glpi_autoupdatesystems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_autoupdatesystems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_blacklistedmailcontents` +-- + +DROP TABLE IF EXISTS `glpi_blacklistedmailcontents`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_blacklistedmailcontents` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `content` text DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_blacklistedmailcontents` +-- + +LOCK TABLES `glpi_blacklistedmailcontents` WRITE; +/*!40000 ALTER TABLE `glpi_blacklistedmailcontents` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_blacklistedmailcontents` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_blacklists` +-- + +DROP TABLE IF EXISTS `glpi_blacklists`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_blacklists` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `type` int(11) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `value` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `type` (`type`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_blacklists` +-- + +LOCK TABLES `glpi_blacklists` WRITE; +/*!40000 ALTER TABLE `glpi_blacklists` DISABLE KEYS */; +INSERT INTO `glpi_blacklists` VALUES +(1,3,'invalid serial','N/A',NULL,NULL,NULL), +(2,3,'invalid serial','(null string)',NULL,NULL,NULL), +(3,3,'invalid serial','INVALID',NULL,NULL,NULL), +(4,3,'invalid serial','SYS-1234567890',NULL,NULL,NULL), +(5,3,'invalid serial','SYS-9876543210',NULL,NULL,NULL), +(6,3,'invalid serial','SN-12345',NULL,NULL,NULL), +(7,3,'invalid serial','SN-1234567890',NULL,NULL,NULL), +(8,3,'invalid serial','/^0+$/',NULL,NULL,NULL), +(9,3,'invalid serial','/^1+$/',NULL,NULL,NULL), +(10,3,'invalid serial','/\\d\\.\\d(\\.\\d)?/',NULL,NULL,NULL), +(11,3,'invalid serial','/^(0|1)+$/',NULL,NULL,NULL), +(12,3,'invalid serial','0123456789',NULL,NULL,NULL), +(13,3,'invalid serial','12345',NULL,NULL,NULL), +(14,3,'invalid serial','123456',NULL,NULL,NULL), +(15,3,'invalid serial','1234567',NULL,NULL,NULL), +(16,3,'invalid serial','12345678',NULL,NULL,NULL), +(17,3,'invalid serial','123456789',NULL,NULL,NULL), +(18,3,'invalid serial','1234567890',NULL,NULL,NULL), +(19,3,'invalid serial','123456789000',NULL,NULL,NULL), +(20,3,'invalid serial','12345678901234567',NULL,NULL,NULL), +(21,3,'invalid serial','NNNNNNN',NULL,NULL,NULL), +(22,3,'invalid serial','xxxxxxxxxxx',NULL,NULL,NULL), +(23,3,'invalid serial','EVAL',NULL,NULL,NULL), +(24,3,'invalid serial','IATPASS',NULL,NULL,NULL), +(25,3,'invalid serial','none',NULL,NULL,NULL), +(26,3,'invalid serial','To Be Filled By O.E.M.',NULL,NULL,NULL), +(27,3,'invalid serial','Tulip Computers',NULL,NULL,NULL), +(28,3,'invalid serial','Serial Number xxxxxx',NULL,NULL,NULL), +(29,3,'invalid serial','SN-123456fvgv3i0b8o5n6n7k',NULL,NULL,NULL), +(30,3,'invalid serial','Unknow',NULL,NULL,NULL), +(31,3,'invalid serial','System Serial Number',NULL,NULL,NULL), +(32,3,'invalid serial','MB-1234567890',NULL,NULL,NULL), +(33,3,'invalid serial','empty',NULL,NULL,NULL), +(34,3,'invalid serial','Not Specified',NULL,NULL,NULL), +(35,3,'invalid serial','OEM_Serial',NULL,NULL,NULL), +(36,3,'invalid serial','SystemSerialNumb',NULL,NULL,NULL), +(37,4,'invalid UUID','FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF',NULL,NULL,NULL), +(38,4,'invalid UUID','03000200-0400-0500-0006-000700080009',NULL,NULL,NULL), +(39,4,'invalid UUID','6AB5B300-538D-1014-9FB5-B0684D007B53',NULL,NULL,NULL), +(40,4,'invalid UUID','01010101-0101-0101-0101-010101010101',NULL,NULL,NULL), +(41,4,'invalid UUID','2',NULL,NULL,NULL), +(42,2,'empty MAC','',NULL,NULL,NULL), +(43,2,'invalid MAC','20:41:53:59:4e:ff',NULL,NULL,NULL), +(44,2,'invalid MAC','02:00:4e:43:50:49',NULL,NULL,NULL), +(45,2,'invalid MAC','e2:e6:16:20:0a:35',NULL,NULL,NULL), +(46,2,'invalid MAC','d2:0a:2d:a0:04:be',NULL,NULL,NULL), +(47,2,'invalid MAC','00:a0:c6:00:00:00',NULL,NULL,NULL), +(48,2,'invalid MAC','d2:6b:25:2f:2c:e7',NULL,NULL,NULL), +(49,2,'invalid MAC','33:50:6f:45:30:30',NULL,NULL,NULL), +(50,2,'invalid MAC','0a:00:27:00:00:00',NULL,NULL,NULL), +(51,2,'invalid MAC','00:50:56:C0:00:01',NULL,NULL,NULL), +(52,2,'invalid MAC','00:50:56:C0:00:08',NULL,NULL,NULL), +(53,2,'invalid MAC','02:80:37:EC:02:00',NULL,NULL,NULL), +(54,2,'invalid MAC','50:50:54:50:30:30',NULL,NULL,NULL), +(55,2,'invalid MAC','24:b6:20:52:41:53',NULL,NULL,NULL), +(56,2,'invalid MAC','00:50:56:C0:00:02',NULL,NULL,NULL), +(57,2,'invalid MAC','/00:50:56:C0:[0-9a-f]+:[0-9a-f]+/i',NULL,NULL,NULL), +(58,2,'invalid MAC','FE:FF:FF:FF:FF:FF',NULL,NULL,NULL), +(59,2,'invalid MAC','00:00:00:00:00:00',NULL,NULL,NULL), +(60,2,'invalid MAC','00:0b:ca:fe:00:00',NULL,NULL,NULL), +(61,6,'Unknow','Unknow',NULL,NULL,NULL), +(62,6,'To Be Filled By O.E.M.','To Be Filled By O.E.M.',NULL,NULL,NULL), +(63,6,'*','*',NULL,NULL,NULL), +(64,6,'System Product Name','System Product Name',NULL,NULL,NULL), +(65,6,'Product Name','Product Name',NULL,NULL,NULL), +(66,6,'System Name','System Name',NULL,NULL,NULL), +(67,6,'All Series','All Series',NULL,NULL,NULL), +(68,8,'System manufacturer','System manufacturer',NULL,NULL,NULL), +(69,1,'empty IP','',NULL,NULL,NULL), +(70,1,'zero IP','0.0.0.0',NULL,NULL,NULL), +(71,1,'localhost','127.0.0.1',NULL,NULL,NULL), +(72,1,'IPV6 localhost','::1',NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_blacklists` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_budgets` +-- + +DROP TABLE IF EXISTS `glpi_budgets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_budgets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `begin_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `value` decimal(20,4) NOT NULL DEFAULT 0.0000, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `budgettypes_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_recursive` (`is_recursive`), + KEY `entities_id` (`entities_id`), + KEY `is_deleted` (`is_deleted`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + KEY `is_template` (`is_template`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `locations_id` (`locations_id`), + KEY `budgettypes_id` (`budgettypes_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_budgets` +-- + +LOCK TABLES `glpi_budgets` WRITE; +/*!40000 ALTER TABLE `glpi_budgets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_budgets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_budgettypes` +-- + +DROP TABLE IF EXISTS `glpi_budgettypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_budgettypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_budgettypes` +-- + +LOCK TABLES `glpi_budgettypes` WRITE; +/*!40000 ALTER TABLE `glpi_budgettypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_budgettypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_businesscriticities` +-- + +DROP TABLE IF EXISTS `glpi_businesscriticities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_businesscriticities` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `businesscriticities_id` int(10) unsigned NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`businesscriticities_id`,`name`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_businesscriticities` +-- + +LOCK TABLES `glpi_businesscriticities` WRITE; +/*!40000 ALTER TABLE `glpi_businesscriticities` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_businesscriticities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_cables` +-- + +DROP TABLE IF EXISTS `glpi_cables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_cables` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `itemtype_endpoint_a` varchar(255) DEFAULT NULL, + `itemtype_endpoint_b` varchar(255) DEFAULT NULL, + `items_id_endpoint_a` int(10) unsigned NOT NULL DEFAULT 0, + `items_id_endpoint_b` int(10) unsigned NOT NULL DEFAULT 0, + `socketmodels_id_endpoint_a` int(10) unsigned NOT NULL DEFAULT 0, + `socketmodels_id_endpoint_b` int(10) unsigned NOT NULL DEFAULT 0, + `sockets_id_endpoint_a` int(10) unsigned NOT NULL DEFAULT 0, + `sockets_id_endpoint_b` int(10) unsigned NOT NULL DEFAULT 0, + `cablestrands_id` int(10) unsigned NOT NULL DEFAULT 0, + `color` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `cabletypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `item_endpoint_a` (`itemtype_endpoint_a`,`items_id_endpoint_a`), + KEY `item_endpoint_b` (`itemtype_endpoint_b`,`items_id_endpoint_b`), + KEY `items_id_endpoint_b` (`items_id_endpoint_b`), + KEY `items_id_endpoint_a` (`items_id_endpoint_a`), + KEY `socketmodels_id_endpoint_a` (`socketmodels_id_endpoint_a`), + KEY `socketmodels_id_endpoint_b` (`socketmodels_id_endpoint_b`), + KEY `sockets_id_endpoint_a` (`sockets_id_endpoint_a`), + KEY `sockets_id_endpoint_b` (`sockets_id_endpoint_b`), + KEY `cablestrands_id` (`cablestrands_id`), + KEY `states_id` (`states_id`), + KEY `complete` (`entities_id`,`name`), + KEY `is_recursive` (`is_recursive`), + KEY `users_id_tech` (`users_id_tech`), + KEY `cabletypes_id` (`cabletypes_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `is_deleted` (`is_deleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_cables` +-- + +LOCK TABLES `glpi_cables` WRITE; +/*!40000 ALTER TABLE `glpi_cables` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_cables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_cablestrands` +-- + +DROP TABLE IF EXISTS `glpi_cablestrands`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_cablestrands` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_cablestrands` +-- + +LOCK TABLES `glpi_cablestrands` WRITE; +/*!40000 ALTER TABLE `glpi_cablestrands` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_cablestrands` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_cabletypes` +-- + +DROP TABLE IF EXISTS `glpi_cabletypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_cabletypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_cabletypes` +-- + +LOCK TABLES `glpi_cabletypes` WRITE; +/*!40000 ALTER TABLE `glpi_cabletypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_cabletypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_calendars` +-- + +DROP TABLE IF EXISTS `glpi_calendars`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_calendars` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `cache_duration` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_calendars` +-- + +LOCK TABLES `glpi_calendars` WRITE; +/*!40000 ALTER TABLE `glpi_calendars` DISABLE KEYS */; +INSERT INTO `glpi_calendars` VALUES +(1,'Default',0,1,'Default calendar',NULL,'[0,43200,43200,43200,43200,43200,0]',NULL); +/*!40000 ALTER TABLE `glpi_calendars` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_calendars_holidays` +-- + +DROP TABLE IF EXISTS `glpi_calendars_holidays`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_calendars_holidays` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `calendars_id` int(10) unsigned NOT NULL DEFAULT 0, + `holidays_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`calendars_id`,`holidays_id`), + KEY `holidays_id` (`holidays_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_calendars_holidays` +-- + +LOCK TABLES `glpi_calendars_holidays` WRITE; +/*!40000 ALTER TABLE `glpi_calendars_holidays` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_calendars_holidays` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_calendarsegments` +-- + +DROP TABLE IF EXISTS `glpi_calendarsegments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_calendarsegments` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `calendars_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `day` tinyint(4) NOT NULL DEFAULT 1 COMMENT 'numer of the day based on date(w)', + `begin` time DEFAULT NULL, + `end` time DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `calendars_id` (`calendars_id`), + KEY `day` (`day`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_calendarsegments` +-- + +LOCK TABLES `glpi_calendarsegments` WRITE; +/*!40000 ALTER TABLE `glpi_calendarsegments` DISABLE KEYS */; +INSERT INTO `glpi_calendarsegments` VALUES +(1,1,0,0,1,'08:00:00','20:00:00'), +(2,1,0,0,2,'08:00:00','20:00:00'), +(3,1,0,0,3,'08:00:00','20:00:00'), +(4,1,0,0,4,'08:00:00','20:00:00'), +(5,1,0,0,5,'08:00:00','20:00:00'); +/*!40000 ALTER TABLE `glpi_calendarsegments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_cartridgeitems` +-- + +DROP TABLE IF EXISTS `glpi_cartridgeitems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_cartridgeitems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `ref` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `cartridgeitemtypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `alarm_threshold` int(11) NOT NULL DEFAULT 10, + `stock_target` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `locations_id` (`locations_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `cartridgeitemtypes_id` (`cartridgeitemtypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `alarm_threshold` (`alarm_threshold`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_cartridgeitems` +-- + +LOCK TABLES `glpi_cartridgeitems` WRITE; +/*!40000 ALTER TABLE `glpi_cartridgeitems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_cartridgeitems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_cartridgeitems_printermodels` +-- + +DROP TABLE IF EXISTS `glpi_cartridgeitems_printermodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_cartridgeitems_printermodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `cartridgeitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `printermodels_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`printermodels_id`,`cartridgeitems_id`), + KEY `cartridgeitems_id` (`cartridgeitems_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_cartridgeitems_printermodels` +-- + +LOCK TABLES `glpi_cartridgeitems_printermodels` WRITE; +/*!40000 ALTER TABLE `glpi_cartridgeitems_printermodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_cartridgeitems_printermodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_cartridgeitemtypes` +-- + +DROP TABLE IF EXISTS `glpi_cartridgeitemtypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_cartridgeitemtypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_cartridgeitemtypes` +-- + +LOCK TABLES `glpi_cartridgeitemtypes` WRITE; +/*!40000 ALTER TABLE `glpi_cartridgeitemtypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_cartridgeitemtypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_cartridges` +-- + +DROP TABLE IF EXISTS `glpi_cartridges`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_cartridges` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `cartridgeitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `printers_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_in` date DEFAULT NULL, + `date_use` date DEFAULT NULL, + `date_out` date DEFAULT NULL, + `pages` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `cartridgeitems_id` (`cartridgeitems_id`), + KEY `printers_id` (`printers_id`), + KEY `entities_id` (`entities_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_cartridges` +-- + +LOCK TABLES `glpi_cartridges` WRITE; +/*!40000 ALTER TABLE `glpi_cartridges` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_cartridges` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_certificates` +-- + +DROP TABLE IF EXISTS `glpi_certificates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_certificates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `certificatetypes_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to glpi_certificatetypes (id)', + `dns_name` varchar(255) DEFAULT NULL, + `dns_suffix` varchar(255) DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to glpi_users (id)', + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to glpi_groups (id)', + `locations_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to glpi_locations (id)', + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to glpi_manufacturers (id)', + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_autosign` tinyint(4) NOT NULL DEFAULT 0, + `date_expiration` date DEFAULT NULL, + `states_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to states (id)', + `command` text DEFAULT NULL, + `certificate_request` text DEFAULT NULL, + `certificate_item` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_template` (`is_template`), + KEY `is_deleted` (`is_deleted`), + KEY `certificatetypes_id` (`certificatetypes_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `states_id` (`states_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_certificates` +-- + +LOCK TABLES `glpi_certificates` WRITE; +/*!40000 ALTER TABLE `glpi_certificates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_certificates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_certificates_items` +-- + +DROP TABLE IF EXISTS `glpi_certificates_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_certificates_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `certificates_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to various tables, according to itemtype (id)', + `itemtype` varchar(100) NOT NULL COMMENT 'see .class.php file', + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`certificates_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_certificates_items` +-- + +LOCK TABLES `glpi_certificates_items` WRITE; +/*!40000 ALTER TABLE `glpi_certificates_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_certificates_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_certificatetypes` +-- + +DROP TABLE IF EXISTS `glpi_certificatetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_certificatetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `name` (`name`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_certificatetypes` +-- + +LOCK TABLES `glpi_certificatetypes` WRITE; +/*!40000 ALTER TABLE `glpi_certificatetypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_certificatetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changecosts` +-- + +DROP TABLE IF EXISTS `glpi_changecosts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changecosts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `begin_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `actiontime` int(11) NOT NULL DEFAULT 0, + `cost_time` decimal(20,4) NOT NULL DEFAULT 0.0000, + `cost_fixed` decimal(20,4) NOT NULL DEFAULT 0.0000, + `cost_material` decimal(20,4) NOT NULL DEFAULT 0.0000, + `budgets_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `changes_id` (`changes_id`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `budgets_id` (`budgets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changecosts` +-- + +LOCK TABLES `glpi_changecosts` WRITE; +/*!40000 ALTER TABLE `glpi_changecosts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changecosts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changes` +-- + +DROP TABLE IF EXISTS `glpi_changes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `status` int(11) NOT NULL DEFAULT 1, + `content` longtext DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date` timestamp NULL DEFAULT NULL, + `solvedate` timestamp NULL DEFAULT NULL, + `closedate` timestamp NULL DEFAULT NULL, + `time_to_resolve` timestamp NULL DEFAULT NULL, + `users_id_recipient` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_lastupdater` int(10) unsigned NOT NULL DEFAULT 0, + `urgency` int(11) NOT NULL DEFAULT 1, + `impact` int(11) NOT NULL DEFAULT 1, + `priority` int(11) NOT NULL DEFAULT 1, + `itilcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `impactcontent` longtext DEFAULT NULL, + `controlistcontent` longtext DEFAULT NULL, + `rolloutplancontent` longtext DEFAULT NULL, + `backoutplancontent` longtext DEFAULT NULL, + `checklistcontent` longtext DEFAULT NULL, + `global_validation` int(11) NOT NULL DEFAULT 1, + `validation_percent` int(11) NOT NULL DEFAULT 0, + `actiontime` int(11) NOT NULL DEFAULT 0, + `begin_waiting_date` timestamp NULL DEFAULT NULL, + `waiting_duration` int(11) NOT NULL DEFAULT 0, + `close_delay_stat` int(11) NOT NULL DEFAULT 0, + `solve_delay_stat` int(11) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_deleted` (`is_deleted`), + KEY `date` (`date`), + KEY `closedate` (`closedate`), + KEY `status` (`status`), + KEY `priority` (`priority`), + KEY `date_mod` (`date_mod`), + KEY `itilcategories_id` (`itilcategories_id`), + KEY `users_id_recipient` (`users_id_recipient`), + KEY `solvedate` (`solvedate`), + KEY `urgency` (`urgency`), + KEY `impact` (`impact`), + KEY `time_to_resolve` (`time_to_resolve`), + KEY `global_validation` (`global_validation`), + KEY `users_id_lastupdater` (`users_id_lastupdater`), + KEY `date_creation` (`date_creation`), + KEY `locations_id` (`locations_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changes` +-- + +LOCK TABLES `glpi_changes` WRITE; +/*!40000 ALTER TABLE `glpi_changes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changes_groups` +-- + +DROP TABLE IF EXISTS `glpi_changes_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changes_groups` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`changes_id`,`type`,`groups_id`), + KEY `group` (`groups_id`,`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changes_groups` +-- + +LOCK TABLES `glpi_changes_groups` WRITE; +/*!40000 ALTER TABLE `glpi_changes_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changes_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changes_items` +-- + +DROP TABLE IF EXISTS `glpi_changes_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changes_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`changes_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changes_items` +-- + +LOCK TABLES `glpi_changes_items` WRITE; +/*!40000 ALTER TABLE `glpi_changes_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changes_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changes_problems` +-- + +DROP TABLE IF EXISTS `glpi_changes_problems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changes_problems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `problems_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`changes_id`,`problems_id`), + KEY `problems_id` (`problems_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changes_problems` +-- + +LOCK TABLES `glpi_changes_problems` WRITE; +/*!40000 ALTER TABLE `glpi_changes_problems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changes_problems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changes_suppliers` +-- + +DROP TABLE IF EXISTS `glpi_changes_suppliers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changes_suppliers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `suppliers_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + `use_notification` tinyint(4) NOT NULL DEFAULT 0, + `alternative_email` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`changes_id`,`type`,`suppliers_id`), + KEY `group` (`suppliers_id`,`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changes_suppliers` +-- + +LOCK TABLES `glpi_changes_suppliers` WRITE; +/*!40000 ALTER TABLE `glpi_changes_suppliers` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changes_suppliers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changes_tickets` +-- + +DROP TABLE IF EXISTS `glpi_changes_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changes_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`changes_id`,`tickets_id`), + KEY `tickets_id` (`tickets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changes_tickets` +-- + +LOCK TABLES `glpi_changes_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_changes_tickets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changes_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changes_users` +-- + +DROP TABLE IF EXISTS `glpi_changes_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changes_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + `use_notification` tinyint(4) NOT NULL DEFAULT 0, + `alternative_email` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`changes_id`,`type`,`users_id`,`alternative_email`), + KEY `user` (`users_id`,`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changes_users` +-- + +LOCK TABLES `glpi_changes_users` WRITE; +/*!40000 ALTER TABLE `glpi_changes_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changes_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changetasks` +-- + +DROP TABLE IF EXISTS `glpi_changetasks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changetasks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `uuid` varchar(255) DEFAULT NULL, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `taskcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `state` int(11) NOT NULL DEFAULT 0, + `date` timestamp NULL DEFAULT NULL, + `begin` timestamp NULL DEFAULT NULL, + `end` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_editor` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `actiontime` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `tasktemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `timeline_position` tinyint(4) NOT NULL DEFAULT 0, + `is_private` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `changes_id` (`changes_id`), + KEY `state` (`state`), + KEY `users_id` (`users_id`), + KEY `users_id_editor` (`users_id_editor`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `date` (`date`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `begin` (`begin`), + KEY `end` (`end`), + KEY `taskcategories_id` (`taskcategories_id`), + KEY `tasktemplates_id` (`tasktemplates_id`), + KEY `is_private` (`is_private`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changetasks` +-- + +LOCK TABLES `glpi_changetasks` WRITE; +/*!40000 ALTER TABLE `glpi_changetasks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changetasks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changetemplatehiddenfields` +-- + +DROP TABLE IF EXISTS `glpi_changetemplatehiddenfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changetemplatehiddenfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changetemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`changetemplates_id`,`num`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changetemplatehiddenfields` +-- + +LOCK TABLES `glpi_changetemplatehiddenfields` WRITE; +/*!40000 ALTER TABLE `glpi_changetemplatehiddenfields` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changetemplatehiddenfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changetemplatemandatoryfields` +-- + +DROP TABLE IF EXISTS `glpi_changetemplatemandatoryfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changetemplatemandatoryfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changetemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`changetemplates_id`,`num`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changetemplatemandatoryfields` +-- + +LOCK TABLES `glpi_changetemplatemandatoryfields` WRITE; +/*!40000 ALTER TABLE `glpi_changetemplatemandatoryfields` DISABLE KEYS */; +INSERT INTO `glpi_changetemplatemandatoryfields` VALUES +(1,1,21); +/*!40000 ALTER TABLE `glpi_changetemplatemandatoryfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changetemplatepredefinedfields` +-- + +DROP TABLE IF EXISTS `glpi_changetemplatepredefinedfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changetemplatepredefinedfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `changetemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + `value` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `changetemplates_id` (`changetemplates_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changetemplatepredefinedfields` +-- + +LOCK TABLES `glpi_changetemplatepredefinedfields` WRITE; +/*!40000 ALTER TABLE `glpi_changetemplatepredefinedfields` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changetemplatepredefinedfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changetemplates` +-- + +DROP TABLE IF EXISTS `glpi_changetemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changetemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changetemplates` +-- + +LOCK TABLES `glpi_changetemplates` WRITE; +/*!40000 ALTER TABLE `glpi_changetemplates` DISABLE KEYS */; +INSERT INTO `glpi_changetemplates` VALUES +(1,'Default',0,1,NULL); +/*!40000 ALTER TABLE `glpi_changetemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_changevalidations` +-- + +DROP TABLE IF EXISTS `glpi_changevalidations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_changevalidations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `changes_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_validate` int(10) unsigned NOT NULL DEFAULT 0, + `comment_submission` text DEFAULT NULL, + `comment_validation` text DEFAULT NULL, + `status` int(11) NOT NULL DEFAULT 2, + `submission_date` timestamp NULL DEFAULT NULL, + `validation_date` timestamp NULL DEFAULT NULL, + `timeline_position` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `users_id` (`users_id`), + KEY `users_id_validate` (`users_id_validate`), + KEY `changes_id` (`changes_id`), + KEY `submission_date` (`submission_date`), + KEY `validation_date` (`validation_date`), + KEY `status` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_changevalidations` +-- + +LOCK TABLES `glpi_changevalidations` WRITE; +/*!40000 ALTER TABLE `glpi_changevalidations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_changevalidations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_clusters` +-- + +DROP TABLE IF EXISTS `glpi_clusters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_clusters` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `uuid` varchar(255) DEFAULT NULL, + `version` varchar(255) DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to states (id)', + `comment` text DEFAULT NULL, + `clustertypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `users_id_tech` (`users_id_tech`), + KEY `group_id_tech` (`groups_id_tech`), + KEY `is_deleted` (`is_deleted`), + KEY `states_id` (`states_id`), + KEY `clustertypes_id` (`clustertypes_id`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_clusters` +-- + +LOCK TABLES `glpi_clusters` WRITE; +/*!40000 ALTER TABLE `glpi_clusters` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_clusters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_clustertypes` +-- + +DROP TABLE IF EXISTS `glpi_clustertypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_clustertypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_clustertypes` +-- + +LOCK TABLES `glpi_clustertypes` WRITE; +/*!40000 ALTER TABLE `glpi_clustertypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_clustertypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_computerantiviruses` +-- + +DROP TABLE IF EXISTS `glpi_computerantiviruses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_computerantiviruses` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `computers_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `antivirus_version` varchar(255) DEFAULT NULL, + `signature_version` varchar(255) DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_uptodate` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `date_expiration` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `antivirus_version` (`antivirus_version`), + KEY `signature_version` (`signature_version`), + KEY `is_active` (`is_active`), + KEY `is_uptodate` (`is_uptodate`), + KEY `is_dynamic` (`is_dynamic`), + KEY `is_deleted` (`is_deleted`), + KEY `computers_id` (`computers_id`), + KEY `date_expiration` (`date_expiration`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `manufacturers_id` (`manufacturers_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_computerantiviruses` +-- + +LOCK TABLES `glpi_computerantiviruses` WRITE; +/*!40000 ALTER TABLE `glpi_computerantiviruses` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_computerantiviruses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_computermodels` +-- + +DROP TABLE IF EXISTS `glpi_computermodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_computermodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `weight` int(11) NOT NULL DEFAULT 0, + `required_units` int(11) NOT NULL DEFAULT 1, + `depth` float NOT NULL DEFAULT 1, + `power_connections` int(11) NOT NULL DEFAULT 0, + `power_consumption` int(11) NOT NULL DEFAULT 0, + `is_half_rack` tinyint(4) NOT NULL DEFAULT 0, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_computermodels` +-- + +LOCK TABLES `glpi_computermodels` WRITE; +/*!40000 ALTER TABLE `glpi_computermodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_computermodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_computers` +-- + +DROP TABLE IF EXISTS `glpi_computers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_computers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `networks_id` int(10) unsigned NOT NULL DEFAULT 0, + `computermodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `computertypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `ticket_tco` decimal(20,4) DEFAULT 0.0000, + `uuid` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `last_inventory_update` timestamp NULL DEFAULT NULL, + `last_boot` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `date_mod` (`date_mod`), + KEY `name` (`name`), + KEY `is_template` (`is_template`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`), + KEY `entities_id` (`entities_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `computermodels_id` (`computermodels_id`), + KEY `networks_id` (`networks_id`), + KEY `states_id` (`states_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `computertypes_id` (`computertypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `is_dynamic` (`is_dynamic`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `uuid` (`uuid`), + KEY `date_creation` (`date_creation`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_computers` +-- + +LOCK TABLES `glpi_computers` WRITE; +/*!40000 ALTER TABLE `glpi_computers` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_computers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_computers_items` +-- + +DROP TABLE IF EXISTS `glpi_computers_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_computers_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to various table, according to itemtype (ID)', + `computers_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `computers_id` (`computers_id`), + KEY `item` (`itemtype`,`items_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_computers_items` +-- + +LOCK TABLES `glpi_computers_items` WRITE; +/*!40000 ALTER TABLE `glpi_computers_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_computers_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_computertypes` +-- + +DROP TABLE IF EXISTS `glpi_computertypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_computertypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_computertypes` +-- + +LOCK TABLES `glpi_computertypes` WRITE; +/*!40000 ALTER TABLE `glpi_computertypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_computertypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_computervirtualmachines` +-- + +DROP TABLE IF EXISTS `glpi_computervirtualmachines`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_computervirtualmachines` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `computers_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) NOT NULL DEFAULT '', + `virtualmachinestates_id` int(10) unsigned NOT NULL DEFAULT 0, + `virtualmachinesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `virtualmachinetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `uuid` varchar(255) NOT NULL DEFAULT '', + `vcpu` int(11) NOT NULL DEFAULT 0, + `ram` int(10) unsigned DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `computers_id` (`computers_id`), + KEY `entities_id` (`entities_id`), + KEY `name` (`name`), + KEY `virtualmachinestates_id` (`virtualmachinestates_id`), + KEY `virtualmachinesystems_id` (`virtualmachinesystems_id`), + KEY `vcpu` (`vcpu`), + KEY `ram` (`ram`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `uuid` (`uuid`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `virtualmachinetypes_id` (`virtualmachinetypes_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_computervirtualmachines` +-- + +LOCK TABLES `glpi_computervirtualmachines` WRITE; +/*!40000 ALTER TABLE `glpi_computervirtualmachines` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_computervirtualmachines` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_configs` +-- + +DROP TABLE IF EXISTS `glpi_configs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_configs` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `context` varchar(150) DEFAULT NULL, + `name` varchar(150) DEFAULT NULL, + `value` text DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`context`,`name`), + KEY `name` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=272 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_configs` +-- + +LOCK TABLES `glpi_configs` WRITE; +/*!40000 ALTER TABLE `glpi_configs` DISABLE KEYS */; +INSERT INTO `glpi_configs` VALUES +(1,'core','version','10.0.17'), +(2,'core','show_jobs_at_login','0'), +(3,'core','cut','250'), +(4,'core','list_limit','15'), +(5,'core','list_limit_max','50'), +(6,'core','url_maxlength','30'), +(7,'core','event_loglevel','5'), +(8,'core','notifications_mailing','0'), +(9,'core','admin_email','admsys@localhost'), +(10,'core','admin_email_name',''), +(11,'core','from_email',''), +(12,'core','from_email_name',''), +(13,'core','noreply_email',''), +(14,'core','noreply_email_name',''), +(15,'core','replyto_email',''), +(16,'core','replyto_email_name',''), +(17,'core','mailing_signature','SIGNATURE'), +(18,'core','use_anonymous_helpdesk','0'), +(19,'core','use_anonymous_followups','0'), +(20,'core','language','fr_FR'), +(21,'core','priority_1','#fff2f2'), +(22,'core','priority_2','#ffe0e0'), +(23,'core','priority_3','#ffcece'), +(24,'core','priority_4','#ffbfbf'), +(25,'core','priority_5','#ffadad'), +(26,'core','priority_6','#ff5555'), +(27,'core','date_tax','2005-12-31'), +(28,'core','cas_host',''), +(29,'core','cas_port','443'), +(30,'core','cas_uri',''), +(31,'core','cas_logout',''), +(32,'core','cas_version','CAS_VERSION_2_0'), +(33,'core','existing_auth_server_field_clean_domain','0'), +(34,'core','planning_begin','08:00:00'), +(35,'core','planning_end','20:00:00'), +(36,'core','utf8_conv','1'), +(37,'core','use_public_faq','0'), +(38,'core','url_base','http://glpi.oclassroom.local'), +(39,'core','show_link_in_mail','0'), +(40,'core','text_login',''), +(41,'core','founded_new_version',''), +(42,'core','dropdown_max','100'), +(43,'core','ajax_wildcard','*'), +(44,'core','ajax_limit_count','10'), +(45,'core','is_users_auto_add','1'), +(46,'core','date_format','0'), +(47,'core','number_format','0'), +(48,'core','csv_delimiter',';'), +(49,'core','is_ids_visible','0'), +(50,'core','smtp_mode','0'), +(51,'core','smtp_host',''), +(52,'core','smtp_port','25'), +(53,'core','smtp_username',''), +(54,'core','smtp_oauth_provider',''), +(55,'core','smtp_oauth_client_id',''), +(56,'core','smtp_oauth_client_secret',''), +(57,'core','smtp_oauth_options','{}'), +(58,'core','smtp_oauth_refresh_token',''), +(59,'core','proxy_name',''), +(60,'core','proxy_port','8080'), +(61,'core','proxy_user',''), +(62,'core','add_followup_on_update_ticket','1'), +(63,'core','keep_tickets_on_delete','0'), +(64,'core','time_step','5'), +(65,'core','decimal_number','2'), +(66,'core','helpdesk_doc_url',''), +(67,'core','central_doc_url',''), +(68,'core','documentcategories_id_forticket','0'), +(69,'core','monitors_management_restrict','2'), +(70,'core','phones_management_restrict','2'), +(71,'core','peripherals_management_restrict','2'), +(72,'core','printers_management_restrict','2'), +(73,'core','use_log_in_files','1'), +(74,'core','time_offset','0'), +(75,'core','is_contact_autoupdate','1'), +(76,'core','is_user_autoupdate','1'), +(77,'core','is_group_autoupdate','1'), +(78,'core','is_location_autoupdate','1'), +(79,'core','state_autoupdate_mode','0'), +(80,'core','is_contact_autoclean','0'), +(81,'core','is_user_autoclean','0'), +(82,'core','is_group_autoclean','0'), +(83,'core','is_location_autoclean','0'), +(84,'core','state_autoclean_mode','0'), +(85,'core','use_flat_dropdowntree','0'), +(86,'core','use_flat_dropdowntree_on_search_result','1'), +(87,'core','use_autoname_by_entity','1'), +(88,'core','softwarecategories_id_ondelete','1'), +(89,'core','x509_email_field',''), +(90,'core','x509_cn_restrict',''), +(91,'core','x509_o_restrict',''), +(92,'core','x509_ou_restrict',''), +(93,'core','default_mailcollector_filesize_max','2097152'), +(94,'core','followup_private','0'), +(95,'core','task_private','0'), +(96,'core','default_software_helpdesk_visible','1'), +(97,'core','names_format','0'), +(98,'core','default_requesttypes_id','1'), +(99,'core','use_noright_users_add','1'), +(100,'core','cron_limit','5'), +(101,'core','priority_matrix','{\"1\":{\"1\":1,\"2\":1,\"3\":2,\"4\":2,\"5\":2},\"2\":{\"1\":1,\"2\":2,\"3\":2,\"4\":3,\"5\":3},\"3\":{\"1\":2,\"2\":2,\"3\":3,\"4\":4,\"5\":4},\"4\":{\"1\":2,\"2\":3,\"3\":4,\"4\":4,\"5\":5},\"5\":{\"1\":2,\"2\":3,\"3\":4,\"4\":5,\"5\":5}}'), +(102,'core','urgency_mask','62'), +(103,'core','impact_mask','62'), +(104,'core','user_deleted_ldap','0'), +(105,'core','user_restored_ldap','0'), +(106,'core','auto_create_infocoms','0'), +(107,'core','use_slave_for_search','0'), +(108,'core','proxy_passwd',''), +(109,'core','smtp_passwd',''), +(110,'core','show_count_on_tabs','1'), +(111,'core','refresh_views','0'), +(112,'core','set_default_tech','1'), +(113,'core','allow_search_view','2'), +(114,'core','allow_search_all','0'), +(115,'core','allow_search_global','1'), +(116,'core','display_count_on_home','5'), +(117,'core','use_password_security','0'), +(118,'core','password_min_length','8'), +(119,'core','password_need_number','1'), +(120,'core','password_need_letter','1'), +(121,'core','password_need_caps','1'), +(122,'core','password_need_symbol','1'), +(123,'core','use_check_pref','0'), +(124,'core','notification_to_myself','1'), +(125,'core','duedateok_color','#06ff00'), +(126,'core','duedatewarning_color','#ffb800'), +(127,'core','duedatecritical_color','#ff0000'), +(128,'core','duedatewarning_less','20'), +(129,'core','duedatecritical_less','5'), +(130,'core','duedatewarning_unit','%'), +(131,'core','duedatecritical_unit','%'), +(132,'core','realname_ssofield',''), +(133,'core','firstname_ssofield',''), +(134,'core','email1_ssofield',''), +(135,'core','email2_ssofield',''), +(136,'core','email3_ssofield',''), +(137,'core','email4_ssofield',''), +(138,'core','phone_ssofield',''), +(139,'core','phone2_ssofield',''), +(140,'core','mobile_ssofield',''), +(141,'core','comment_ssofield',''), +(142,'core','title_ssofield',''), +(143,'core','category_ssofield',''), +(144,'core','language_ssofield',''), +(145,'core','entity_ssofield',''), +(146,'core','registration_number_ssofield',''), +(147,'core','ssovariables_id','0'), +(148,'core','ssologout_url',''), +(149,'core','translate_kb','0'), +(150,'core','translate_dropdowns','0'), +(151,'core','translate_reminders','0'), +(152,'core','pdffont','dejavusans'), +(153,'core','keep_devices_when_purging_item','0'), +(154,'core','maintenance_mode','0'), +(155,'core','maintenance_text',''), +(156,'core','attach_ticket_documents_to_mail','0'), +(157,'core','backcreated','0'), +(158,'core','task_state','1'), +(159,'core','palette','auror'), +(160,'core','page_layout','vertical'), +(161,'core','fold_menu','0'), +(162,'core','fold_search','0'), +(163,'core','savedsearches_pinned','0'), +(164,'core','timeline_order','natural'), +(165,'core','itil_layout',''), +(166,'core','richtext_layout','classic'), +(167,'core','lock_use_lock_item','0'), +(168,'core','lock_autolock_mode','1'), +(169,'core','lock_directunlock_notification','0'), +(170,'core','lock_item_list','[]'), +(171,'core','lock_lockprofile_id','8'), +(172,'core','set_default_requester','1'), +(173,'core','highcontrast_css','0'), +(174,'core','default_central_tab','0'), +(175,'core','smtp_check_certificate','1'), +(176,'core','enable_api','0'), +(177,'core','enable_api_login_credentials','0'), +(178,'core','enable_api_login_external_token','1'), +(179,'core','url_base_api','http://glpi.oclassroom.local/apirest.php/'), +(180,'core','login_remember_time','604800'), +(181,'core','login_remember_default','1'), +(182,'core','use_notifications','0'), +(183,'core','notifications_ajax','0'), +(184,'core','notifications_ajax_check_interval','5'), +(185,'core','notifications_ajax_sound',NULL), +(186,'core','notifications_ajax_icon_url','/pics/glpi.png'), +(187,'core','dbversion','10.0.17@bde16719fbd4112f59a9a7d34c66c959bce73434'), +(188,'core','smtp_max_retries','5'), +(189,'core','smtp_sender',NULL), +(190,'core','instance_uuid',NULL), +(191,'core','registration_uuid','g2JZfgYrt8ZKlVYZlEyRWPH3plDkKizV519yjvWm'), +(192,'core','smtp_retry_time','5'), +(193,'core','purge_addrelation','0'), +(194,'core','purge_deleterelation','0'), +(195,'core','purge_createitem','0'), +(196,'core','purge_deleteitem','0'), +(197,'core','purge_restoreitem','0'), +(198,'core','purge_updateitem','0'), +(199,'core','purge_item_software_install','0'), +(200,'core','purge_software_item_install','0'), +(201,'core','purge_software_version_install','0'), +(202,'core','purge_infocom_creation','0'), +(203,'core','purge_profile_user','0'), +(204,'core','purge_group_user','0'), +(205,'core','purge_adddevice','0'), +(206,'core','purge_updatedevice','0'), +(207,'core','purge_deletedevice','0'), +(208,'core','purge_connectdevice','0'), +(209,'core','purge_disconnectdevice','0'), +(210,'core','purge_userdeletedfromldap','0'), +(211,'core','purge_comments','0'), +(212,'core','purge_datemod','0'), +(213,'core','purge_all','0'), +(214,'core','purge_user_auth_changes','0'), +(215,'core','purge_plugins','0'), +(216,'core','purge_refusedequipment','0'), +(217,'core','display_login_source','1'), +(218,'core','devices_in_menu','[\"Item_DeviceSimcard\"]'), +(219,'core','password_expiration_delay','-1'), +(220,'core','password_expiration_notice','-1'), +(221,'core','password_expiration_lock_delay','-1'), +(222,'core','default_dashboard_central','central'), +(223,'core','default_dashboard_assets','assets'), +(224,'core','default_dashboard_helpdesk','assistance'), +(225,'core','default_dashboard_mini_ticket','mini_tickets'), +(226,'core','impact_enabled_itemtypes','[\"Appliance\",\"Cluster\",\"Computer\",\"Datacenter\",\"DCRoom\",\"Domain\",\"Enclosure\",\"Monitor\",\"NetworkEquipment\",\"PDU\",\"Peripheral\",\"Phone\",\"Printer\",\"Rack\",\"Software\",\"DatabaseInstance\"]'), +(227,'core','document_max_size','2'), +(228,'core','planning_work_days','[0,1,2,3,4,5,6]'), +(229,'core','system_user','6'), +(230,'core','support_legacy_data','0'), +(231,'core','initialized_rules_collections','[\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\",\"RuleAssetCollection\",\"RuleDictionnaryOperatingSystemCollection\",\"RuleDictionnaryOperatingSystemVersionCollection\",\"RuleDictionnaryOperatingSystemEditionCollection\"]'), +(232,'core','timeline_action_btn_layout','0'), +(233,'core','timeline_date_format','0'), +(234,'inventory','enabled_inventory','0'), +(235,'inventory','import_software','1'), +(236,'inventory','import_volume','1'), +(237,'inventory','import_antivirus','1'), +(238,'inventory','import_registry','1'), +(239,'inventory','import_process','1'), +(240,'inventory','import_vm','1'), +(241,'inventory','import_monitor_on_partial_sn','0'), +(242,'inventory','import_unmanaged','1'), +(243,'inventory','component_processor','1'), +(244,'inventory','component_memory','1'), +(245,'inventory','component_harddrive','1'), +(246,'inventory','component_networkcard','1'), +(247,'inventory','component_graphiccard','1'), +(248,'inventory','component_soundcard','1'), +(249,'inventory','component_drive','1'), +(250,'inventory','component_networkdrive','1'), +(251,'inventory','component_networkcardvirtual','1'), +(252,'inventory','component_control','1'), +(253,'inventory','component_battery','1'), +(254,'inventory','component_simcard','1'), +(255,'inventory','states_id_default','0'), +(256,'inventory','entities_id_default','0'), +(257,'inventory','location','0'), +(258,'inventory','group','0'), +(259,'inventory','vm_type','0'), +(260,'inventory','vm_components','0'), +(261,'inventory','vm_as_computer','0'), +(262,'inventory','component_removablemedia','1'), +(263,'inventory','component_powersupply','1'), +(264,'inventory','inventory_frequency','24'), +(265,'inventory','import_monitor','1'), +(266,'inventory','import_printer','1'), +(267,'inventory','import_peripheral','1'), +(268,'inventory','stale_agents_delay','0'), +(269,'inventory','stale_agents_action','[0]'), +(270,'inventory','stale_agents_status','0'), +(271,'core','marketplace_replace_plugins','2'); +/*!40000 ALTER TABLE `glpi_configs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_consumableitems` +-- + +DROP TABLE IF EXISTS `glpi_consumableitems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_consumableitems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `ref` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `consumableitemtypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `alarm_threshold` int(11) NOT NULL DEFAULT 10, + `stock_target` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `locations_id` (`locations_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `consumableitemtypes_id` (`consumableitemtypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `alarm_threshold` (`alarm_threshold`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `otherserial` (`otherserial`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_consumableitems` +-- + +LOCK TABLES `glpi_consumableitems` WRITE; +/*!40000 ALTER TABLE `glpi_consumableitems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_consumableitems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_consumableitemtypes` +-- + +DROP TABLE IF EXISTS `glpi_consumableitemtypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_consumableitemtypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_consumableitemtypes` +-- + +LOCK TABLES `glpi_consumableitemtypes` WRITE; +/*!40000 ALTER TABLE `glpi_consumableitemtypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_consumableitemtypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_consumables` +-- + +DROP TABLE IF EXISTS `glpi_consumables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_consumables` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `consumableitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_in` date DEFAULT NULL, + `date_out` date DEFAULT NULL, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `date_in` (`date_in`), + KEY `date_out` (`date_out`), + KEY `consumableitems_id` (`consumableitems_id`), + KEY `entities_id` (`entities_id`), + KEY `item` (`itemtype`,`items_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_consumables` +-- + +LOCK TABLES `glpi_consumables` WRITE; +/*!40000 ALTER TABLE `glpi_consumables` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_consumables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_contacts` +-- + +DROP TABLE IF EXISTS `glpi_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_contacts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `firstname` varchar(255) DEFAULT NULL, + `registration_number` varchar(255) DEFAULT NULL, + `phone` varchar(255) DEFAULT NULL, + `phone2` varchar(255) DEFAULT NULL, + `mobile` varchar(255) DEFAULT NULL, + `fax` varchar(255) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `contacttypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `usertitles_id` int(10) unsigned NOT NULL DEFAULT 0, + `address` text DEFAULT NULL, + `postcode` varchar(255) DEFAULT NULL, + `town` varchar(255) DEFAULT NULL, + `state` varchar(255) DEFAULT NULL, + `country` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `contacttypes_id` (`contacttypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `usertitles_id` (`usertitles_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_contacts` +-- + +LOCK TABLES `glpi_contacts` WRITE; +/*!40000 ALTER TABLE `glpi_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_contacts_suppliers` +-- + +DROP TABLE IF EXISTS `glpi_contacts_suppliers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_contacts_suppliers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `suppliers_id` int(10) unsigned NOT NULL DEFAULT 0, + `contacts_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`suppliers_id`,`contacts_id`), + KEY `contacts_id` (`contacts_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_contacts_suppliers` +-- + +LOCK TABLES `glpi_contacts_suppliers` WRITE; +/*!40000 ALTER TABLE `glpi_contacts_suppliers` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_contacts_suppliers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_contacttypes` +-- + +DROP TABLE IF EXISTS `glpi_contacttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_contacttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_contacttypes` +-- + +LOCK TABLES `glpi_contacttypes` WRITE; +/*!40000 ALTER TABLE `glpi_contacttypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_contacttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_contractcosts` +-- + +DROP TABLE IF EXISTS `glpi_contractcosts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_contractcosts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `contracts_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `begin_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `cost` decimal(20,4) NOT NULL DEFAULT 0.0000, + `budgets_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `contracts_id` (`contracts_id`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `budgets_id` (`budgets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_contractcosts` +-- + +LOCK TABLES `glpi_contractcosts` WRITE; +/*!40000 ALTER TABLE `glpi_contractcosts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_contractcosts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_contracts` +-- + +DROP TABLE IF EXISTS `glpi_contracts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_contracts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `num` varchar(255) DEFAULT NULL, + `contracttypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `begin_date` date DEFAULT NULL, + `duration` int(11) NOT NULL DEFAULT 0, + `notice` int(11) NOT NULL DEFAULT 0, + `periodicity` int(11) NOT NULL DEFAULT 0, + `billing` int(11) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `accounting_number` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `week_begin_hour` time NOT NULL DEFAULT '00:00:00', + `week_end_hour` time NOT NULL DEFAULT '00:00:00', + `saturday_begin_hour` time NOT NULL DEFAULT '00:00:00', + `saturday_end_hour` time NOT NULL DEFAULT '00:00:00', + `use_saturday` tinyint(4) NOT NULL DEFAULT 0, + `sunday_begin_hour` time NOT NULL DEFAULT '00:00:00', + `sunday_end_hour` time NOT NULL DEFAULT '00:00:00', + `use_sunday` tinyint(4) NOT NULL DEFAULT 0, + `max_links_allowed` int(11) NOT NULL DEFAULT 0, + `alert` int(11) NOT NULL DEFAULT 0, + `renewal` int(11) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `begin_date` (`begin_date`), + KEY `name` (`name`), + KEY `contracttypes_id` (`contracttypes_id`), + KEY `locations_id` (`locations_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_deleted` (`is_deleted`), + KEY `is_template` (`is_template`), + KEY `use_sunday` (`use_sunday`), + KEY `use_saturday` (`use_saturday`), + KEY `alert` (`alert`), + KEY `states_id` (`states_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_contracts` +-- + +LOCK TABLES `glpi_contracts` WRITE; +/*!40000 ALTER TABLE `glpi_contracts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_contracts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_contracts_items` +-- + +DROP TABLE IF EXISTS `glpi_contracts_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_contracts_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `contracts_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`contracts_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_contracts_items` +-- + +LOCK TABLES `glpi_contracts_items` WRITE; +/*!40000 ALTER TABLE `glpi_contracts_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_contracts_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_contracts_suppliers` +-- + +DROP TABLE IF EXISTS `glpi_contracts_suppliers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_contracts_suppliers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `suppliers_id` int(10) unsigned NOT NULL DEFAULT 0, + `contracts_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`suppliers_id`,`contracts_id`), + KEY `contracts_id` (`contracts_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_contracts_suppliers` +-- + +LOCK TABLES `glpi_contracts_suppliers` WRITE; +/*!40000 ALTER TABLE `glpi_contracts_suppliers` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_contracts_suppliers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_contracttypes` +-- + +DROP TABLE IF EXISTS `glpi_contracttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_contracttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_contracttypes` +-- + +LOCK TABLES `glpi_contracttypes` WRITE; +/*!40000 ALTER TABLE `glpi_contracttypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_contracttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_crontasklogs` +-- + +DROP TABLE IF EXISTS `glpi_crontasklogs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_crontasklogs` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `crontasks_id` int(10) unsigned NOT NULL, + `crontasklogs_id` int(10) unsigned NOT NULL COMMENT 'id of ''start'' event', + `date` timestamp NOT NULL DEFAULT current_timestamp(), + `state` int(11) NOT NULL COMMENT '0:start, 1:run, 2:stop', + `elapsed` float NOT NULL COMMENT 'time elapsed since start', + `volume` int(11) NOT NULL COMMENT 'for statistics', + `content` varchar(255) DEFAULT NULL COMMENT 'message', + PRIMARY KEY (`id`), + KEY `date` (`date`), + KEY `crontasks_id` (`crontasks_id`), + KEY `crontasklogs_id_state` (`crontasklogs_id`,`state`) +) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_crontasklogs` +-- + +LOCK TABLES `glpi_crontasklogs` WRITE; +/*!40000 ALTER TABLE `glpi_crontasklogs` DISABLE KEYS */; +INSERT INTO `glpi_crontasklogs` VALUES +(1,5,0,'2024-12-01 14:42:43',0,0,0,'Run mode: GLPI'), +(2,5,1,'2024-12-01 14:42:43',2,0.00326896,0,'Action completed, no processing required'), +(3,6,0,'2024-12-01 14:49:50',0,0,0,'Run mode: GLPI'), +(4,6,3,'2024-12-01 14:49:50',2,0.00149179,0,'Action completed, no processing required'), +(5,9,0,'2024-12-01 14:50:33',0,0,0,'Run mode: GLPI'), +(6,9,5,'2024-12-01 14:50:33',2,0.00298214,0,'Action completed, no processing required'), +(7,12,0,'2024-12-01 14:53:27',0,0,0,'Run mode: GLPI'), +(8,12,7,'2024-12-01 14:53:27',2,0.00175691,0,'Action completed, no processing required'), +(9,13,0,'2024-12-01 14:53:28',0,0,0,'Run mode: GLPI'), +(10,13,9,'2024-12-01 14:53:28',2,0.00160909,0,'Action completed, no processing required'), +(11,14,0,'2024-12-01 14:58:20',0,0,0,'Run mode: GLPI'), +(12,14,11,'2024-12-01 14:58:20',2,0.00266814,0,'Action completed, no processing required'), +(13,15,0,'2024-12-01 14:58:53',0,0,0,'Run mode: GLPI'), +(14,15,13,'2024-12-01 14:58:53',2,0.00268602,0,'Action completed, no processing required'), +(15,16,0,'2024-12-01 15:04:05',0,0,0,'Run mode: GLPI'), +(16,16,15,'2024-12-01 15:04:05',2,0.00205302,0,'Action completed, no processing required'), +(17,17,0,'2024-12-02 11:28:28',0,0,0,'Run mode: GLPI'), +(18,17,17,'2024-12-02 11:28:28',2,0.024641,0,'Action completed, no processing required'), +(19,18,0,'2024-12-02 11:34:49',0,0,0,'Run mode: GLPI'), +(20,18,19,'2024-12-02 11:34:49',2,0.00598598,0,'Action completed, no processing required'), +(21,19,0,'2024-12-02 11:42:22',0,0,0,'Run mode: GLPI'), +(22,19,21,'2024-12-02 11:42:22',2,0.00221205,0,'Action completed, fully processed'), +(23,20,0,'2024-12-02 11:48:13',0,0,0,'Run mode: GLPI'), +(24,20,23,'2024-12-02 11:48:13',2,0.009799,0,'Action completed, no processing required'), +(25,21,0,'2024-12-02 11:53:42',0,0,0,'Run mode: GLPI'), +(26,21,25,'2024-12-02 11:53:42',2,0.00197601,0,'Action completed, no processing required'), +(27,22,0,'2024-12-02 11:58:44',0,0,0,'Run mode: GLPI'), +(28,22,27,'2024-12-02 11:58:44',2,0.00174689,0,'Action completed, no processing required'), +(29,23,0,'2024-12-02 17:55:16',0,0,0,'Run mode: GLPI'), +(30,23,29,'2024-12-02 17:55:16',2,0.0347252,0,'Action completed, no processing required'), +(31,24,0,'2024-12-02 18:00:35',0,0,0,'Run mode: GLPI'), +(32,24,31,'2024-12-02 18:00:35',2,0.00339103,0,'Action completed, no processing required'), +(33,25,0,'2024-12-02 18:06:28',0,0,0,'Run mode: GLPI'), +(34,25,33,'2024-12-02 18:06:28',2,0.00387597,0,'Action completed, no processing required'), +(35,31,0,'2024-12-02 18:26:24',0,0,0,'Run mode: GLPI'), +(36,31,35,'2024-12-02 18:26:24',2,0.00160813,0,'Action completed, no processing required'), +(37,32,0,'2024-12-02 18:40:12',0,0,0,'Run mode: GLPI'), +(38,32,37,'2024-12-02 18:40:12',2,0.00272298,0,'Action completed, no processing required'), +(39,9,0,'2024-12-06 09:45:07',0,0,0,'Run mode: GLPI'), +(40,9,39,'2024-12-06 09:45:07',2,0.0422781,0,'Action completed, no processing required'), +(41,13,0,'2024-12-06 09:52:29',0,0,0,'Run mode: GLPI'), +(42,13,41,'2024-12-06 09:52:29',2,0.013746,0,'Action completed, no processing required'), +(43,14,0,'2024-12-06 10:13:53',0,0,0,'Run mode: GLPI'), +(44,14,43,'2024-12-06 10:13:53',2,0.00346589,0,'Action completed, no processing required'), +(45,15,0,'2024-12-06 10:21:31',0,0,0,'Run mode: GLPI'), +(46,15,45,'2024-12-06 10:21:31',2,0.00635886,0,'Action completed, no processing required'), +(47,16,0,'2024-12-06 10:26:43',0,0,0,'Run mode: GLPI'), +(48,16,47,'2024-12-06 10:26:43',2,0.00184989,0,'Action completed, no processing required'), +(49,17,0,'2024-12-06 10:31:44',0,0,0,'Run mode: GLPI'), +(50,17,49,'2024-12-06 10:31:44',2,0.00206494,0,'Action completed, no processing required'), +(51,21,0,'2024-12-06 10:37:00',0,0,0,'Run mode: GLPI'), +(52,21,51,'2024-12-06 10:37:00',2,0.00202298,0,'Action completed, no processing required'), +(53,22,0,'2024-12-06 10:42:22',0,0,0,'Run mode: GLPI'), +(54,22,53,'2024-12-06 10:42:22',2,0.0032382,0,'Action completed, no processing required'), +(55,20,0,'2024-12-06 10:47:31',0,0,0,'Run mode: GLPI'), +(56,20,55,'2024-12-06 10:47:31',2,0.00222397,0,'Action completed, no processing required'), +(57,5,0,'2024-12-06 10:52:45',0,0,0,'Run mode: GLPI'), +(58,5,57,'2024-12-06 10:52:45',2,0.00236297,0,'Action completed, no processing required'), +(59,6,0,'2024-12-06 10:57:52',0,0,0,'Run mode: GLPI'), +(60,6,59,'2024-12-06 10:57:52',2,0.00174189,0,'Action completed, no processing required'), +(61,12,0,'2024-12-06 11:02:54',0,0,0,'Run mode: GLPI'), +(62,12,61,'2024-12-06 11:02:54',1,0.00156403,8,'Nettoyer 8 fichiers de sessions créés depuis plus de 1440 secondes\n'), +(63,12,61,'2024-12-06 11:02:54',2,0.00339508,8,'Action completed, fully processed'), +(64,32,0,'2024-12-06 11:08:27',0,0,0,'Run mode: GLPI'), +(65,32,64,'2024-12-06 11:08:27',2,0.00261211,0,'Action completed, no processing required'), +(66,24,0,'2024-12-06 11:13:37',0,0,0,'Run mode: GLPI'), +(67,24,66,'2024-12-06 11:13:37',2,0.002774,0,'Action completed, no processing required'), +(68,18,0,'2024-12-06 11:21:00',0,0,0,'Run mode: GLPI'), +(69,18,68,'2024-12-06 11:21:00',2,0.00316095,0,'Action completed, no processing required'), +(70,19,0,'2024-12-07 14:34:51',0,0,0,'Run mode: GLPI'), +(71,19,70,'2024-12-07 14:34:51',2,0.01771,0,'Action completed, fully processed'), +(72,23,0,'2024-12-07 14:35:34',0,0,0,'Run mode: GLPI'), +(73,23,72,'2024-12-07 14:35:34',2,0.00215793,0,'Action completed, no processing required'), +(74,25,0,'2024-12-07 14:35:41',0,0,0,'Run mode: GLPI'), +(75,25,74,'2024-12-07 14:35:41',2,0.00297308,0,'Action completed, no processing required'), +(76,31,0,'2024-12-07 14:36:53',0,0,0,'Run mode: GLPI'), +(77,31,76,'2024-12-07 14:36:53',2,0.002213,0,'Action completed, no processing required'), +(78,9,0,'2024-12-07 14:41:14',0,0,0,'Run mode: GLPI'), +(79,9,78,'2024-12-07 14:41:14',2,0.00597215,0,'Action completed, no processing required'), +(80,17,0,'2024-12-07 14:48:24',0,0,0,'Run mode: GLPI'), +(81,17,80,'2024-12-07 14:48:24',2,0.00290608,0,'Action completed, no processing required'), +(82,21,0,'2024-12-07 14:52:55',0,0,0,'Run mode: GLPI'), +(83,21,82,'2024-12-07 14:52:55',2,0.00344777,0,'Action completed, no processing required'), +(84,22,0,'2024-12-07 14:54:35',0,0,0,'Run mode: GLPI'), +(85,22,84,'2024-12-07 14:54:35',2,0.00724101,0,'Action completed, no processing required'), +(86,13,0,'2024-12-07 14:54:57',0,0,0,'Run mode: GLPI'), +(87,13,86,'2024-12-07 14:54:57',2,0.00336099,0,'Action completed, no processing required'), +(88,14,0,'2024-12-07 15:03:27',0,0,0,'Run mode: GLPI'), +(89,14,88,'2024-12-07 15:03:27',2,0.00276184,0,'Action completed, no processing required'), +(90,32,0,'2024-12-07 15:08:41',0,0,0,'Run mode: GLPI'), +(91,32,90,'2024-12-07 15:08:41',2,0.00284815,0,'Action completed, no processing required'), +(92,20,0,'2024-12-07 15:13:58',0,0,0,'Run mode: GLPI'), +(93,20,92,'2024-12-07 15:13:58',2,0.0027988,0,'Action completed, no processing required'), +(94,24,0,'2024-12-07 15:26:21',0,0,0,'Run mode: GLPI'), +(95,24,94,'2024-12-07 15:26:21',2,0.00253606,0,'Action completed, no processing required'), +(96,15,0,'2024-12-07 15:56:11',0,0,0,'Run mode: GLPI'), +(97,15,96,'2024-12-07 15:56:11',2,0.00275922,0,'Action completed, no processing required'), +(98,16,0,'2024-12-07 16:09:08',0,0,0,'Run mode: GLPI'), +(99,16,98,'2024-12-07 16:09:08',2,0.00193119,0,'Action completed, no processing required'), +(100,5,0,'2024-12-07 16:33:23',0,0,0,'Run mode: GLPI'), +(101,5,100,'2024-12-07 16:33:23',2,0.00292897,0,'Action completed, no processing required'), +(102,6,0,'2024-12-07 16:35:23',0,0,0,'Run mode: GLPI'), +(103,6,102,'2024-12-07 16:35:23',2,0.00156999,0,'Action completed, no processing required'), +(104,12,0,'2024-12-07 16:37:37',0,0,0,'Run mode: GLPI'), +(105,12,104,'2024-12-07 16:37:37',1,0.00149393,8,'Nettoyer 8 fichiers de sessions créés depuis plus de 1440 secondes\n'), +(106,12,104,'2024-12-07 16:37:37',2,0.00233102,8,'Action completed, fully processed'); +/*!40000 ALTER TABLE `glpi_crontasklogs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_crontasks` +-- + +DROP TABLE IF EXISTS `glpi_crontasks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_crontasks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL, + `name` varchar(150) NOT NULL COMMENT 'task name', + `frequency` int(11) NOT NULL COMMENT 'second between launch', + `param` int(11) DEFAULT NULL COMMENT 'task specify parameter', + `state` int(11) NOT NULL DEFAULT 1 COMMENT '0:disabled, 1:waiting, 2:running', + `mode` int(11) NOT NULL DEFAULT 1 COMMENT '1:internal, 2:external', + `allowmode` int(11) NOT NULL DEFAULT 3 COMMENT '1:internal, 2:external, 3:both', + `hourmin` int(11) NOT NULL DEFAULT 0, + `hourmax` int(11) NOT NULL DEFAULT 24, + `logs_lifetime` int(11) NOT NULL DEFAULT 30 COMMENT 'number of days', + `lastrun` timestamp NULL DEFAULT NULL COMMENT 'last run date', + `lastcode` int(11) DEFAULT NULL COMMENT 'last run return code', + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`name`), + KEY `name` (`name`), + KEY `mode` (`mode`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC COMMENT='Task run by internal / external cron.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_crontasks` +-- + +LOCK TABLES `glpi_crontasks` WRITE; +/*!40000 ALTER TABLE `glpi_crontasks` DISABLE KEYS */; +INSERT INTO `glpi_crontasks` VALUES +(2,'CartridgeItem','cartridge',86400,10,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(3,'ConsumableItem','consumable',86400,10,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(4,'SoftwareLicense','software',86400,NULL,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(5,'Contract','contract',86400,NULL,1,1,3,0,24,30,'2024-12-07 17:33:00',NULL,NULL,NULL,NULL), +(6,'Infocom','infocom',86400,NULL,1,1,3,0,24,30,'2024-12-07 17:35:00',NULL,NULL,NULL,NULL), +(7,'CronTask','logs',86400,30,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(9,'MailCollector','mailgate',600,10,1,1,3,0,24,30,'2024-12-07 15:41:00',NULL,NULL,NULL,NULL), +(10,'DBconnection','checkdbreplicate',300,NULL,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(11,'CronTask','checkupdate',604800,NULL,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(12,'CronTask','session',86400,NULL,1,1,3,0,24,30,'2024-12-07 17:37:00',NULL,NULL,NULL,NULL), +(13,'CronTask','graph',3600,NULL,1,1,3,0,24,30,'2024-12-07 15:54:00',NULL,NULL,NULL,NULL), +(14,'ReservationItem','reservation',3600,NULL,1,1,3,0,24,30,'2024-12-07 16:03:00',NULL,NULL,NULL,NULL), +(15,'Ticket','closeticket',43200,NULL,1,1,3,0,24,30,'2024-12-07 16:56:00',NULL,NULL,NULL,NULL), +(16,'Ticket','alertnotclosed',43200,NULL,1,1,3,0,24,30,'2024-12-07 17:09:00',NULL,NULL,NULL,NULL), +(17,'SlaLevel_Ticket','slaticket',300,NULL,1,1,3,0,24,30,'2024-12-07 15:48:00',NULL,NULL,NULL,NULL), +(18,'Ticket','createinquest',86400,NULL,1,1,3,0,24,30,'2024-12-06 12:21:00',NULL,NULL,NULL,NULL), +(19,'CronTask','watcher',86400,NULL,1,1,3,0,24,30,'2024-12-07 15:34:00',NULL,NULL,NULL,NULL), +(20,'CommonITILRecurrentCron','RecurrentItems',3600,NULL,1,1,3,0,24,30,'2024-12-07 16:13:00',NULL,NULL,NULL,NULL), +(21,'PlanningRecall','planningrecall',300,NULL,1,1,3,0,24,30,'2024-12-07 15:52:00',NULL,NULL,NULL,NULL), +(22,'QueuedNotification','queuednotification',60,50,1,1,3,0,24,30,'2024-12-07 15:54:00',NULL,NULL,NULL,NULL), +(23,'QueuedNotification','queuednotificationclean',86400,30,1,1,3,0,24,30,'2024-12-07 15:35:00',NULL,NULL,NULL,NULL), +(24,'CronTask','temp',3600,NULL,1,1,3,0,24,30,'2024-12-07 16:26:00',NULL,NULL,NULL,NULL), +(25,'MailCollector','mailgateerror',86400,NULL,1,1,3,0,24,30,'2024-12-07 15:35:00',NULL,NULL,NULL,NULL), +(26,'CronTask','circularlogs',86400,4,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(27,'ObjectLock','unlockobject',86400,4,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(28,'SavedSearch','countAll',604800,NULL,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(29,'SavedSearch_Alert','savedsearchesalerts',86400,NULL,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(30,'Telemetry','telemetry',2592000,NULL,0,1,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(31,'Certificate','certificate',86400,NULL,1,1,3,0,24,30,'2024-12-07 15:36:00',NULL,NULL,NULL,NULL), +(32,'OlaLevel_Ticket','olaticket',300,NULL,1,1,3,0,24,30,'2024-12-07 16:08:00',NULL,NULL,NULL,NULL), +(33,'PurgeLogs','PurgeLogs',604800,24,1,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(34,'Ticket','purgeticket',604800,NULL,0,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(35,'Document','cleanorphans',604800,NULL,0,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(36,'User','passwordexpiration',86400,100,0,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(37,'Glpi\\Marketplace\\Controller','checkAllUpdates',86400,NULL,1,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(38,'CleanSoftwareCron','cleansoftware',2592000,1000,0,2,3,0,24,300,NULL,NULL,NULL,NULL,NULL), +(39,'Domain','DomainsAlert',86400,NULL,1,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(40,'Glpi\\Inventory\\Inventory','cleantemp',86400,NULL,0,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(41,'Glpi\\Inventory\\Inventory','cleanorphans',604800,NULL,1,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL), +(42,'PendingReasonCron','pendingreason_autobump_autosolve',1800,NULL,1,2,3,0,24,60,NULL,NULL,NULL,NULL,NULL), +(43,'Agent','Cleanoldagents',86400,NULL,1,2,3,0,24,30,NULL,NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_crontasks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_dashboards_dashboards` +-- + +DROP TABLE IF EXISTS `glpi_dashboards_dashboards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_dashboards_dashboards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `key` varchar(100) NOT NULL, + `name` varchar(100) NOT NULL, + `context` varchar(100) NOT NULL DEFAULT 'core', + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `key` (`key`), + KEY `name` (`name`), + KEY `users_id` (`users_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_dashboards_dashboards` +-- + +LOCK TABLES `glpi_dashboards_dashboards` WRITE; +/*!40000 ALTER TABLE `glpi_dashboards_dashboards` DISABLE KEYS */; +INSERT INTO `glpi_dashboards_dashboards` VALUES +(1,'central','Central','core',0), +(2,'assets','Parc','core',0), +(3,'assistance','Assistance','core',0), +(4,'mini_tickets','Mini tableau de bord pour les tickets','mini_core',0); +/*!40000 ALTER TABLE `glpi_dashboards_dashboards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_dashboards_filters` +-- + +DROP TABLE IF EXISTS `glpi_dashboards_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_dashboards_filters` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `dashboards_dashboards_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `filter` longtext DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `dashboards_dashboards_id` (`dashboards_dashboards_id`), + KEY `users_id` (`users_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_dashboards_filters` +-- + +LOCK TABLES `glpi_dashboards_filters` WRITE; +/*!40000 ALTER TABLE `glpi_dashboards_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_dashboards_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_dashboards_items` +-- + +DROP TABLE IF EXISTS `glpi_dashboards_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_dashboards_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `dashboards_dashboards_id` int(10) unsigned NOT NULL, + `gridstack_id` varchar(255) NOT NULL, + `card_id` varchar(255) NOT NULL, + `x` int(11) DEFAULT NULL, + `y` int(11) DEFAULT NULL, + `width` int(11) DEFAULT NULL, + `height` int(11) DEFAULT NULL, + `card_options` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `dashboards_dashboards_id` (`dashboards_dashboards_id`) +) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_dashboards_items` +-- + +LOCK TABLES `glpi_dashboards_items` WRITE; +/*!40000 ALTER TABLE `glpi_dashboards_items` DISABLE KEYS */; +INSERT INTO `glpi_dashboards_items` VALUES +(1,1,'bn_count_Computer_4a315743-151c-40cb-a20b-762250668dac','bn_count_Computer',3,0,3,2,'{\"color\":\"#e69393\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(2,1,'bn_count_Software_0690f524-e826-47a9-b50a-906451196b83','bn_count_Software',0,0,3,2,'{\"color\":\"#aaddac\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(3,1,'bn_count_Rack_c6502e0a-5991-46b4-a771-7f355137306b','bn_count_Rack',6,2,3,2,'{\"color\":\"#0e87a0\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(4,1,'bn_count_SoftwareLicense_e755fd06-283e-4479-ba35-2d548f8f8a90','bn_count_SoftwareLicense',0,2,3,2,'{\"color\":\"#27ab3c\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(5,1,'bn_count_Monitor_7059b94c-583c-4ba7-b100-d40461165318','bn_count_Monitor',3,2,3,2,'{\"color\":\"#b52d30\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(6,1,'bn_count_Ticket_a74c0903-3387-4a07-9111-b0938af8f1e7','bn_count_Ticket',14,7,3,2,'{\"color\":\"#ffdc64\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(7,1,'bn_count_Problem_c1cf5cfb-f626-472e-82a1-49c3e200e746','bn_count_Problem',20,7,3,2,'{\"color\":\"#f08d7b\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(8,1,'count_Computer_Manufacturer_6129c451-42b5-489d-b693-c362adf32d49','count_Computer_Manufacturer',0,4,5,4,'{\"color\":\"#f8faf9\",\"widgettype\":\"donut\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(9,1,'top_ticket_user_requester_c74f52a8-046a-4077-b1a6-c9f840d34b82','top_ticket_user_requester',14,9,6,5,'{\"color\":\"#f9fafb\",\"widgettype\":\"hbar\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(10,1,'bn_count_tickets_late_04c47208-d7e5-4aca-9566-d46e68c45c67','bn_count_tickets_late',17,7,3,2,'{\"color\":\"#f8911f\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(11,1,'ticket_status_2e4e968b-d4e6-4e33-9ce9-a1aaff53dfde','ticket_status',14,0,12,7,'{\"color\":\"#fafafa\",\"widgettype\":\"stackedbars\",\"use_gradient\":\"0\",\"limit\":\"12\"}'), +(12,1,'top_ticket_ITILCategory_37736ba9-d429-4cb3-9058-ef4d111d9269','top_ticket_ITILCategory',20,9,6,5,'{\"color\":\"#fbf9f9\",\"widgettype\":\"hbar\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(13,1,'bn_count_Printer_517684b0-b064-49dd-943e-fcb6f915e453','bn_count_Printer',9,2,3,2,'{\"color\":\"#365a8f\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(14,1,'bn_count_Phone_f70c489f-02c1-46e5-978b-94a95b5038ee','bn_count_Phone',9,0,3,2,'{\"color\":\"#d5e1ec\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(15,1,'bn_count_Change_ab950dbd-cd25-466d-8dff-7dcaca386564','bn_count_Change',23,7,3,2,'{\"color\":\"#cae3c4\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(16,1,'bn_count_Group_b84a93f2-a26c-49d7-82a4-5446697cc5b0','bn_count_Group',4,8,4,2,'{\"color\":\"#e0e0e0\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(17,1,'bn_count_Profile_770b35e8-68e9-4b4f-9e09-5a11058f069f','bn_count_Profile',4,10,4,2,'{\"color\":\"#e0e0e0\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(18,1,'bn_count_Supplier_36ff9011-e4cf-4d89-b9ab-346b9857d734','bn_count_Supplier',8,8,3,2,'{\"color\":\"#c9c9c9\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(19,1,'bn_count_KnowbaseItem_a3785a56-bed4-4a30-8387-f251f5365b3b','bn_count_KnowbaseItem',8,10,3,2,'{\"color\":\"#c9c9c9\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(20,1,'bn_count_Entity_9b82951a-ba52-45cc-a2d3-1d238ec37adf','bn_count_Entity',0,10,4,2,'{\"color\":\"#f9f9f9\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(21,1,'bn_count_Document_7dc7f4b8-61ff-4147-b994-5541bddd7b66','bn_count_Document',11,8,3,2,'{\"color\":\"#b4b4b4\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(22,1,'bn_count_Project_4d412ee2-8b79-469b-995f-4c0a05ab849d','bn_count_Project',11,10,3,2,'{\"color\":\"#b3b3b3\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(23,1,'bn_count_NetworkEquipment_c537e334-d584-43bc-b6de-b4a939143e89','bn_count_NetworkEquipment',6,0,3,2,'{\"color\":\"#bfe7ea\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(24,1,'bn_count_User_ac0cbe52-3593-43c1-8ecc-0eb115de494d','bn_count_User',0,8,4,2,'{\"color\":\"#fafafa\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(25,1,'count_Monitor_MonitorModel_5a476ff9-116e-4270-858b-c003c20841a9','count_Monitor_MonitorModel',5,4,5,4,'{\"color\":\"#f5fafa\",\"widgettype\":\"donut\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(26,1,'count_NetworkEquipment_State_81f2ae35-b366-4065-ac26-02ea4e3704a6','count_NetworkEquipment_State',10,4,4,4,'{\"color\":\"#f5f3ef\",\"widgettype\":\"donut\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(27,2,'bn_count_Computer_34cfbaf9-a471-4852-b48c-0dadea7644de','bn_count_Computer',0,0,4,3,'{\"color\":\"#f3d0d0\",\"widgettype\":\"bigNumber\"}'), +(28,2,'bn_count_Software_60091467-2137-49f4-8834-f6602a482079','bn_count_Software',4,0,4,3,'{\"color\":\"#d1f1a8\",\"widgettype\":\"bigNumber\"}'), +(29,2,'bn_count_Printer_c9a385d4-76a3-4971-ad0e-1470efeafacc','bn_count_Printer',8,3,4,3,'{\"color\":\"#5da8d6\",\"widgettype\":\"bigNumber\"}'), +(30,2,'bn_count_PDU_60053eb6-8dda-4416-9a4b-afd51889bd09','bn_count_PDU',12,3,4,3,'{\"color\":\"#ffb62f\",\"widgettype\":\"bigNumber\"}'), +(31,2,'bn_count_Rack_0fdc196f-20d2-4f63-9ddb-b75c165cc664','bn_count_Rack',12,0,4,3,'{\"color\":\"#f7d79a\",\"widgettype\":\"bigNumber\"}'), +(32,2,'bn_count_Phone_c31fde2d-510a-4482-b17d-2f65b61eae08','bn_count_Phone',16,3,4,3,'{\"color\":\"#a0cec2\",\"widgettype\":\"bigNumber\"}'), +(33,2,'bn_count_Enclosure_c21ce30a-58c3-456a-81ec-3c5f01527a8f','bn_count_Enclosure',16,0,4,3,'{\"color\":\"#d7e8e4\",\"widgettype\":\"bigNumber\"}'), +(34,2,'bn_count_NetworkEquipment_76f1e239-777b-4552-b053-ae5c64190347','bn_count_NetworkEquipment',8,0,4,3,'{\"color\":\"#c8dae4\",\"widgettype\":\"bigNumber\"}'), +(35,2,'bn_count_SoftwareLicense_576e58fe-a386-480f-b405-1c2315b8ab47','bn_count_SoftwareLicense',4,3,4,3,'{\"color\":\"#9bc06b\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(36,2,'bn_count_Monitor_890e16d3-b121-48c6-9713-d9c239d9a970','bn_count_Monitor',0,3,4,3,'{\"color\":\"#dc6f6f\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(37,2,'count_Computer_Manufacturer_986e92e8-32e8-4a6f-806f-6f5383acbb3f','count_Computer_Manufacturer',4,6,4,4,'{\"color\":\"#f3f5f1\",\"widgettype\":\"hbar\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(38,2,'count_Computer_State_290c5920-9eab-4db8-8753-46108e60f1d8','count_Computer_State',0,6,4,4,'{\"color\":\"#fbf7f7\",\"widgettype\":\"donut\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(39,2,'count_Computer_ComputerType_c58f9c7e-22d5-478b-8226-d2a752bcbb09','count_Computer_ComputerType',8,6,4,4,'{\"color\":\"#f5f9fa\",\"widgettype\":\"donut\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(40,2,'count_NetworkEquipment_Manufacturer_8132b21c-6f7f-4dc1-af54-bea794cb96e9','count_NetworkEquipment_Manufacturer',12,6,4,4,'{\"color\":\"#fcf8ed\",\"widgettype\":\"hbar\",\"use_gradient\":\"0\",\"limit\":\"5\"}'), +(41,2,'count_Monitor_Manufacturer_43b0c16b-af82-418e-aac1-f32b39705c0d','count_Monitor_Manufacturer',16,6,4,4,'{\"color\":\"#f9fbfb\",\"widgettype\":\"donut\",\"use_gradient\":\"1\",\"limit\":\"5\"}'), +(42,3,'bn_count_Ticket_344e761b-f7e8-4617-8c90-154b266b4d67','bn_count_Ticket',0,0,3,2,'{\"color\":\"#ffdc64\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(43,3,'bn_count_Problem_bdb4002b-a674-4493-820f-af85bed44d2a','bn_count_Problem',0,4,3,2,'{\"color\":\"#f0967b\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(44,3,'bn_count_Change_b9b87513-4f40-41e6-8621-f51f9a30fb19','bn_count_Change',0,6,3,2,'{\"color\":\"#cae3c4\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(45,3,'bn_count_tickets_late_1e9ae481-21b4-4463-a830-dec1b68ec5e7','bn_count_tickets_late',0,2,3,2,'{\"color\":\"#f8911f\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(46,3,'bn_count_tickets_incoming_336a36d9-67fe-4475-880e-447bd766b8fe','bn_count_tickets_incoming',3,6,3,2,'{\"color\":\"#a0e19d\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(47,3,'bn_count_tickets_closed_e004bab5-f2b6-4060-a401-a2a8b9885245','bn_count_tickets_closed',9,8,3,2,'{\"color\":\"#515151\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(48,3,'bn_count_tickets_assigned_7455c855-6df8-4514-a3d9-8b0fce52bd63','bn_count_tickets_assigned',6,6,3,2,'{\"color\":\"#eaf5f7\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(49,3,'bn_count_tickets_solved_5e9759b3-ee7e-4a14-b68f-1ac024ef55ee','bn_count_tickets_solved',9,6,3,2,'{\"color\":\"#d8d8d8\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(50,3,'bn_count_tickets_waiting_102b2c2a-6ac6-4d73-ba47-8b09382fe00e','bn_count_tickets_waiting',3,8,3,2,'{\"color\":\"#ffcb7d\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(51,3,'bn_count_TicketRecurrent_13f79539-61f6-45f7-8dde-045706e652f2','bn_count_TicketRecurrent',0,8,3,2,'{\"color\":\"#fafafa\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(52,3,'bn_count_tickets_planned_267bf627-9d5e-4b6c-b53d-b8623d793ccf','bn_count_tickets_planned',6,8,3,2,'{\"color\":\"#6298d5\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(53,3,'top_ticket_ITILCategory_0cba0c84-6c62-4cd8-8564-18614498d8e4','top_ticket_ITILCategory',12,6,4,4,'{\"color\":\"#f1f5ef\",\"widgettype\":\"donut\",\"use_gradient\":\"1\",\"limit\":\"7\"}'), +(54,3,'top_ticket_RequestType_b9e43f34-8e94-4a6e-9023-c5d1e2ce7859','top_ticket_RequestType',16,6,4,4,'{\"color\":\"#f9fafb\",\"widgettype\":\"hbar\",\"use_gradient\":\"1\",\"limit\":\"4\"}'), +(55,3,'top_ticket_Entity_a8e65812-519c-488e-9892-9adbe22fbd5c','top_ticket_Entity',20,6,4,4,'{\"color\":\"#f7f1f0\",\"widgettype\":\"donut\",\"use_gradient\":\"1\",\"limit\":\"7\"}'), +(56,3,'ticket_evolution_76fd4926-ee5e-48db-b6d6-e2947c190c5e','ticket_evolution',3,0,12,6,'{\"color\":\"#f3f7f8\",\"widgettype\":\"areas\",\"use_gradient\":\"0\",\"limit\":\"12\"}'), +(57,3,'ticket_status_5b256a35-b36b-4db5-ba11-ea7c125f126e','ticket_status',15,0,11,6,'{\"color\":\"#f7f3f2\",\"widgettype\":\"stackedbars\",\"use_gradient\":\"0\",\"limit\":\"12\"}'), +(58,4,'bn_count_tickets_closed_ccf7246b-645a-40d2-8206-fa33c769e3f5','bn_count_tickets_closed',24,0,4,2,'{\"color\":\"#fafafa\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(59,4,'bn_count_Ticket_d5bf3576-5033-40fb-bbdb-292294a7698e','bn_count_Ticket',0,0,4,2,'{\"color\":\"#ffd957\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(60,4,'bn_count_tickets_incoming_055e813c-b0ce-4687-91ef-559249e8ddd8','bn_count_tickets_incoming',4,0,4,2,'{\"color\":\"#6fd169\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(61,4,'bn_count_tickets_waiting_793c665b-b620-4b3a-a5a8-cf502defc008','bn_count_tickets_waiting',8,0,4,2,'{\"color\":\"#ffcb7d\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(62,4,'bn_count_tickets_assigned_d3d2f697-52b4-435e-9030-a760dd649085','bn_count_tickets_assigned',12,0,4,2,'{\"color\":\"#eaf4f7\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(63,4,'bn_count_tickets_planned_0c7f3569-c23b-4ee3-8e85-279229b23e70','bn_count_tickets_planned',16,0,4,2,'{\"color\":\"#6298d5\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'), +(64,4,'bn_count_tickets_solved_ae2406cf-e8e8-410b-b355-46e3f5705ee8','bn_count_tickets_solved',20,0,4,2,'{\"color\":\"#d7d7d7\",\"widgettype\":\"bigNumber\",\"use_gradient\":\"0\",\"limit\":\"7\"}'); +/*!40000 ALTER TABLE `glpi_dashboards_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_dashboards_rights` +-- + +DROP TABLE IF EXISTS `glpi_dashboards_rights`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_dashboards_rights` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `dashboards_dashboards_id` int(10) unsigned NOT NULL, + `itemtype` varchar(100) NOT NULL, + `items_id` int(10) unsigned NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`dashboards_dashboards_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_dashboards_rights` +-- + +LOCK TABLES `glpi_dashboards_rights` WRITE; +/*!40000 ALTER TABLE `glpi_dashboards_rights` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_dashboards_rights` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_databaseinstancecategories` +-- + +DROP TABLE IF EXISTS `glpi_databaseinstancecategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_databaseinstancecategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_databaseinstancecategories` +-- + +LOCK TABLES `glpi_databaseinstancecategories` WRITE; +/*!40000 ALTER TABLE `glpi_databaseinstancecategories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_databaseinstancecategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_databaseinstances` +-- + +DROP TABLE IF EXISTS `glpi_databaseinstances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_databaseinstances` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) NOT NULL DEFAULT '', + `version` varchar(255) NOT NULL DEFAULT '', + `port` varchar(10) NOT NULL DEFAULT '', + `path` varchar(255) NOT NULL DEFAULT '', + `size` int(11) NOT NULL DEFAULT 0, + `databaseinstancetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `databaseinstancecategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL DEFAULT '', + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_onbackup` tinyint(4) NOT NULL DEFAULT 0, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_helpdesk_visible` tinyint(4) NOT NULL DEFAULT 1, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_lastboot` timestamp NULL DEFAULT NULL, + `date_lastbackup` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `name` (`name`), + KEY `databaseinstancetypes_id` (`databaseinstancetypes_id`), + KEY `databaseinstancecategories_id` (`databaseinstancecategories_id`), + KEY `locations_id` (`locations_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `states_id` (`states_id`), + KEY `item` (`itemtype`,`items_id`), + KEY `is_active` (`is_active`), + KEY `is_deleted` (`is_deleted`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`), + KEY `is_helpdesk_visible` (`is_helpdesk_visible`), + KEY `is_dynamic` (`is_dynamic`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_databaseinstances` +-- + +LOCK TABLES `glpi_databaseinstances` WRITE; +/*!40000 ALTER TABLE `glpi_databaseinstances` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_databaseinstances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_databaseinstancetypes` +-- + +DROP TABLE IF EXISTS `glpi_databaseinstancetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_databaseinstancetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_databaseinstancetypes` +-- + +LOCK TABLES `glpi_databaseinstancetypes` WRITE; +/*!40000 ALTER TABLE `glpi_databaseinstancetypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_databaseinstancetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_databases` +-- + +DROP TABLE IF EXISTS `glpi_databases`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_databases` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) NOT NULL DEFAULT '', + `size` int(11) NOT NULL DEFAULT 0, + `databaseinstances_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_onbackup` tinyint(4) NOT NULL DEFAULT 0, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_update` timestamp NULL DEFAULT NULL, + `date_lastbackup` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `name` (`name`), + KEY `is_active` (`is_active`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`), + KEY `databaseinstances_id` (`databaseinstances_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_databases` +-- + +LOCK TABLES `glpi_databases` WRITE; +/*!40000 ALTER TABLE `glpi_databases` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_databases` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_datacenters` +-- + +DROP TABLE IF EXISTS `glpi_datacenters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_datacenters` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `is_deleted` (`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_datacenters` +-- + +LOCK TABLES `glpi_datacenters` WRITE; +/*!40000 ALTER TABLE `glpi_datacenters` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_datacenters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_dcrooms` +-- + +DROP TABLE IF EXISTS `glpi_dcrooms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_dcrooms` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `vis_cols` int(11) DEFAULT NULL, + `vis_rows` int(11) DEFAULT NULL, + `blueprint` text DEFAULT NULL, + `datacenters_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `datacenters_id` (`datacenters_id`), + KEY `is_deleted` (`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_dcrooms` +-- + +LOCK TABLES `glpi_dcrooms` WRITE; +/*!40000 ALTER TABLE `glpi_dcrooms` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_dcrooms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicebatteries` +-- + +DROP TABLE IF EXISTS `glpi_devicebatteries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicebatteries` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `voltage` int(11) DEFAULT NULL, + `capacity` int(11) DEFAULT NULL, + `devicebatterytypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicebatterymodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicebatterymodels_id` (`devicebatterymodels_id`), + KEY `devicebatterytypes_id` (`devicebatterytypes_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicebatteries` +-- + +LOCK TABLES `glpi_devicebatteries` WRITE; +/*!40000 ALTER TABLE `glpi_devicebatteries` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicebatteries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicebatterymodels` +-- + +DROP TABLE IF EXISTS `glpi_devicebatterymodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicebatterymodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicebatterymodels` +-- + +LOCK TABLES `glpi_devicebatterymodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicebatterymodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicebatterymodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicebatterytypes` +-- + +DROP TABLE IF EXISTS `glpi_devicebatterytypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicebatterytypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicebatterytypes` +-- + +LOCK TABLES `glpi_devicebatterytypes` WRITE; +/*!40000 ALTER TABLE `glpi_devicebatterytypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicebatterytypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicecameramodels` +-- + +DROP TABLE IF EXISTS `glpi_devicecameramodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicecameramodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicecameramodels` +-- + +LOCK TABLES `glpi_devicecameramodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicecameramodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicecameramodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicecameras` +-- + +DROP TABLE IF EXISTS `glpi_devicecameras`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicecameras` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `flashunit` tinyint(4) NOT NULL DEFAULT 0, + `lensfacing` varchar(255) DEFAULT NULL, + `orientation` varchar(255) DEFAULT NULL, + `focallength` varchar(255) DEFAULT NULL, + `sensorsize` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicecameramodels_id` int(10) unsigned DEFAULT NULL, + `support` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `devicecameramodels_id` (`devicecameramodels_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicecameras` +-- + +LOCK TABLES `glpi_devicecameras` WRITE; +/*!40000 ALTER TABLE `glpi_devicecameras` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicecameras` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicecasemodels` +-- + +DROP TABLE IF EXISTS `glpi_devicecasemodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicecasemodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicecasemodels` +-- + +LOCK TABLES `glpi_devicecasemodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicecasemodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicecasemodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicecases` +-- + +DROP TABLE IF EXISTS `glpi_devicecases`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicecases` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `devicecasetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicecasemodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `devicecasetypes_id` (`devicecasetypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicecasemodels_id` (`devicecasemodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicecases` +-- + +LOCK TABLES `glpi_devicecases` WRITE; +/*!40000 ALTER TABLE `glpi_devicecases` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicecases` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicecasetypes` +-- + +DROP TABLE IF EXISTS `glpi_devicecasetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicecasetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicecasetypes` +-- + +LOCK TABLES `glpi_devicecasetypes` WRITE; +/*!40000 ALTER TABLE `glpi_devicecasetypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicecasetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicecontrolmodels` +-- + +DROP TABLE IF EXISTS `glpi_devicecontrolmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicecontrolmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicecontrolmodels` +-- + +LOCK TABLES `glpi_devicecontrolmodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicecontrolmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicecontrolmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicecontrols` +-- + +DROP TABLE IF EXISTS `glpi_devicecontrols`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicecontrols` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `is_raid` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `interfacetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicecontrolmodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `interfacetypes_id` (`interfacetypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicecontrolmodels_id` (`devicecontrolmodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicecontrols` +-- + +LOCK TABLES `glpi_devicecontrols` WRITE; +/*!40000 ALTER TABLE `glpi_devicecontrols` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicecontrols` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicedrivemodels` +-- + +DROP TABLE IF EXISTS `glpi_devicedrivemodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicedrivemodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicedrivemodels` +-- + +LOCK TABLES `glpi_devicedrivemodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicedrivemodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicedrivemodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicedrives` +-- + +DROP TABLE IF EXISTS `glpi_devicedrives`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicedrives` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `is_writer` tinyint(4) NOT NULL DEFAULT 1, + `speed` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `interfacetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicedrivemodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `interfacetypes_id` (`interfacetypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicedrivemodels_id` (`devicedrivemodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicedrives` +-- + +LOCK TABLES `glpi_devicedrives` WRITE; +/*!40000 ALTER TABLE `glpi_devicedrives` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicedrives` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicefirmwaremodels` +-- + +DROP TABLE IF EXISTS `glpi_devicefirmwaremodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicefirmwaremodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicefirmwaremodels` +-- + +LOCK TABLES `glpi_devicefirmwaremodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicefirmwaremodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicefirmwaremodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicefirmwares` +-- + +DROP TABLE IF EXISTS `glpi_devicefirmwares`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicefirmwares` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` date DEFAULT NULL, + `version` varchar(255) DEFAULT NULL, + `devicefirmwaretypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicefirmwaremodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicefirmwaremodels_id` (`devicefirmwaremodels_id`), + KEY `devicefirmwaretypes_id` (`devicefirmwaretypes_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicefirmwares` +-- + +LOCK TABLES `glpi_devicefirmwares` WRITE; +/*!40000 ALTER TABLE `glpi_devicefirmwares` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicefirmwares` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicefirmwaretypes` +-- + +DROP TABLE IF EXISTS `glpi_devicefirmwaretypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicefirmwaretypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicefirmwaretypes` +-- + +LOCK TABLES `glpi_devicefirmwaretypes` WRITE; +/*!40000 ALTER TABLE `glpi_devicefirmwaretypes` DISABLE KEYS */; +INSERT INTO `glpi_devicefirmwaretypes` VALUES +(1,'BIOS',NULL,NULL,NULL), +(2,'UEFI',NULL,NULL,NULL), +(3,'Firmware',NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_devicefirmwaretypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicegenericmodels` +-- + +DROP TABLE IF EXISTS `glpi_devicegenericmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicegenericmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicegenericmodels` +-- + +LOCK TABLES `glpi_devicegenericmodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicegenericmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicegenericmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicegenerics` +-- + +DROP TABLE IF EXISTS `glpi_devicegenerics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicegenerics` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `devicegenerictypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `devicegenericmodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `devicegenerictypes_id` (`devicegenerictypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicegenericmodels_id` (`devicegenericmodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicegenerics` +-- + +LOCK TABLES `glpi_devicegenerics` WRITE; +/*!40000 ALTER TABLE `glpi_devicegenerics` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicegenerics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicegenerictypes` +-- + +DROP TABLE IF EXISTS `glpi_devicegenerictypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicegenerictypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicegenerictypes` +-- + +LOCK TABLES `glpi_devicegenerictypes` WRITE; +/*!40000 ALTER TABLE `glpi_devicegenerictypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicegenerictypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicegraphiccardmodels` +-- + +DROP TABLE IF EXISTS `glpi_devicegraphiccardmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicegraphiccardmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicegraphiccardmodels` +-- + +LOCK TABLES `glpi_devicegraphiccardmodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicegraphiccardmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicegraphiccardmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicegraphiccards` +-- + +DROP TABLE IF EXISTS `glpi_devicegraphiccards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicegraphiccards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `interfacetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `memory_default` int(11) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicegraphiccardmodels_id` int(10) unsigned DEFAULT NULL, + `chipset` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `interfacetypes_id` (`interfacetypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `chipset` (`chipset`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicegraphiccardmodels_id` (`devicegraphiccardmodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicegraphiccards` +-- + +LOCK TABLES `glpi_devicegraphiccards` WRITE; +/*!40000 ALTER TABLE `glpi_devicegraphiccards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicegraphiccards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_deviceharddrivemodels` +-- + +DROP TABLE IF EXISTS `glpi_deviceharddrivemodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_deviceharddrivemodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_deviceharddrivemodels` +-- + +LOCK TABLES `glpi_deviceharddrivemodels` WRITE; +/*!40000 ALTER TABLE `glpi_deviceharddrivemodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_deviceharddrivemodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_deviceharddrives` +-- + +DROP TABLE IF EXISTS `glpi_deviceharddrives`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_deviceharddrives` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `rpm` varchar(255) DEFAULT NULL, + `interfacetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `cache` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `capacity_default` int(11) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `deviceharddrivemodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `interfacetypes_id` (`interfacetypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `deviceharddrivemodels_id` (`deviceharddrivemodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_deviceharddrives` +-- + +LOCK TABLES `glpi_deviceharddrives` WRITE; +/*!40000 ALTER TABLE `glpi_deviceharddrives` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_deviceharddrives` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicememories` +-- + +DROP TABLE IF EXISTS `glpi_devicememories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicememories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `frequence` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `size_default` int(11) NOT NULL DEFAULT 0, + `devicememorytypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicememorymodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `devicememorytypes_id` (`devicememorytypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicememorymodels_id` (`devicememorymodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicememories` +-- + +LOCK TABLES `glpi_devicememories` WRITE; +/*!40000 ALTER TABLE `glpi_devicememories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicememories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicememorymodels` +-- + +DROP TABLE IF EXISTS `glpi_devicememorymodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicememorymodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicememorymodels` +-- + +LOCK TABLES `glpi_devicememorymodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicememorymodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicememorymodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicememorytypes` +-- + +DROP TABLE IF EXISTS `glpi_devicememorytypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicememorytypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicememorytypes` +-- + +LOCK TABLES `glpi_devicememorytypes` WRITE; +/*!40000 ALTER TABLE `glpi_devicememorytypes` DISABLE KEYS */; +INSERT INTO `glpi_devicememorytypes` VALUES +(1,'EDO',NULL,NULL,NULL), +(2,'DDR',NULL,NULL,NULL), +(3,'SDRAM',NULL,NULL,NULL), +(4,'SDRAM-2',NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_devicememorytypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicemotherboardmodels` +-- + +DROP TABLE IF EXISTS `glpi_devicemotherboardmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicemotherboardmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicemotherboardmodels` +-- + +LOCK TABLES `glpi_devicemotherboardmodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicemotherboardmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicemotherboardmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicemotherboards` +-- + +DROP TABLE IF EXISTS `glpi_devicemotherboards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicemotherboards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `chipset` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicemotherboardmodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicemotherboardmodels_id` (`devicemotherboardmodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicemotherboards` +-- + +LOCK TABLES `glpi_devicemotherboards` WRITE; +/*!40000 ALTER TABLE `glpi_devicemotherboards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicemotherboards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicenetworkcardmodels` +-- + +DROP TABLE IF EXISTS `glpi_devicenetworkcardmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicenetworkcardmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicenetworkcardmodels` +-- + +LOCK TABLES `glpi_devicenetworkcardmodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicenetworkcardmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicenetworkcardmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicenetworkcards` +-- + +DROP TABLE IF EXISTS `glpi_devicenetworkcards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicenetworkcards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `bandwidth` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `mac_default` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicenetworkcardmodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicenetworkcardmodels_id` (`devicenetworkcardmodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicenetworkcards` +-- + +LOCK TABLES `glpi_devicenetworkcards` WRITE; +/*!40000 ALTER TABLE `glpi_devicenetworkcards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicenetworkcards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicepcimodels` +-- + +DROP TABLE IF EXISTS `glpi_devicepcimodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicepcimodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicepcimodels` +-- + +LOCK TABLES `glpi_devicepcimodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicepcimodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicepcimodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicepcis` +-- + +DROP TABLE IF EXISTS `glpi_devicepcis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicepcis` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `devicenetworkcardmodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicepcimodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `devicenetworkcardmodels_id` (`devicenetworkcardmodels_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicepcimodels_id` (`devicepcimodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicepcis` +-- + +LOCK TABLES `glpi_devicepcis` WRITE; +/*!40000 ALTER TABLE `glpi_devicepcis` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicepcis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicepowersupplies` +-- + +DROP TABLE IF EXISTS `glpi_devicepowersupplies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicepowersupplies` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `power` varchar(255) DEFAULT NULL, + `is_atx` tinyint(4) NOT NULL DEFAULT 1, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicepowersupplymodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicepowersupplymodels_id` (`devicepowersupplymodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicepowersupplies` +-- + +LOCK TABLES `glpi_devicepowersupplies` WRITE; +/*!40000 ALTER TABLE `glpi_devicepowersupplies` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicepowersupplies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicepowersupplymodels` +-- + +DROP TABLE IF EXISTS `glpi_devicepowersupplymodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicepowersupplymodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicepowersupplymodels` +-- + +LOCK TABLES `glpi_devicepowersupplymodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicepowersupplymodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicepowersupplymodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_deviceprocessormodels` +-- + +DROP TABLE IF EXISTS `glpi_deviceprocessormodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_deviceprocessormodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_deviceprocessormodels` +-- + +LOCK TABLES `glpi_deviceprocessormodels` WRITE; +/*!40000 ALTER TABLE `glpi_deviceprocessormodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_deviceprocessormodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_deviceprocessors` +-- + +DROP TABLE IF EXISTS `glpi_deviceprocessors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_deviceprocessors` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `frequence` int(11) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `frequency_default` int(11) NOT NULL DEFAULT 0, + `nbcores_default` int(11) DEFAULT NULL, + `nbthreads_default` int(11) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `deviceprocessormodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `deviceprocessormodels_id` (`deviceprocessormodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_deviceprocessors` +-- + +LOCK TABLES `glpi_deviceprocessors` WRITE; +/*!40000 ALTER TABLE `glpi_deviceprocessors` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_deviceprocessors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicesensormodels` +-- + +DROP TABLE IF EXISTS `glpi_devicesensormodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicesensormodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicesensormodels` +-- + +LOCK TABLES `glpi_devicesensormodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicesensormodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicesensormodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicesensors` +-- + +DROP TABLE IF EXISTS `glpi_devicesensors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicesensors` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `devicesensortypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `devicesensormodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `devicesensortypes_id` (`devicesensortypes_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicesensormodels_id` (`devicesensormodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicesensors` +-- + +LOCK TABLES `glpi_devicesensors` WRITE; +/*!40000 ALTER TABLE `glpi_devicesensors` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicesensors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicesensortypes` +-- + +DROP TABLE IF EXISTS `glpi_devicesensortypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicesensortypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicesensortypes` +-- + +LOCK TABLES `glpi_devicesensortypes` WRITE; +/*!40000 ALTER TABLE `glpi_devicesensortypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicesensortypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicesimcards` +-- + +DROP TABLE IF EXISTS `glpi_devicesimcards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicesimcards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `voltage` int(11) DEFAULT NULL, + `devicesimcardtypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `allow_voip` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `devicesimcardtypes_id` (`devicesimcardtypes_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `manufacturers_id` (`manufacturers_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicesimcards` +-- + +LOCK TABLES `glpi_devicesimcards` WRITE; +/*!40000 ALTER TABLE `glpi_devicesimcards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicesimcards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicesimcardtypes` +-- + +DROP TABLE IF EXISTS `glpi_devicesimcardtypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicesimcardtypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicesimcardtypes` +-- + +LOCK TABLES `glpi_devicesimcardtypes` WRITE; +/*!40000 ALTER TABLE `glpi_devicesimcardtypes` DISABLE KEYS */; +INSERT INTO `glpi_devicesimcardtypes` VALUES +(1,'Full SIM',NULL,NULL,NULL), +(2,'Mini SIM',NULL,NULL,NULL), +(3,'Micro SIM',NULL,NULL,NULL), +(4,'Nano SIM',NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_devicesimcardtypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicesoundcardmodels` +-- + +DROP TABLE IF EXISTS `glpi_devicesoundcardmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicesoundcardmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicesoundcardmodels` +-- + +LOCK TABLES `glpi_devicesoundcardmodels` WRITE; +/*!40000 ALTER TABLE `glpi_devicesoundcardmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicesoundcardmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_devicesoundcards` +-- + +DROP TABLE IF EXISTS `glpi_devicesoundcards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_devicesoundcards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `designation` varchar(255) DEFAULT NULL, + `type` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `devicesoundcardmodels_id` int(10) unsigned DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `designation` (`designation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `devicesoundcardmodels_id` (`devicesoundcardmodels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_devicesoundcards` +-- + +LOCK TABLES `glpi_devicesoundcards` WRITE; +/*!40000 ALTER TABLE `glpi_devicesoundcards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_devicesoundcards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_displaypreferences` +-- + +DROP TABLE IF EXISTS `glpi_displaypreferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_displaypreferences` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL, + `num` int(11) NOT NULL DEFAULT 0, + `rank` int(11) NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`users_id`,`itemtype`,`num`), + KEY `rank` (`rank`), + KEY `num` (`num`), + KEY `itemtype` (`itemtype`) +) ENGINE=InnoDB AUTO_INCREMENT=308 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_displaypreferences` +-- + +LOCK TABLES `glpi_displaypreferences` WRITE; +/*!40000 ALTER TABLE `glpi_displaypreferences` DISABLE KEYS */; +INSERT INTO `glpi_displaypreferences` VALUES +(1,'Computer',4,4,0), +(2,'Computer',45,6,0), +(3,'Computer',40,5,0), +(4,'Computer',5,3,0), +(5,'Computer',23,2,0), +(6,'DocumentType',3,1,0), +(7,'Monitor',31,1,0), +(8,'Monitor',23,2,0), +(9,'Monitor',3,3,0), +(10,'Monitor',4,4,0), +(11,'Printer',31,1,0), +(12,'NetworkEquipment',31,1,0), +(13,'NetworkEquipment',23,2,0), +(14,'Printer',23,2,0), +(15,'Printer',3,3,0), +(16,'Software',4,3,0), +(17,'Software',5,2,0), +(18,'Software',23,1,0), +(19,'CartridgeItem',4,2,0), +(20,'CartridgeItem',34,1,0), +(21,'Peripheral',3,3,0), +(22,'Peripheral',23,2,0), +(23,'Peripheral',31,1,0), +(24,'Computer',31,1,0), +(25,'Computer',3,7,0), +(26,'Computer',19,8,0), +(27,'Computer',17,9,0), +(28,'NetworkEquipment',3,3,0), +(29,'NetworkEquipment',4,4,0), +(30,'NetworkEquipment',11,6,0), +(31,'NetworkEquipment',19,7,0), +(32,'Printer',4,4,0), +(33,'Printer',19,6,0), +(34,'Monitor',19,6,0), +(35,'Monitor',7,7,0), +(36,'Peripheral',4,4,0), +(37,'Peripheral',19,6,0), +(38,'Peripheral',7,7,0), +(39,'Contact',3,1,0), +(40,'Contact',4,2,0), +(41,'Contact',5,3,0), +(42,'Contact',6,4,0), +(43,'Contact',9,5,0), +(44,'Supplier',9,1,0), +(45,'Supplier',3,2,0), +(46,'Supplier',4,3,0), +(47,'Supplier',5,4,0), +(48,'Supplier',10,5,0), +(49,'Supplier',6,6,0), +(50,'Contract',4,1,0), +(51,'Contract',3,2,0), +(52,'Contract',5,3,0), +(53,'Contract',6,4,0), +(54,'Contract',7,5,0), +(55,'Contract',11,6,0), +(56,'CartridgeItem',23,3,0), +(57,'CartridgeItem',3,4,0), +(58,'DocumentType',6,2,0), +(59,'DocumentType',4,3,0), +(60,'DocumentType',5,4,0), +(61,'Document',3,1,0), +(62,'Document',4,2,0), +(63,'Document',7,3,0), +(64,'Document',5,4,0), +(65,'Document',16,5,0), +(66,'User',34,1,0), +(67,'User',5,3,0), +(68,'User',6,4,0), +(69,'User',3,5,0), +(70,'ConsumableItem',34,1,0), +(71,'ConsumableItem',4,2,0), +(72,'ConsumableItem',23,3,0), +(73,'ConsumableItem',3,4,0), +(74,'NetworkEquipment',40,5,0), +(75,'Printer',40,5,0), +(76,'Monitor',40,5,0), +(77,'Peripheral',40,5,0), +(78,'User',8,6,0), +(79,'Phone',31,1,0), +(80,'Phone',23,2,0), +(81,'Phone',3,3,0), +(82,'Phone',4,4,0), +(83,'Phone',40,5,0), +(84,'Phone',19,6,0), +(85,'Phone',7,7,0), +(86,'Group',16,1,0), +(87,'AllAssets',31,1,0), +(88,'ReservationItem',4,1,0), +(89,'ReservationItem',3,2,0), +(90,'Budget',3,2,0), +(91,'Software',72,4,0), +(92,'Software',163,5,0), +(93,'Budget',5,1,0), +(94,'Budget',4,3,0), +(95,'Budget',19,4,0), +(96,'CronTask',8,1,0), +(97,'CronTask',3,2,0), +(98,'CronTask',4,3,0), +(99,'CronTask',7,4,0), +(100,'RequestType',14,1,0), +(101,'RequestType',15,2,0), +(102,'NotificationTemplate',4,1,0), +(103,'NotificationTemplate',16,2,0), +(104,'Notification',5,1,0), +(105,'Notification',6,2,0), +(106,'Notification',2,3,0), +(107,'Notification',4,4,0), +(108,'Notification',80,5,0), +(109,'Notification',86,6,0), +(110,'MailCollector',2,1,0), +(111,'MailCollector',19,2,0), +(112,'AuthLDAP',3,1,0), +(113,'AuthLDAP',19,2,0), +(114,'AuthMail',3,1,0), +(115,'AuthMail',19,2,0), +(116,'IPNetwork',18,1,0), +(117,'WifiNetwork',10,1,0), +(118,'Profile',2,1,0), +(119,'Profile',3,2,0), +(120,'Profile',19,3,0), +(121,'Transfer',19,1,0), +(122,'TicketValidation',3,1,0), +(123,'TicketValidation',2,2,0), +(124,'TicketValidation',8,3,0), +(125,'TicketValidation',4,4,0), +(126,'TicketValidation',9,5,0), +(127,'TicketValidation',7,6,0), +(128,'NotImportedEmail',2,1,0), +(129,'NotImportedEmail',5,2,0), +(130,'NotImportedEmail',4,3,0), +(131,'NotImportedEmail',6,4,0), +(132,'NotImportedEmail',16,5,0), +(133,'NotImportedEmail',19,6,0), +(134,'RuleRightParameter',11,1,0), +(135,'Ticket',12,1,0), +(136,'Ticket',19,2,0), +(137,'Ticket',15,3,0), +(138,'Ticket',3,4,0), +(139,'Ticket',4,5,0), +(140,'Ticket',5,6,0), +(141,'Ticket',7,7,0), +(142,'Calendar',19,1,0), +(143,'Holiday',11,1,0), +(144,'Holiday',12,2,0), +(145,'Holiday',13,3,0), +(146,'SLA',4,1,0), +(147,'Ticket',18,8,0), +(148,'AuthLDAP',30,3,0), +(149,'AuthMail',6,3,0), +(150,'FQDN',11,1,0), +(151,'FieldUnicity',1,1,0), +(152,'FieldUnicity',80,2,0), +(153,'FieldUnicity',4,3,0), +(154,'FieldUnicity',3,4,0), +(155,'FieldUnicity',86,5,0), +(156,'FieldUnicity',30,6,0), +(157,'Problem',21,1,0), +(158,'Problem',12,2,0), +(159,'Problem',19,3,0), +(160,'Problem',15,4,0), +(161,'Problem',3,5,0), +(162,'Problem',7,6,0), +(163,'Problem',18,7,0), +(164,'Vlan',11,1,0), +(165,'TicketRecurrent',11,1,0), +(166,'TicketRecurrent',12,2,0), +(167,'TicketRecurrent',13,3,0), +(168,'TicketRecurrent',15,4,0), +(169,'TicketRecurrent',14,5,0), +(170,'Reminder',2,1,0), +(171,'Reminder',3,2,0), +(172,'Reminder',4,3,0), +(173,'Reminder',5,4,0), +(174,'Reminder',6,5,0), +(175,'Reminder',7,6,0), +(176,'IPNetwork',10,2,0), +(177,'IPNetwork',11,3,0), +(178,'IPNetwork',12,4,0), +(179,'IPNetwork',17,5,0), +(180,'NetworkName',12,1,0), +(181,'NetworkName',13,2,0), +(182,'RSSFeed',2,1,0), +(183,'RSSFeed',4,2,0), +(184,'RSSFeed',5,3,0), +(185,'RSSFeed',19,4,0), +(186,'RSSFeed',6,5,0), +(187,'RSSFeed',7,6,0), +(188,'Blacklist',12,1,0), +(189,'Blacklist',11,2,0), +(190,'ReservationItem',5,3,0), +(191,'QueuedNotification',16,1,0), +(192,'QueuedNotification',7,2,0), +(193,'QueuedNotification',20,3,0), +(194,'QueuedNotification',21,4,0), +(195,'QueuedNotification',22,5,0), +(196,'QueuedNotification',15,6,0), +(197,'Change',12,1,0), +(198,'Change',19,2,0), +(199,'Change',15,3,0), +(200,'Change',7,4,0), +(201,'Change',18,5,0), +(202,'Project',3,1,0), +(203,'Project',4,2,0), +(204,'Project',12,3,0), +(205,'Project',5,4,0), +(206,'Project',15,5,0), +(207,'Project',21,6,0), +(208,'ProjectState',12,1,0), +(209,'ProjectState',11,2,0), +(210,'ProjectTask',2,1,0), +(211,'ProjectTask',12,2,0), +(212,'ProjectTask',14,3,0), +(213,'ProjectTask',5,4,0), +(214,'ProjectTask',7,5,0), +(215,'ProjectTask',8,6,0), +(216,'ProjectTask',13,7,0), +(217,'CartridgeItem',9,5,0), +(218,'ConsumableItem',9,5,0), +(219,'ReservationItem',9,4,0), +(220,'SoftwareLicense',1,1,0), +(221,'SoftwareLicense',3,2,0), +(222,'SoftwareLicense',10,3,0), +(223,'SoftwareLicense',162,4,0), +(224,'SoftwareLicense',5,5,0), +(225,'SavedSearch',8,1,0), +(226,'SavedSearch',9,1,0), +(227,'SavedSearch',3,1,0), +(228,'SavedSearch',10,1,0), +(229,'SavedSearch',11,1,0), +(230,'Plugin',2,1,0), +(231,'Plugin',3,2,0), +(232,'Plugin',4,3,0), +(233,'Plugin',5,4,0), +(234,'Plugin',6,5,0), +(235,'Plugin',7,6,0), +(236,'Plugin',8,7,0), +(237,'Cluster',31,1,0), +(238,'Cluster',19,2,0), +(239,'Domain',3,1,0), +(240,'Domain',4,2,0), +(241,'Domain',2,3,0), +(242,'Domain',6,4,0), +(243,'Domain',7,5,0), +(244,'DomainRecord',2,1,0), +(245,'DomainRecord',3,2,0), +(246,'Appliance',2,1,0), +(247,'Appliance',3,2,0), +(248,'Appliance',4,3,0), +(249,'Appliance',5,4,0), +(250,'Lockedfield',3,1,0), +(251,'Lockedfield',13,2,0), +(252,'Lockedfield',5,3,0), +(253,'Unmanaged',2,1,0), +(254,'Unmanaged',4,2,0), +(255,'Unmanaged',3,3,0), +(256,'Unmanaged',5,4,0), +(257,'Unmanaged',7,5,0), +(258,'Unmanaged',10,6,0), +(259,'Unmanaged',18,7,0), +(260,'Unmanaged',14,8,0), +(261,'Unmanaged',15,9,0), +(262,'Unmanaged',9,10,0), +(263,'NetworkPortType',10,1,0), +(264,'NetworkPortType',11,2,0), +(265,'NetworkPortType',12,3,0), +(266,'NetworkPort',3,1,0), +(267,'NetworkPort',30,2,0), +(268,'NetworkPort',31,3,0), +(269,'NetworkPort',32,4,0), +(270,'NetworkPort',33,5,0), +(271,'NetworkPort',34,6,0), +(272,'NetworkPort',35,7,0), +(273,'NetworkPort',36,8,0), +(274,'NetworkPort',38,9,0), +(275,'NetworkPort',39,10,0), +(276,'NetworkPort',40,11,0), +(277,'NetworkPort',6,12,0), +(278,'USBVendor',10,1,0), +(279,'USBVendor',11,2,0), +(280,'PCIVendor',10,1,0), +(281,'PCIVendor',11,2,0), +(282,'Agent',2,1,0), +(283,'Agent',4,2,0), +(284,'Agent',10,3,0), +(285,'Agent',8,4,0), +(286,'Agent',11,5,0), +(287,'Agent',6,6,0), +(288,'Agent',15,7,0), +(289,'Database',2,1,0), +(290,'Database',3,2,0), +(291,'Database',6,3,0), +(292,'Database',9,4,0), +(293,'Database',10,5,0), +(294,'Glpi\\Socket',5,1,0), +(295,'Glpi\\Socket',6,2,0), +(296,'Glpi\\Socket',9,3,0), +(297,'Glpi\\Socket',8,4,0), +(298,'Glpi\\Socket',7,5,0), +(299,'Cable',4,1,0), +(300,'Cable',31,2,0), +(301,'Cable',6,3,0), +(302,'Cable',15,4,0), +(303,'Cable',24,5,0), +(304,'Cable',8,6,0), +(305,'Cable',10,7,0), +(306,'Cable',13,8,0), +(307,'Cable',14,9,0); +/*!40000 ALTER TABLE `glpi_displaypreferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_documentcategories` +-- + +DROP TABLE IF EXISTS `glpi_documentcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_documentcategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `documentcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`documentcategories_id`,`name`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_documentcategories` +-- + +LOCK TABLES `glpi_documentcategories` WRITE; +/*!40000 ALTER TABLE `glpi_documentcategories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_documentcategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_documents` +-- + +DROP TABLE IF EXISTS `glpi_documents`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_documents` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `filename` varchar(255) DEFAULT NULL COMMENT 'for display and transfert', + `filepath` varchar(255) DEFAULT NULL COMMENT 'file storage path', + `documentcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `mime` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `link` varchar(255) DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `sha1sum` char(40) DEFAULT NULL, + `is_blacklisted` tinyint(4) NOT NULL DEFAULT 0, + `tag` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `date_mod` (`date_mod`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `tickets_id` (`tickets_id`), + KEY `users_id` (`users_id`), + KEY `documentcategories_id` (`documentcategories_id`), + KEY `is_deleted` (`is_deleted`), + KEY `sha1sum` (`sha1sum`), + KEY `tag` (`tag`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_documents` +-- + +LOCK TABLES `glpi_documents` WRITE; +/*!40000 ALTER TABLE `glpi_documents` DISABLE KEYS */; +INSERT INTO `glpi_documents` VALUES +(1,0,0,'bene_mael_demande_equipement_122024.pdf','bene_mael_demande_equipement_122024.pdf','PDF/ca/0100a3701a6c8fd5a677c5199a05b501477258.PDF',0,'application/pdf','2024-12-07 15:10:48',NULL,0,NULL,16,0,'ca0100a3701a6c8fd5a677c5199a05b501477258',0,'47f8a92f-b2d8e96f-6754737d5867a7.63640481','2024-12-07 15:10:48'), +(2,0,0,'bene_mael_reponse_steeve_122024.pdf','bene_mael_reponse_steeve_122024.pdf','PDF/c8/a5811de36e58d0743c43ea2f17dc771b6c72a2.PDF',0,'application/pdf','2024-12-07 15:26:21',NULL,0,NULL,16,0,'c8a5811de36e58d0743c43ea2f17dc771b6c72a2',0,'47f8a92f-b2d8e96f-67547725cc5420.73259494','2024-12-07 15:26:21'), +(3,0,0,'bene_mael_vpn_ocito_122024.pdf','bene_mael_vpn_ocito_122024.pdf','PDF/82/3637bd733c8801ffa7dd23aa302c26cd6c6933.PDF',0,'application/pdf','2024-12-07 15:56:11',NULL,0,NULL,16,0,'823637bd733c8801ffa7dd23aa302c26cd6c6933',0,'47f8a92f-b2d8e96f-67547e261a3689.77427333','2024-12-07 15:56:11'), +(4,0,0,'bene_mael_mediation_122024.pdf','bene_mael_mediation_122024.pdf','PDF/3d/51db39d0ad8d9d4da687a91795ae80221a5b44.PDF',0,'application/pdf','2024-12-07 16:09:08',NULL,0,NULL,16,0,'3d51db39d0ad8d9d4da687a91795ae80221a5b44',0,'47f8a92f-b2d8e96f-67548113220ed0.99918823','2024-12-07 16:09:08'); +/*!40000 ALTER TABLE `glpi_documents` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_documents_items` +-- + +DROP TABLE IF EXISTS `glpi_documents_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_documents_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `documents_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned DEFAULT 0, + `timeline_position` tinyint(4) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`documents_id`,`itemtype`,`items_id`,`timeline_position`), + KEY `item` (`itemtype`,`items_id`,`entities_id`,`is_recursive`), + KEY `users_id` (`users_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`), + KEY `date` (`date`), + KEY `timeline_position` (`timeline_position`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_documents_items` +-- + +LOCK TABLES `glpi_documents_items` WRITE; +/*!40000 ALTER TABLE `glpi_documents_items` DISABLE KEYS */; +INSERT INTO `glpi_documents_items` VALUES +(1,1,1,'ITILSolution',0,0,'2024-12-07 15:10:48',16,0,'2024-12-07 15:10:48','2024-12-07 15:10:48'), +(2,2,3,'ITILSolution',0,0,'2024-12-07 15:26:21',16,0,'2024-12-07 15:26:21','2024-12-07 15:26:21'), +(3,3,4,'ITILSolution',0,0,'2024-12-07 15:56:11',16,0,'2024-12-07 15:56:11','2024-12-07 15:56:11'), +(4,4,5,'ITILSolution',0,0,'2024-12-07 16:09:08',16,0,'2024-12-07 16:09:08','2024-12-07 16:09:08'); +/*!40000 ALTER TABLE `glpi_documents_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_documenttypes` +-- + +DROP TABLE IF EXISTS `glpi_documenttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_documenttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `ext` varchar(255) DEFAULT NULL, + `icon` varchar(255) DEFAULT NULL, + `mime` varchar(255) DEFAULT NULL, + `is_uploadable` tinyint(4) NOT NULL DEFAULT 1, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`ext`), + KEY `name` (`name`), + KEY `is_uploadable` (`is_uploadable`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_documenttypes` +-- + +LOCK TABLES `glpi_documenttypes` WRITE; +/*!40000 ALTER TABLE `glpi_documenttypes` DISABLE KEYS */; +INSERT INTO `glpi_documenttypes` VALUES +(1,'JPEG','jpg','jpg-dist.png',NULL,1,NULL,NULL,NULL), +(2,'PNG','png','png-dist.png',NULL,1,NULL,NULL,NULL), +(3,'GIF','gif','gif-dist.png',NULL,1,NULL,NULL,NULL), +(4,'BMP','bmp','bmp-dist.png',NULL,1,NULL,NULL,NULL), +(5,'Photoshop','psd','psd-dist.png',NULL,1,NULL,NULL,NULL), +(6,'TIFF','tif','tif-dist.png',NULL,1,NULL,NULL,NULL), +(7,'AIFF','aiff','aiff-dist.png',NULL,1,NULL,NULL,NULL), +(8,'Windows Media','asf','asf-dist.png',NULL,1,NULL,NULL,NULL), +(9,'Windows Media','avi','avi-dist.png',NULL,1,NULL,NULL,NULL), +(10,'BZip','bz2','bz2-dist.png',NULL,1,NULL,NULL,NULL), +(11,'Word','doc','doc-dist.png',NULL,1,NULL,NULL,NULL), +(12,'DjVu','djvu','',NULL,1,NULL,NULL,NULL), +(13,'PostScript','eps','ps-dist.png',NULL,1,NULL,NULL,NULL), +(14,'GZ','gz','gz-dist.png',NULL,1,NULL,NULL,NULL), +(15,'HTML','html','html-dist.png',NULL,1,NULL,NULL,NULL), +(16,'Midi','mid','mid-dist.png',NULL,1,NULL,NULL,NULL), +(17,'QuickTime','mov','mov-dist.png',NULL,1,NULL,NULL,NULL), +(18,'MP3','mp3','mp3-dist.png',NULL,1,NULL,NULL,NULL), +(19,'MPEG','mpg','mpg-dist.png',NULL,1,NULL,NULL,NULL), +(20,'Ogg Vorbis','ogg','ogg-dist.png',NULL,1,NULL,NULL,NULL), +(21,'PDF','pdf','pdf-dist.png',NULL,1,NULL,NULL,NULL), +(22,'PowerPoint','ppt','ppt-dist.png',NULL,1,NULL,NULL,NULL), +(23,'PostScript','ps','ps-dist.png',NULL,1,NULL,NULL,NULL), +(24,'QuickTime','qt','qt-dist.png',NULL,1,NULL,NULL,NULL), +(25,'RealAudio','ra','ra-dist.png',NULL,1,NULL,NULL,NULL), +(26,'RealAudio','ram','ram-dist.png',NULL,1,NULL,NULL,NULL), +(27,'RealAudio','rm','rm-dist.png',NULL,1,NULL,NULL,NULL), +(28,'RTF','rtf','rtf-dist.png',NULL,1,NULL,NULL,NULL), +(29,'StarOffice','sdd','sdd-dist.png',NULL,1,NULL,NULL,NULL), +(30,'StarOffice','sdw','sdw-dist.png',NULL,1,NULL,NULL,NULL), +(31,'Stuffit','sit','sit-dist.png',NULL,1,NULL,NULL,NULL), +(32,'OpenOffice Impress','sxi','sxi-dist.png',NULL,1,NULL,NULL,NULL), +(33,'OpenOffice','sxw','sxw-dist.png',NULL,1,NULL,NULL,NULL), +(34,'Flash','swf','swf-dist.png',NULL,1,NULL,NULL,NULL), +(35,'TGZ','tgz','tgz-dist.png',NULL,1,NULL,NULL,NULL), +(36,'texte','txt','txt-dist.png',NULL,1,NULL,NULL,NULL), +(37,'WAV','wav','wav-dist.png',NULL,1,NULL,NULL,NULL), +(38,'Excel','xls','xls-dist.png',NULL,1,NULL,NULL,NULL), +(39,'XML','xml','xml-dist.png',NULL,1,NULL,NULL,NULL), +(40,'Windows Media','wmv','wmv-dist.png',NULL,1,NULL,NULL,NULL), +(41,'Zip','zip','zip-dist.png',NULL,1,NULL,NULL,NULL), +(42,'MNG','mng','',NULL,1,NULL,NULL,NULL), +(43,'Adobe Illustrator','ai','ai-dist.png',NULL,1,NULL,NULL,NULL), +(44,'C source','c','c-dist.png',NULL,1,NULL,NULL,NULL), +(45,'Debian','deb','deb-dist.png',NULL,1,NULL,NULL,NULL), +(46,'DVI','dvi','dvi-dist.png',NULL,1,NULL,NULL,NULL), +(47,'C header','h','h-dist.png',NULL,1,NULL,NULL,NULL), +(48,'Pascal','pas','pas-dist.png',NULL,1,NULL,NULL,NULL), +(49,'RedHat/Mandrake/SuSE','rpm','rpm-dist.png',NULL,1,NULL,NULL,NULL), +(50,'OpenOffice Calc','sxc','sxc-dist.png',NULL,1,NULL,NULL,NULL), +(51,'LaTeX','tex','tex-dist.png',NULL,1,NULL,NULL,NULL), +(52,'GIMP multi-layer','xcf','xcf-dist.png',NULL,1,NULL,NULL,NULL), +(53,'JPEG','jpeg','jpg-dist.png',NULL,1,NULL,NULL,NULL), +(54,'Oasis Open Office Writer','odt','odt-dist.png',NULL,1,NULL,NULL,NULL), +(55,'Oasis Open Office Calc','ods','ods-dist.png',NULL,1,NULL,NULL,NULL), +(56,'Oasis Open Office Impress','odp','odp-dist.png',NULL,1,NULL,NULL,NULL), +(57,'Oasis Open Office Impress Template','otp','odp-dist.png',NULL,1,NULL,NULL,NULL), +(58,'Oasis Open Office Writer Template','ott','odt-dist.png',NULL,1,NULL,NULL,NULL), +(59,'Oasis Open Office Calc Template','ots','ods-dist.png',NULL,1,NULL,NULL,NULL), +(60,'Oasis Open Office Math','odf','odf-dist.png',NULL,1,NULL,NULL,NULL), +(61,'Oasis Open Office Draw','odg','odg-dist.png',NULL,1,NULL,NULL,NULL), +(62,'Oasis Open Office Draw Template','otg','odg-dist.png',NULL,1,NULL,NULL,NULL), +(63,'Oasis Open Office Base','odb','odb-dist.png',NULL,1,NULL,NULL,NULL), +(64,'Oasis Open Office HTML','oth','oth-dist.png',NULL,1,NULL,NULL,NULL), +(65,'Oasis Open Office Writer Master','odm','odm-dist.png',NULL,1,NULL,NULL,NULL), +(66,'Oasis Open Office Chart','odc','',NULL,1,NULL,NULL,NULL), +(67,'Oasis Open Office Image','odi','',NULL,1,NULL,NULL,NULL), +(68,'Word XML','docx','doc-dist.png',NULL,1,NULL,NULL,NULL), +(69,'Excel XML','xlsx','xls-dist.png',NULL,1,NULL,NULL,NULL), +(70,'PowerPoint XML','pptx','ppt-dist.png',NULL,1,NULL,NULL,NULL), +(71,'Comma-Separated Values','csv','csv-dist.png',NULL,1,NULL,NULL,NULL), +(72,'Scalable Vector Graphics','svg','svg-dist.png',NULL,1,NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_documenttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_domainrecords` +-- + +DROP TABLE IF EXISTS `glpi_domainrecords`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_domainrecords` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `data` text DEFAULT NULL, + `data_obj` text DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `domains_id` int(10) unsigned NOT NULL DEFAULT 0, + `domainrecordtypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `ttl` int(11) NOT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `domains_id` (`domains_id`), + KEY `domainrecordtypes_id` (`domainrecordtypes_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `date_mod` (`date_mod`), + KEY `is_deleted` (`is_deleted`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_domainrecords` +-- + +LOCK TABLES `glpi_domainrecords` WRITE; +/*!40000 ALTER TABLE `glpi_domainrecords` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_domainrecords` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_domainrecordtypes` +-- + +DROP TABLE IF EXISTS `glpi_domainrecordtypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_domainrecordtypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `fields` text DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_domainrecordtypes` +-- + +LOCK TABLES `glpi_domainrecordtypes` WRITE; +/*!40000 ALTER TABLE `glpi_domainrecordtypes` DISABLE KEYS */; +INSERT INTO `glpi_domainrecordtypes` VALUES +(1,'A','[]',0,1,'Host address'), +(2,'AAAA','[]',0,1,'IPv6 host address'), +(3,'ALIAS','[]',0,1,'Auto resolved alias'), +(4,'CNAME','[{\"key\":\"target\",\"label\":\"Target\",\"placeholder\":\"sip.example.com.\",\"is_fqdn\":true}]',0,1,'Canonical name for an alias'), +(5,'MX','[{\"key\":\"priority\",\"label\":\"Priority\",\"placeholder\":\"10\"},{\"key\":\"server\",\"label\":\"Server\",\"placeholder\":\"mail.example.com.\",\"is_fqdn\":true}]',0,1,'Mail eXchange'), +(6,'NS','[]',0,1,'Name Server'), +(7,'PTR','[]',0,1,'Pointer'), +(8,'SOA','[{\"key\":\"primary_name_server\",\"label\":\"Primary name server\",\"placeholder\":\"ns1.example.com.\",\"is_fqdn\":true},{\"key\":\"primary_contact\",\"label\":\"Primary contact\",\"placeholder\":\"admin.example.com.\",\"is_fqdn\":true},{\"key\":\"serial\",\"label\":\"Serial\",\"placeholder\":\"2020010101\"},{\"key\":\"zone_refresh_timer\",\"label\":\"Zone refresh timer\",\"placeholder\":\"86400\"},{\"key\":\"failed_refresh_retry_timer\",\"label\":\"Failed refresh retry timer\",\"placeholder\":\"7200\"},{\"key\":\"zone_expiry_timer\",\"label\":\"Zone expiry timer\",\"placeholder\":\"1209600\"},{\"key\":\"minimum_ttl\",\"label\":\"Minimum TTL\",\"placeholder\":\"300\"}]',0,1,'Start Of Authority'), +(9,'SRV','[{\"key\":\"priority\",\"label\":\"Priority\",\"placeholder\":\"0\"},{\"key\":\"weight\",\"label\":\"Weight\",\"placeholder\":\"10\"},{\"key\":\"port\",\"label\":\"Port\",\"placeholder\":\"5060\"},{\"key\":\"target\",\"label\":\"Target\",\"placeholder\":\"sip.example.com.\",\"is_fqdn\":true}]',0,1,'Location of service'), +(10,'TXT','[{\"key\":\"data\",\"label\":\"TXT record data\",\"placeholder\":\"Your TXT record data\",\"quote_value\":true}]',0,1,'Descriptive text'), +(11,'CAA','[{\"key\":\"flag\",\"label\":\"Flag\",\"placeholder\":\"0\"},{\"key\":\"tag\",\"label\":\"Tag\",\"placeholder\":\"issue\"},{\"key\":\"value\",\"label\":\"Value\",\"placeholder\":\"letsencrypt.org\",\"quote_value\":true}]',0,1,'Certification Authority Authorization'); +/*!40000 ALTER TABLE `glpi_domainrecordtypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_domainrelations` +-- + +DROP TABLE IF EXISTS `glpi_domainrelations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_domainrelations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_domainrelations` +-- + +LOCK TABLES `glpi_domainrelations` WRITE; +/*!40000 ALTER TABLE `glpi_domainrelations` DISABLE KEYS */; +INSERT INTO `glpi_domainrelations` VALUES +(1,'Belongs',0,1,'Item belongs to domain'), +(2,'Manage',0,1,'Item manages domain'); +/*!40000 ALTER TABLE `glpi_domainrelations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_domains` +-- + +DROP TABLE IF EXISTS `glpi_domains`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_domains` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `domaintypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_expiration` timestamp NULL DEFAULT NULL, + `date_domaincreation` timestamp NULL DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `domaintypes_id` (`domaintypes_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `date_mod` (`date_mod`), + KEY `is_deleted` (`is_deleted`), + KEY `is_template` (`is_template`), + KEY `is_active` (`is_active`), + KEY `date_expiration` (`date_expiration`), + KEY `date_domaincreation` (`date_domaincreation`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_domains` +-- + +LOCK TABLES `glpi_domains` WRITE; +/*!40000 ALTER TABLE `glpi_domains` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_domains` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_domains_items` +-- + +DROP TABLE IF EXISTS `glpi_domains_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_domains_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `domains_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `domainrelations_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`domains_id`,`itemtype`,`items_id`), + KEY `domainrelations_id` (`domainrelations_id`), + KEY `item` (`itemtype`,`items_id`), + KEY `is_dynamic` (`is_dynamic`), + KEY `is_deleted` (`is_deleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_domains_items` +-- + +LOCK TABLES `glpi_domains_items` WRITE; +/*!40000 ALTER TABLE `glpi_domains_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_domains_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_domaintypes` +-- + +DROP TABLE IF EXISTS `glpi_domaintypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_domaintypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_domaintypes` +-- + +LOCK TABLES `glpi_domaintypes` WRITE; +/*!40000 ALTER TABLE `glpi_domaintypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_domaintypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_dropdowntranslations` +-- + +DROP TABLE IF EXISTS `glpi_dropdowntranslations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_dropdowntranslations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `language` varchar(10) DEFAULT NULL, + `field` varchar(100) DEFAULT NULL, + `value` text DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`language`,`field`), + KEY `language` (`language`), + KEY `field` (`field`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_dropdowntranslations` +-- + +LOCK TABLES `glpi_dropdowntranslations` WRITE; +/*!40000 ALTER TABLE `glpi_dropdowntranslations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_dropdowntranslations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_enclosuremodels` +-- + +DROP TABLE IF EXISTS `glpi_enclosuremodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_enclosuremodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `weight` int(11) NOT NULL DEFAULT 0, + `required_units` int(11) NOT NULL DEFAULT 1, + `depth` float NOT NULL DEFAULT 1, + `power_connections` int(11) NOT NULL DEFAULT 0, + `power_consumption` int(11) NOT NULL DEFAULT 0, + `is_half_rack` tinyint(4) NOT NULL DEFAULT 0, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_enclosuremodels` +-- + +LOCK TABLES `glpi_enclosuremodels` WRITE; +/*!40000 ALTER TABLE `glpi_enclosuremodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_enclosuremodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_enclosures` +-- + +DROP TABLE IF EXISTS `glpi_enclosures`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_enclosures` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `enclosuremodels_id` int(10) unsigned DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `orientation` tinyint(4) DEFAULT NULL, + `power_supplies` tinyint(4) NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to states (id)', + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `enclosuremodels_id` (`enclosuremodels_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `group_id_tech` (`groups_id_tech`), + KEY `is_template` (`is_template`), + KEY `is_deleted` (`is_deleted`), + KEY `states_id` (`states_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_enclosures` +-- + +LOCK TABLES `glpi_enclosures` WRITE; +/*!40000 ALTER TABLE `glpi_enclosures` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_enclosures` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_entities` +-- + +DROP TABLE IF EXISTS `glpi_entities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_entities` ( + `id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned DEFAULT 0, + `completename` text DEFAULT NULL, + `comment` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `sons_cache` longtext DEFAULT NULL, + `ancestors_cache` longtext DEFAULT NULL, + `registration_number` varchar(255) DEFAULT NULL, + `address` text DEFAULT NULL, + `postcode` varchar(255) DEFAULT NULL, + `town` varchar(255) DEFAULT NULL, + `state` varchar(255) DEFAULT NULL, + `country` varchar(255) DEFAULT NULL, + `website` varchar(255) DEFAULT NULL, + `phonenumber` varchar(255) DEFAULT NULL, + `fax` varchar(255) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `admin_email` varchar(255) DEFAULT NULL, + `admin_email_name` varchar(255) DEFAULT NULL, + `from_email` varchar(255) DEFAULT NULL, + `from_email_name` varchar(255) DEFAULT NULL, + `noreply_email` varchar(255) DEFAULT NULL, + `noreply_email_name` varchar(255) DEFAULT NULL, + `replyto_email` varchar(255) DEFAULT NULL, + `replyto_email_name` varchar(255) DEFAULT NULL, + `notification_subject_tag` varchar(255) DEFAULT NULL, + `ldap_dn` varchar(255) DEFAULT NULL, + `tag` varchar(255) DEFAULT NULL, + `authldaps_id` int(10) unsigned NOT NULL DEFAULT 0, + `mail_domain` varchar(255) DEFAULT NULL, + `entity_ldapfilter` text DEFAULT NULL, + `mailing_signature` text DEFAULT NULL, + `cartridges_alert_repeat` int(11) NOT NULL DEFAULT -2, + `consumables_alert_repeat` int(11) NOT NULL DEFAULT -2, + `use_licenses_alert` int(11) NOT NULL DEFAULT -2, + `send_licenses_alert_before_delay` int(11) NOT NULL DEFAULT -2, + `use_certificates_alert` int(11) NOT NULL DEFAULT -2, + `send_certificates_alert_before_delay` int(11) NOT NULL DEFAULT -2, + `certificates_alert_repeat_interval` int(11) NOT NULL DEFAULT -2, + `use_contracts_alert` int(11) NOT NULL DEFAULT -2, + `send_contracts_alert_before_delay` int(11) NOT NULL DEFAULT -2, + `use_infocoms_alert` int(11) NOT NULL DEFAULT -2, + `send_infocoms_alert_before_delay` int(11) NOT NULL DEFAULT -2, + `use_reservations_alert` int(11) NOT NULL DEFAULT -2, + `use_domains_alert` int(11) NOT NULL DEFAULT -2, + `send_domains_alert_close_expiries_delay` int(11) NOT NULL DEFAULT -2, + `send_domains_alert_expired_delay` int(11) NOT NULL DEFAULT -2, + `autoclose_delay` int(11) NOT NULL DEFAULT -2, + `autopurge_delay` int(11) NOT NULL DEFAULT -2, + `notclosed_delay` int(11) NOT NULL DEFAULT -2, + `calendars_strategy` tinyint(4) NOT NULL DEFAULT -2, + `calendars_id` int(10) unsigned NOT NULL DEFAULT 0, + `auto_assign_mode` int(11) NOT NULL DEFAULT -2, + `tickettype` int(11) NOT NULL DEFAULT -2, + `max_closedate` timestamp NULL DEFAULT NULL, + `inquest_config` int(11) NOT NULL DEFAULT -2, + `inquest_rate` int(11) NOT NULL DEFAULT 0, + `inquest_delay` int(11) NOT NULL DEFAULT -10, + `inquest_URL` varchar(255) DEFAULT NULL, + `autofill_warranty_date` varchar(255) NOT NULL DEFAULT '-2', + `autofill_use_date` varchar(255) NOT NULL DEFAULT '-2', + `autofill_buy_date` varchar(255) NOT NULL DEFAULT '-2', + `autofill_delivery_date` varchar(255) NOT NULL DEFAULT '-2', + `autofill_order_date` varchar(255) NOT NULL DEFAULT '-2', + `tickettemplates_strategy` tinyint(4) NOT NULL DEFAULT -2, + `tickettemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `changetemplates_strategy` tinyint(4) NOT NULL DEFAULT -2, + `changetemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `problemtemplates_strategy` tinyint(4) NOT NULL DEFAULT -2, + `problemtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_strategy_software` tinyint(4) NOT NULL DEFAULT -2, + `entities_id_software` int(10) unsigned NOT NULL DEFAULT 0, + `default_contract_alert` int(11) NOT NULL DEFAULT -2, + `default_infocom_alert` int(11) NOT NULL DEFAULT -2, + `default_cartridges_alarm_threshold` int(11) NOT NULL DEFAULT -2, + `default_consumables_alarm_threshold` int(11) NOT NULL DEFAULT -2, + `delay_send_emails` int(11) NOT NULL DEFAULT -2, + `is_notif_enable_default` int(11) NOT NULL DEFAULT -2, + `inquest_duration` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `autofill_decommission_date` varchar(255) NOT NULL DEFAULT '-2', + `suppliers_as_private` int(11) NOT NULL DEFAULT -2, + `anonymize_support_agents` int(11) NOT NULL DEFAULT -2, + `display_users_initials` int(11) NOT NULL DEFAULT -2, + `contracts_strategy_default` tinyint(4) NOT NULL DEFAULT -2, + `contracts_id_default` int(10) unsigned NOT NULL DEFAULT 0, + `enable_custom_css` int(11) NOT NULL DEFAULT -2, + `custom_css_code` text DEFAULT NULL, + `latitude` varchar(255) DEFAULT NULL, + `longitude` varchar(255) DEFAULT NULL, + `altitude` varchar(255) DEFAULT NULL, + `transfers_strategy` tinyint(4) NOT NULL DEFAULT -2, + `transfers_id` int(10) unsigned NOT NULL DEFAULT 0, + `agent_base_url` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`entities_id`,`name`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `tickettemplates_id` (`tickettemplates_id`), + KEY `changetemplates_id` (`changetemplates_id`), + KEY `problemtemplates_id` (`problemtemplates_id`), + KEY `transfers_id` (`transfers_id`), + KEY `authldaps_id` (`authldaps_id`), + KEY `calendars_id` (`calendars_id`), + KEY `entities_id_software` (`entities_id_software`), + KEY `contracts_id_default` (`contracts_id_default`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_entities` +-- + +LOCK TABLES `glpi_entities` WRITE; +/*!40000 ALTER TABLE `glpi_entities` DISABLE KEYS */; +INSERT INTO `glpi_entities` VALUES +(0,'Entité racine',NULL,'Entité racine',NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,30,1,-10,-10,0,0,0,-10,1,NULL,1,0,0,NULL,'0','0','0','0','0',0,1,0,1,0,1,-10,0,0,0,10,10,0,1,0,NULL,NULL,'0',0,0,1,0,0,0,'',NULL,NULL,NULL,0,0,NULL); +/*!40000 ALTER TABLE `glpi_entities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_entities_knowbaseitems` +-- + +DROP TABLE IF EXISTS `glpi_entities_knowbaseitems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_entities_knowbaseitems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `knowbaseitems_id` (`knowbaseitems_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_entities_knowbaseitems` +-- + +LOCK TABLES `glpi_entities_knowbaseitems` WRITE; +/*!40000 ALTER TABLE `glpi_entities_knowbaseitems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_entities_knowbaseitems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_entities_reminders` +-- + +DROP TABLE IF EXISTS `glpi_entities_reminders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_entities_reminders` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `reminders_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `reminders_id` (`reminders_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_entities_reminders` +-- + +LOCK TABLES `glpi_entities_reminders` WRITE; +/*!40000 ALTER TABLE `glpi_entities_reminders` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_entities_reminders` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_entities_rssfeeds` +-- + +DROP TABLE IF EXISTS `glpi_entities_rssfeeds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_entities_rssfeeds` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `rssfeeds_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `rssfeeds_id` (`rssfeeds_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_entities_rssfeeds` +-- + +LOCK TABLES `glpi_entities_rssfeeds` WRITE; +/*!40000 ALTER TABLE `glpi_entities_rssfeeds` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_entities_rssfeeds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_events` +-- + +DROP TABLE IF EXISTS `glpi_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_events` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` varchar(255) DEFAULT NULL, + `date` timestamp NULL DEFAULT NULL, + `service` varchar(255) DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `message` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `date` (`date`), + KEY `level` (`level`), + KEY `item` (`type`,`items_id`) +) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_events` +-- + +LOCK TABLES `glpi_events` WRITE; +/*!40000 ALTER TABLE `glpi_events` DISABLE KEYS */; +INSERT INTO `glpi_events` VALUES +(1,0,'system','2024-12-01 14:42:48','login',3,'glpi se connecte depuis l\'IP 127.0.0.1'), +(2,0,'system','2024-12-01 14:50:37','login',3,'glpi se connecte depuis l\'IP 192.168.31.5'), +(3,1,'groups','2024-12-02 11:48:12','setup',4,'glpi ajoute l\'élément Comptabilité'), +(4,2,'groups','2024-12-02 11:48:32','setup',4,'glpi ajoute l\'élément Développement'), +(5,3,'groups','2024-12-02 11:48:41','setup',4,'glpi ajoute l\'élément Commercial'), +(6,4,'groups','2024-12-02 11:48:49','setup',4,'glpi ajoute l\'élément Marketing'), +(7,5,'groups','2024-12-02 11:49:12','setup',4,'glpi ajoute l\'élément Hardware'), +(8,6,'groups','2024-12-02 11:49:47','setup',4,'glpi ajoute l\'élément Sysadmin'), +(9,7,'users','2024-12-02 11:51:40','setup',4,'glpi ajoute l\'élément raphael'), +(10,1,'groups','2024-12-02 11:51:52','setup',4,'glpi ajoute un membre à un groupe'), +(11,1,'groups','2024-12-02 11:52:10','setup',4,'glpi ajoute un membre à un groupe'), +(12,8,'users','2024-12-02 11:52:26','setup',4,'glpi ajoute l\'élément charly'), +(13,9,'users','2024-12-02 11:52:33','setup',4,'glpi ajoute l\'élément edouard'), +(14,10,'users','2024-12-02 11:52:42','setup',4,'glpi ajoute l\'élément philippe'), +(15,11,'users','2024-12-02 11:52:47','setup',4,'glpi ajoute l\'élément elise'), +(16,12,'users','2024-12-02 11:52:54','setup',4,'glpi ajoute l\'élément marina'), +(17,13,'users','2024-12-02 11:53:01','setup',4,'glpi ajoute l\'élément karim'), +(18,14,'users','2024-12-02 11:53:09','setup',4,'glpi ajoute l\'élément guillaume'), +(19,15,'users','2024-12-02 11:53:42','setup',4,'glpi ajoute l\'élément samuel'), +(20,1,'groups','2024-12-02 11:55:28','setup',4,'glpi ajoute un membre à un groupe'), +(21,2,'groups','2024-12-02 11:55:51','setup',4,'glpi ajoute un membre à un groupe'), +(22,3,'groups','2024-12-02 11:56:06','setup',4,'glpi ajoute un membre à un groupe'), +(23,3,'groups','2024-12-02 11:56:16','setup',4,'glpi ajoute un membre à un groupe'), +(24,6,'groups','2024-12-02 11:56:27','setup',4,'glpi ajoute un membre à un groupe'), +(25,5,'groups','2024-12-02 11:56:39','setup',4,'glpi ajoute un membre à un groupe'), +(26,7,'groups','2024-12-02 11:57:03','setup',4,'glpi ajoute l\'élément Direction'), +(27,7,'groups','2024-12-02 11:57:19','setup',4,'glpi ajoute un membre à un groupe'), +(28,14,'users','2024-12-02 11:57:30','setup',4,'glpi ajoute un utilisateur à une entité'), +(29,14,'users','2024-12-02 11:57:53','setup',4,'glpi ajoute un utilisateur à une entité'), +(30,4,'groups','2024-12-02 11:58:14','setup',4,'glpi ajoute un membre à un groupe'), +(31,7,'groups','2024-12-02 18:27:11','setup',4,'glpi ajoute un membre à un groupe'), +(32,14,'users','2024-12-02 18:28:18','setup',4,'glpi ajoute un utilisateur à une entité'), +(33,12,'users','2024-12-02 18:40:29','setup',4,'glpi ajoute un utilisateur à une entité'), +(34,16,'users','2024-12-02 18:40:46','setup',4,'glpi ajoute l\'élément mael'), +(35,6,'groups','2024-12-02 18:41:01','setup',4,'glpi ajoute un membre à un groupe'), +(36,1,'ITILCategory','2024-12-06 10:22:35','setup',4,'glpi ajoute l\'élément Incident'), +(37,2,'ITILCategory','2024-12-06 10:22:43','setup',4,'glpi ajoute l\'élément '), +(38,3,'ITILCategory','2024-12-06 10:23:30','setup',4,'glpi ajoute l\'élément Incident'), +(39,4,'ITILCategory','2024-12-06 10:23:34','setup',4,'glpi ajoute l\'élément Demande de service'), +(40,5,'ITILCategory','2024-12-06 10:23:38','setup',4,'glpi ajoute l\'élément Problème'), +(41,6,'ITILCategory','2024-12-06 10:24:26','setup',4,'glpi ajoute l\'élément Incident'), +(42,7,'ITILCategory','2024-12-06 10:24:38','setup',4,'glpi ajoute l\'élément Demande de service'), +(43,8,'ITILCategory','2024-12-06 10:24:52','setup',4,'glpi ajoute l\'élément Problème'), +(44,9,'ITILCategory','2024-12-06 10:25:11','setup',4,'glpi ajoute l\'élément Changements'), +(45,10,'ITILCategory','2024-12-06 10:25:29','setup',4,'glpi ajoute l\'élément Gestion des actifs'), +(46,11,'ITILCategory','2024-12-06 10:25:45','setup',4,'glpi ajoute l\'élément Connaissances'), +(47,12,'ITILCategory','2024-12-06 10:26:54','setup',4,'glpi ajoute l\'élément Problème d\\\'accès utilisateur'), +(48,13,'ITILCategory','2024-12-06 10:27:00','setup',4,'glpi ajoute l\'élément Défaillance matérielle ou infrastructure'), +(49,14,'ITILCategory','2024-12-06 10:27:08','setup',4,'glpi ajoute l\'élément Défaillance d’application ou logiciel'), +(50,15,'ITILCategory','2024-12-06 10:31:44','setup',4,'glpi ajoute l\'élément Logiciel'), +(51,16,'ITILCategory','2024-12-06 10:31:56','setup',4,'glpi ajoute l\'élément Comptabilité'), +(52,17,'ITILCategory','2024-12-06 10:32:13','setup',4,'glpi ajoute l\'élément Réseau'), +(53,18,'ITILCategory','2024-12-06 10:32:18','setup',4,'glpi ajoute l\'élément Matériel'), +(54,19,'ITILCategory','2024-12-06 10:32:28','setup',4,'glpi ajoute l\'élément VPN'), +(55,20,'ITILCategory','2024-12-06 10:32:48','setup',4,'glpi ajoute l\'élément Stock'), +(56,21,'ITILCategory','2024-12-06 10:33:03','setup',4,'glpi ajoute l\'élément Comptes utilisateurs'), +(57,22,'ITILCategory','2024-12-06 10:33:07','setup',4,'glpi ajoute l\'élément Climatisation'), +(58,23,'ITILCategory','2024-12-06 10:33:29','setup',4,'glpi ajoute l\'élément Sécurité'), +(59,24,'ITILCategory','2024-12-06 10:33:41','setup',4,'glpi ajoute l\'élément Active Directory'), +(60,25,'ITILCategory','2024-12-06 10:33:52','setup',4,'glpi ajoute l\'élément Salle serveur'), +(61,26,'ITILCategory','2024-12-06 10:34:05','setup',4,'glpi ajoute l\'élément Infection présumée'), +(62,27,'ITILCategory','2024-12-06 10:37:00','setup',4,'glpi ajoute l\'élément Accès'), +(63,28,'ITILCategory','2024-12-06 10:37:07','setup',4,'glpi ajoute l\'élément Logs d\\\'application'), +(64,29,'ITILCategory','2024-12-06 10:40:18','setup',4,'glpi ajoute l\'élément Demande d\\\'accès'), +(65,30,'ITILCategory','2024-12-06 10:40:33','setup',4,'glpi ajoute l\'élément Serveur'), +(66,31,'ITILCategory','2024-12-06 10:40:40','setup',4,'glpi ajoute l\'élément Logs d\\\'application'), +(67,32,'ITILCategory','2024-12-06 10:40:49','setup',4,'glpi ajoute l\'élément Support matériel'), +(68,33,'ITILCategory','2024-12-06 10:41:08','setup',4,'glpi ajoute l\'élément Téléphones'), +(69,34,'ITILCategory','2024-12-06 10:41:15','setup',4,'glpi ajoute l\'élément Logiciel non autorisé'), +(70,35,'ITILCategory','2024-12-06 10:41:24','setup',4,'glpi ajoute l\'élément Distribution'), +(71,36,'ITILCategory','2024-12-06 10:43:43','setup',4,'glpi ajoute l\'élément Serveur'), +(72,37,'ITILCategory','2024-12-06 10:44:01','setup',4,'glpi ajoute l\'élément Libération'), +(73,1,'ticket','2024-12-06 10:46:41','tracking',4,'glpi ajoute l\'élément 1'), +(74,2,'ticket','2024-12-06 10:51:47','tracking',4,'glpi ajoute l\'élément 2'), +(75,1,'ticket','2024-12-06 10:52:14','tracking',4,'glpi met à jour un élément'), +(76,2,'ticket','2024-12-06 10:52:23','tracking',4,'glpi met à jour un élément'), +(77,8,'groups','2024-12-06 10:53:47','setup',4,'glpi ajoute l\'élément Techniciens'), +(78,3,'ticket','2024-12-06 10:57:10','tracking',4,'glpi ajoute l\'élément 3'), +(79,3,'ticket','2024-12-06 10:57:52','tracking',4,'glpi ajoute un suivi'), +(80,4,'ticket','2024-12-06 11:00:13','tracking',4,'glpi ajoute l\'élément 4'), +(81,5,'ticket','2024-12-06 11:02:45','tracking',4,'glpi ajoute l\'élément 5'), +(82,5,'ticket','2024-12-06 11:02:52','tracking',4,'glpi ajoute un suivi'), +(83,6,'ticket','2024-12-06 11:06:25','tracking',4,'glpi ajoute l\'élément 6'), +(84,6,'ticket','2024-12-06 11:06:48','tracking',4,'glpi ajoute un suivi'), +(85,6,'ticket','2024-12-06 11:07:15','tracking',4,'glpi purge un suivi'), +(86,7,'ticket','2024-12-06 11:13:12','tracking',4,'glpi ajoute l\'élément 7'), +(87,8,'ticket','2024-12-06 11:15:04','tracking',4,'glpi ajoute l\'élément 8'), +(88,9,'ticket','2024-12-06 11:21:00','tracking',4,'glpi ajoute l\'élément 9'), +(89,0,'system','2024-12-07 14:36:00','login',3,'glpi se connecte depuis l\'IP 192.168.31.5'), +(90,16,'users','2024-12-07 14:36:49','setup',5,'glpi met à jour un élément'), +(91,0,'system','2024-12-07 14:37:20','login',3,'mael se connecte depuis l\'IP 192.168.31.5'), +(92,0,'system','2024-12-07 14:41:22','login',3,'glpi se connecte depuis l\'IP 192.168.31.5'), +(93,17,'users','2024-12-07 14:44:47','setup',4,'glpi ajoute l\'élément steeve'), +(94,1,'groups','2024-12-07 14:44:57','setup',4,'glpi ajoute un membre à un groupe'), +(95,38,'ITILCategory','2024-12-07 14:51:09','setup',4,'glpi ajoute l\'élément Application métier'), +(96,10,'ticket','2024-12-07 14:52:39','tracking',4,'glpi ajoute l\'élément 10'), +(97,0,'system','2024-12-07 14:52:59','login',3,'mael se connecte depuis l\'IP 192.168.31.5'), +(98,0,'system','2024-12-07 14:54:37','login',3,'glpi se connecte depuis l\'IP 192.168.31.5'), +(99,10,'ticket','2024-12-07 14:54:51','tracking',4,'glpi met à jour un élément'), +(100,0,'system','2024-12-07 14:54:59','login',3,'mael se connecte depuis l\'IP 192.168.31.5'), +(101,1,'solution','2024-12-07 15:10:48','tracking',4,'mael met à jour un élément'), +(102,0,'system','2024-12-07 16:35:25','login',3,'glpi se connecte depuis l\'IP 192.168.31.5'), +(103,2,'users','2024-12-07 16:35:41','setup',5,'glpi met à jour un élément'), +(104,5,'users','2024-12-07 16:35:55','setup',5,'glpi met à jour un élément'), +(105,3,'users','2024-12-07 16:36:06','setup',5,'glpi met à jour un élément'), +(106,4,'users','2024-12-07 16:36:19','setup',5,'glpi met à jour un élément'); +/*!40000 ALTER TABLE `glpi_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_fieldblacklists` +-- + +DROP TABLE IF EXISTS `glpi_fieldblacklists`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_fieldblacklists` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `field` varchar(255) NOT NULL DEFAULT '', + `value` varchar(255) NOT NULL DEFAULT '', + `itemtype` varchar(255) NOT NULL DEFAULT '', + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_fieldblacklists` +-- + +LOCK TABLES `glpi_fieldblacklists` WRITE; +/*!40000 ALTER TABLE `glpi_fieldblacklists` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_fieldblacklists` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_fieldunicities` +-- + +DROP TABLE IF EXISTS `glpi_fieldunicities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_fieldunicities` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `itemtype` varchar(255) NOT NULL DEFAULT '', + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `fields` text DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `action_refuse` tinyint(4) NOT NULL DEFAULT 0, + `action_notify` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_active` (`is_active`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC COMMENT='Stores field unicity criterias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_fieldunicities` +-- + +LOCK TABLES `glpi_fieldunicities` WRITE; +/*!40000 ALTER TABLE `glpi_fieldunicities` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_fieldunicities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_filesystems` +-- + +DROP TABLE IF EXISTS `glpi_filesystems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_filesystems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_filesystems` +-- + +LOCK TABLES `glpi_filesystems` WRITE; +/*!40000 ALTER TABLE `glpi_filesystems` DISABLE KEYS */; +INSERT INTO `glpi_filesystems` VALUES +(1,'ext',NULL,NULL,NULL), +(2,'ext2',NULL,NULL,NULL), +(3,'ext3',NULL,NULL,NULL), +(4,'ext4',NULL,NULL,NULL), +(5,'FAT',NULL,NULL,NULL), +(6,'FAT32',NULL,NULL,NULL), +(7,'VFAT',NULL,NULL,NULL), +(8,'HFS',NULL,NULL,NULL), +(9,'HPFS',NULL,NULL,NULL), +(10,'HTFS',NULL,NULL,NULL), +(11,'JFS',NULL,NULL,NULL), +(12,'JFS2',NULL,NULL,NULL), +(13,'NFS',NULL,NULL,NULL), +(14,'NTFS',NULL,NULL,NULL), +(15,'ReiserFS',NULL,NULL,NULL), +(16,'SMBFS',NULL,NULL,NULL), +(17,'UDF',NULL,NULL,NULL), +(18,'UFS',NULL,NULL,NULL), +(19,'XFS',NULL,NULL,NULL), +(20,'ZFS',NULL,NULL,NULL), +(21,'APFS',NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_filesystems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_fqdns` +-- + +DROP TABLE IF EXISTS `glpi_fqdns`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_fqdns` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `fqdn` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `name` (`name`), + KEY `fqdn` (`fqdn`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_fqdns` +-- + +LOCK TABLES `glpi_fqdns` WRITE; +/*!40000 ALTER TABLE `glpi_fqdns` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_fqdns` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_groups` +-- + +DROP TABLE IF EXISTS `glpi_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_groups` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `ldap_field` varchar(255) DEFAULT NULL, + `ldap_value` text DEFAULT NULL, + `ldap_group_dn` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `is_requester` tinyint(4) NOT NULL DEFAULT 1, + `is_watcher` tinyint(4) NOT NULL DEFAULT 1, + `is_assign` tinyint(4) NOT NULL DEFAULT 1, + `is_task` tinyint(4) NOT NULL DEFAULT 1, + `is_notify` tinyint(4) NOT NULL DEFAULT 1, + `is_itemgroup` tinyint(4) NOT NULL DEFAULT 1, + `is_usergroup` tinyint(4) NOT NULL DEFAULT 1, + `is_manager` tinyint(4) NOT NULL DEFAULT 1, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `ldap_field` (`ldap_field`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `ldap_value` (`ldap_value`(200)), + KEY `ldap_group_dn` (`ldap_group_dn`(200)), + KEY `groups_id` (`groups_id`), + KEY `is_requester` (`is_requester`), + KEY `is_watcher` (`is_watcher`), + KEY `is_assign` (`is_assign`), + KEY `is_notify` (`is_notify`), + KEY `is_itemgroup` (`is_itemgroup`), + KEY `is_usergroup` (`is_usergroup`), + KEY `is_manager` (`is_manager`), + KEY `date_creation` (`date_creation`), + KEY `level` (`level`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_groups` +-- + +LOCK TABLES `glpi_groups` WRITE; +/*!40000 ALTER TABLE `glpi_groups` DISABLE KEYS */; +INSERT INTO `glpi_groups` VALUES +(1,0,0,'Comptabilité','',NULL,NULL,NULL,'2024-12-02 11:48:12',0,'Comptabilité',1,'[]','{\"1\":1}',1,1,1,1,1,1,1,1,'2024-12-02 11:48:12'), +(2,0,0,'Développement','',NULL,NULL,NULL,'2024-12-02 11:48:32',0,'Développement',1,'[]',NULL,1,1,1,1,1,1,1,1,'2024-12-02 11:48:32'), +(3,0,0,'Commercial','',NULL,NULL,NULL,'2024-12-02 11:48:41',0,'Commercial',1,'[]',NULL,1,1,1,1,1,1,1,1,'2024-12-02 11:48:41'), +(4,0,0,'Marketing','',NULL,NULL,NULL,'2024-12-02 11:48:49',0,'Marketing',1,'[]',NULL,1,1,1,1,1,1,1,1,'2024-12-02 11:48:49'), +(5,0,0,'Hardware','',NULL,NULL,NULL,'2024-12-02 11:49:12',0,'Hardware',1,'[]',NULL,1,1,1,1,1,1,1,1,'2024-12-02 11:49:12'), +(6,0,0,'Sysadmin','',NULL,NULL,NULL,'2024-12-02 11:49:47',0,'Sysadmin',1,'[]',NULL,1,1,1,1,1,1,1,1,'2024-12-02 11:49:47'), +(7,0,0,'Direction','',NULL,NULL,NULL,'2024-12-02 11:57:03',0,'Direction',1,'[]','{\"7\":7}',1,1,1,1,1,1,1,1,'2024-12-02 11:57:03'), +(8,0,0,'Techniciens','',NULL,NULL,NULL,'2024-12-06 10:53:47',0,'Techniciens',1,'[]',NULL,1,1,1,1,1,1,1,1,'2024-12-06 10:53:47'); +/*!40000 ALTER TABLE `glpi_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_groups_knowbaseitems` +-- + +DROP TABLE IF EXISTS `glpi_groups_knowbaseitems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_groups_knowbaseitems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `no_entity_restriction` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `knowbaseitems_id` (`knowbaseitems_id`), + KEY `groups_id` (`groups_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_groups_knowbaseitems` +-- + +LOCK TABLES `glpi_groups_knowbaseitems` WRITE; +/*!40000 ALTER TABLE `glpi_groups_knowbaseitems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_groups_knowbaseitems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_groups_problems` +-- + +DROP TABLE IF EXISTS `glpi_groups_problems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_groups_problems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problems_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`problems_id`,`type`,`groups_id`), + KEY `group` (`groups_id`,`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_groups_problems` +-- + +LOCK TABLES `glpi_groups_problems` WRITE; +/*!40000 ALTER TABLE `glpi_groups_problems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_groups_problems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_groups_reminders` +-- + +DROP TABLE IF EXISTS `glpi_groups_reminders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_groups_reminders` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `reminders_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `no_entity_restriction` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `reminders_id` (`reminders_id`), + KEY `groups_id` (`groups_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_groups_reminders` +-- + +LOCK TABLES `glpi_groups_reminders` WRITE; +/*!40000 ALTER TABLE `glpi_groups_reminders` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_groups_reminders` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_groups_rssfeeds` +-- + +DROP TABLE IF EXISTS `glpi_groups_rssfeeds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_groups_rssfeeds` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `rssfeeds_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `no_entity_restriction` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `rssfeeds_id` (`rssfeeds_id`), + KEY `groups_id` (`groups_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_groups_rssfeeds` +-- + +LOCK TABLES `glpi_groups_rssfeeds` WRITE; +/*!40000 ALTER TABLE `glpi_groups_rssfeeds` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_groups_rssfeeds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_groups_tickets` +-- + +DROP TABLE IF EXISTS `glpi_groups_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_groups_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickets_id`,`type`,`groups_id`), + KEY `group` (`groups_id`,`type`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_groups_tickets` +-- + +LOCK TABLES `glpi_groups_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_groups_tickets` DISABLE KEYS */; +INSERT INTO `glpi_groups_tickets` VALUES +(1,1,6,2), +(2,2,6,2), +(3,3,8,2), +(4,4,8,2), +(5,5,6,2), +(6,6,8,2), +(7,7,6,2), +(8,8,8,2), +(9,9,8,2), +(10,10,6,2); +/*!40000 ALTER TABLE `glpi_groups_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_groups_users` +-- + +DROP TABLE IF EXISTS `glpi_groups_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_groups_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `is_manager` tinyint(4) NOT NULL DEFAULT 0, + `is_userdelegate` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`users_id`,`groups_id`), + KEY `groups_id` (`groups_id`), + KEY `is_dynamic` (`is_dynamic`), + KEY `is_manager` (`is_manager`), + KEY `is_userdelegate` (`is_userdelegate`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_groups_users` +-- + +LOCK TABLES `glpi_groups_users` WRITE; +/*!40000 ALTER TABLE `glpi_groups_users` DISABLE KEYS */; +INSERT INTO `glpi_groups_users` VALUES +(2,7,1,0,1,0), +(3,8,1,0,0,0), +(4,9,2,0,0,0), +(5,10,3,0,0,0), +(6,11,3,0,0,0), +(7,12,6,0,1,0), +(8,13,5,0,0,0), +(10,15,4,0,0,0), +(11,14,7,0,1,0), +(12,16,6,0,0,0), +(13,17,1,0,0,0); +/*!40000 ALTER TABLE `glpi_groups_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_holidays` +-- + +DROP TABLE IF EXISTS `glpi_holidays`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_holidays` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `begin_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `is_perpetual` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + KEY `is_perpetual` (`is_perpetual`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_holidays` +-- + +LOCK TABLES `glpi_holidays` WRITE; +/*!40000 ALTER TABLE `glpi_holidays` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_holidays` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_imageformats` +-- + +DROP TABLE IF EXISTS `glpi_imageformats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_imageformats` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_imageformats` +-- + +LOCK TABLES `glpi_imageformats` WRITE; +/*!40000 ALTER TABLE `glpi_imageformats` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_imageformats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_imageresolutions` +-- + +DROP TABLE IF EXISTS `glpi_imageresolutions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_imageresolutions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `is_video` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`name`), + KEY `date_mod` (`date_mod`), + KEY `is_video` (`is_video`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_imageresolutions` +-- + +LOCK TABLES `glpi_imageresolutions` WRITE; +/*!40000 ALTER TABLE `glpi_imageresolutions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_imageresolutions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_impactcompounds` +-- + +DROP TABLE IF EXISTS `glpi_impactcompounds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_impactcompounds` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT '', + `color` varchar(255) NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_impactcompounds` +-- + +LOCK TABLES `glpi_impactcompounds` WRITE; +/*!40000 ALTER TABLE `glpi_impactcompounds` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_impactcompounds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_impactcontexts` +-- + +DROP TABLE IF EXISTS `glpi_impactcontexts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_impactcontexts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `positions` mediumtext NOT NULL, + `zoom` float NOT NULL DEFAULT 0, + `pan_x` float NOT NULL DEFAULT 0, + `pan_y` float NOT NULL DEFAULT 0, + `impact_color` varchar(255) NOT NULL DEFAULT '', + `depends_color` varchar(255) NOT NULL DEFAULT '', + `impact_and_depends_color` varchar(255) NOT NULL DEFAULT '', + `show_depends` tinyint(4) NOT NULL DEFAULT 1, + `show_impact` tinyint(4) NOT NULL DEFAULT 1, + `max_depth` int(11) NOT NULL DEFAULT 5, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_impactcontexts` +-- + +LOCK TABLES `glpi_impactcontexts` WRITE; +/*!40000 ALTER TABLE `glpi_impactcontexts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_impactcontexts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_impactitems` +-- + +DROP TABLE IF EXISTS `glpi_impactitems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_impactitems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(255) NOT NULL DEFAULT '', + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `parent_id` int(10) unsigned NOT NULL DEFAULT 0, + `impactcontexts_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_slave` tinyint(4) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`), + KEY `source` (`itemtype`,`items_id`), + KEY `parent_id` (`parent_id`), + KEY `impactcontexts_id` (`impactcontexts_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_impactitems` +-- + +LOCK TABLES `glpi_impactitems` WRITE; +/*!40000 ALTER TABLE `glpi_impactitems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_impactitems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_impactrelations` +-- + +DROP TABLE IF EXISTS `glpi_impactrelations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_impactrelations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype_source` varchar(255) NOT NULL DEFAULT '', + `items_id_source` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype_impacted` varchar(255) NOT NULL DEFAULT '', + `items_id_impacted` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype_source`,`items_id_source`,`itemtype_impacted`,`items_id_impacted`), + KEY `impacted_asset` (`itemtype_impacted`,`items_id_impacted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_impactrelations` +-- + +LOCK TABLES `glpi_impactrelations` WRITE; +/*!40000 ALTER TABLE `glpi_impactrelations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_impactrelations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_infocoms` +-- + +DROP TABLE IF EXISTS `glpi_infocoms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_infocoms` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `buy_date` date DEFAULT NULL, + `use_date` date DEFAULT NULL, + `warranty_duration` int(11) NOT NULL DEFAULT 0, + `warranty_info` varchar(255) DEFAULT NULL, + `suppliers_id` int(10) unsigned NOT NULL DEFAULT 0, + `order_number` varchar(255) DEFAULT NULL, + `delivery_number` varchar(255) DEFAULT NULL, + `immo_number` varchar(255) DEFAULT NULL, + `value` decimal(20,4) NOT NULL DEFAULT 0.0000, + `warranty_value` decimal(20,4) NOT NULL DEFAULT 0.0000, + `sink_time` int(11) NOT NULL DEFAULT 0, + `sink_type` int(11) NOT NULL DEFAULT 0, + `sink_coeff` float NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `bill` varchar(255) DEFAULT NULL, + `budgets_id` int(10) unsigned NOT NULL DEFAULT 0, + `alert` int(11) NOT NULL DEFAULT 0, + `order_date` date DEFAULT NULL, + `delivery_date` date DEFAULT NULL, + `inventory_date` date DEFAULT NULL, + `warranty_date` date DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `decommission_date` timestamp NULL DEFAULT NULL, + `businesscriticities_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`), + KEY `buy_date` (`buy_date`), + KEY `alert` (`alert`), + KEY `budgets_id` (`budgets_id`), + KEY `suppliers_id` (`suppliers_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `businesscriticities_id` (`businesscriticities_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_infocoms` +-- + +LOCK TABLES `glpi_infocoms` WRITE; +/*!40000 ALTER TABLE `glpi_infocoms` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_infocoms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_interfacetypes` +-- + +DROP TABLE IF EXISTS `glpi_interfacetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_interfacetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_interfacetypes` +-- + +LOCK TABLES `glpi_interfacetypes` WRITE; +/*!40000 ALTER TABLE `glpi_interfacetypes` DISABLE KEYS */; +INSERT INTO `glpi_interfacetypes` VALUES +(1,'IDE',NULL,NULL,NULL), +(2,'SATA',NULL,NULL,NULL), +(3,'SCSI',NULL,NULL,NULL), +(4,'USB',NULL,NULL,NULL), +(5,'AGP',NULL,NULL,NULL), +(6,'PCI',NULL,NULL,NULL), +(7,'PCIe',NULL,NULL,NULL), +(8,'PCI-X',NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_interfacetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ipaddresses` +-- + +DROP TABLE IF EXISTS `glpi_ipaddresses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ipaddresses` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `version` tinyint(3) unsigned DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `binary_0` int(10) unsigned NOT NULL DEFAULT 0, + `binary_1` int(10) unsigned NOT NULL DEFAULT 0, + `binary_2` int(10) unsigned NOT NULL DEFAULT 0, + `binary_3` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `mainitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `mainitemtype` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `binary` (`binary_0`,`binary_1`,`binary_2`,`binary_3`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `item` (`itemtype`,`items_id`,`is_deleted`), + KEY `mainitem` (`mainitemtype`,`mainitems_id`,`is_deleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ipaddresses` +-- + +LOCK TABLES `glpi_ipaddresses` WRITE; +/*!40000 ALTER TABLE `glpi_ipaddresses` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_ipaddresses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ipaddresses_ipnetworks` +-- + +DROP TABLE IF EXISTS `glpi_ipaddresses_ipnetworks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ipaddresses_ipnetworks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `ipaddresses_id` int(10) unsigned NOT NULL DEFAULT 0, + `ipnetworks_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`ipaddresses_id`,`ipnetworks_id`), + KEY `ipnetworks_id` (`ipnetworks_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ipaddresses_ipnetworks` +-- + +LOCK TABLES `glpi_ipaddresses_ipnetworks` WRITE; +/*!40000 ALTER TABLE `glpi_ipaddresses_ipnetworks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_ipaddresses_ipnetworks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ipnetworks` +-- + +DROP TABLE IF EXISTS `glpi_ipnetworks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ipnetworks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `ipnetworks_id` int(10) unsigned NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `addressable` tinyint(4) NOT NULL DEFAULT 0, + `version` tinyint(3) unsigned DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `address` varchar(40) DEFAULT NULL, + `address_0` int(10) unsigned NOT NULL DEFAULT 0, + `address_1` int(10) unsigned NOT NULL DEFAULT 0, + `address_2` int(10) unsigned NOT NULL DEFAULT 0, + `address_3` int(10) unsigned NOT NULL DEFAULT 0, + `netmask` varchar(40) DEFAULT NULL, + `netmask_0` int(10) unsigned NOT NULL DEFAULT 0, + `netmask_1` int(10) unsigned NOT NULL DEFAULT 0, + `netmask_2` int(10) unsigned NOT NULL DEFAULT 0, + `netmask_3` int(10) unsigned NOT NULL DEFAULT 0, + `gateway` varchar(40) DEFAULT NULL, + `gateway_0` int(10) unsigned NOT NULL DEFAULT 0, + `gateway_1` int(10) unsigned NOT NULL DEFAULT 0, + `gateway_2` int(10) unsigned NOT NULL DEFAULT 0, + `gateway_3` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `is_recursive` (`is_recursive`), + KEY `network_definition` (`entities_id`,`address`,`netmask`), + KEY `address` (`address_0`,`address_1`,`address_2`,`address_3`), + KEY `netmask` (`netmask_0`,`netmask_1`,`netmask_2`,`netmask_3`), + KEY `gateway` (`gateway_0`,`gateway_1`,`gateway_2`,`gateway_3`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `ipnetworks_id` (`ipnetworks_id`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ipnetworks` +-- + +LOCK TABLES `glpi_ipnetworks` WRITE; +/*!40000 ALTER TABLE `glpi_ipnetworks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_ipnetworks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ipnetworks_vlans` +-- + +DROP TABLE IF EXISTS `glpi_ipnetworks_vlans`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ipnetworks_vlans` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `ipnetworks_id` int(10) unsigned NOT NULL DEFAULT 0, + `vlans_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `link` (`ipnetworks_id`,`vlans_id`), + KEY `vlans_id` (`vlans_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ipnetworks_vlans` +-- + +LOCK TABLES `glpi_ipnetworks_vlans` WRITE; +/*!40000 ALTER TABLE `glpi_ipnetworks_vlans` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_ipnetworks_vlans` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_clusters` +-- + +DROP TABLE IF EXISTS `glpi_items_clusters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_clusters` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `clusters_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`clusters_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_clusters` +-- + +LOCK TABLES `glpi_items_clusters` WRITE; +/*!40000 ALTER TABLE `glpi_items_clusters` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_clusters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicebatteries` +-- + +DROP TABLE IF EXISTS `glpi_items_devicebatteries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicebatteries` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicebatteries_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturing_date` date DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `real_capacity` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicebatteries_id` (`devicebatteries_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicebatteries` +-- + +LOCK TABLES `glpi_items_devicebatteries` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicebatteries` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicebatteries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicecameras` +-- + +DROP TABLE IF EXISTS `glpi_items_devicecameras`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicecameras` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicecameras_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `items_id` (`items_id`), + KEY `devicecameras_id` (`devicecameras_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicecameras` +-- + +LOCK TABLES `glpi_items_devicecameras` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicecameras` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicecameras` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicecameras_imageformats` +-- + +DROP TABLE IF EXISTS `glpi_items_devicecameras_imageformats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicecameras_imageformats` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_devicecameras_id` int(10) unsigned NOT NULL DEFAULT 0, + `imageformats_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `items_devicecameras_id` (`items_devicecameras_id`), + KEY `imageformats_id` (`imageformats_id`), + KEY `is_dynamic` (`is_dynamic`), + KEY `is_deleted` (`is_deleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicecameras_imageformats` +-- + +LOCK TABLES `glpi_items_devicecameras_imageformats` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicecameras_imageformats` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicecameras_imageformats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicecameras_imageresolutions` +-- + +DROP TABLE IF EXISTS `glpi_items_devicecameras_imageresolutions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicecameras_imageresolutions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_devicecameras_id` int(10) unsigned NOT NULL DEFAULT 0, + `imageresolutions_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `items_devicecameras_id` (`items_devicecameras_id`), + KEY `imageresolutions_id` (`imageresolutions_id`), + KEY `is_dynamic` (`is_dynamic`), + KEY `is_deleted` (`is_deleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicecameras_imageresolutions` +-- + +LOCK TABLES `glpi_items_devicecameras_imageresolutions` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicecameras_imageresolutions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicecameras_imageresolutions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicecases` +-- + +DROP TABLE IF EXISTS `glpi_items_devicecases`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicecases` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicecases_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicecases_id` (`devicecases_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicecases` +-- + +LOCK TABLES `glpi_items_devicecases` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicecases` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicecases` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicecontrols` +-- + +DROP TABLE IF EXISTS `glpi_items_devicecontrols`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicecontrols` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicecontrols_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicecontrols_id` (`devicecontrols_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicecontrols` +-- + +LOCK TABLES `glpi_items_devicecontrols` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicecontrols` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicecontrols` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicedrives` +-- + +DROP TABLE IF EXISTS `glpi_items_devicedrives`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicedrives` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicedrives_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicedrives_id` (`devicedrives_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicedrives` +-- + +LOCK TABLES `glpi_items_devicedrives` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicedrives` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicedrives` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicefirmwares` +-- + +DROP TABLE IF EXISTS `glpi_items_devicefirmwares`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicefirmwares` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicefirmwares_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicefirmwares_id` (`devicefirmwares_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicefirmwares` +-- + +LOCK TABLES `glpi_items_devicefirmwares` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicefirmwares` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicefirmwares` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicegenerics` +-- + +DROP TABLE IF EXISTS `glpi_items_devicegenerics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicegenerics` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicegenerics_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicegenerics_id` (`devicegenerics_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicegenerics` +-- + +LOCK TABLES `glpi_items_devicegenerics` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicegenerics` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicegenerics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicegraphiccards` +-- + +DROP TABLE IF EXISTS `glpi_items_devicegraphiccards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicegraphiccards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicegraphiccards_id` int(10) unsigned NOT NULL DEFAULT 0, + `memory` int(11) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicegraphiccards_id` (`devicegraphiccards_id`), + KEY `specificity` (`memory`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicegraphiccards` +-- + +LOCK TABLES `glpi_items_devicegraphiccards` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicegraphiccards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicegraphiccards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_deviceharddrives` +-- + +DROP TABLE IF EXISTS `glpi_items_deviceharddrives`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_deviceharddrives` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `deviceharddrives_id` int(10) unsigned NOT NULL DEFAULT 0, + `capacity` int(11) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `deviceharddrives_id` (`deviceharddrives_id`), + KEY `specificity` (`capacity`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `serial` (`serial`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_deviceharddrives` +-- + +LOCK TABLES `glpi_items_deviceharddrives` WRITE; +/*!40000 ALTER TABLE `glpi_items_deviceharddrives` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_deviceharddrives` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicememories` +-- + +DROP TABLE IF EXISTS `glpi_items_devicememories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicememories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicememories_id` int(10) unsigned NOT NULL DEFAULT 0, + `size` int(11) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicememories_id` (`devicememories_id`), + KEY `specificity` (`size`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `serial` (`serial`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicememories` +-- + +LOCK TABLES `glpi_items_devicememories` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicememories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicememories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicemotherboards` +-- + +DROP TABLE IF EXISTS `glpi_items_devicemotherboards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicemotherboards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicemotherboards_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicemotherboards_id` (`devicemotherboards_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicemotherboards` +-- + +LOCK TABLES `glpi_items_devicemotherboards` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicemotherboards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicemotherboards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicenetworkcards` +-- + +DROP TABLE IF EXISTS `glpi_items_devicenetworkcards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicenetworkcards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicenetworkcards_id` int(10) unsigned NOT NULL DEFAULT 0, + `mac` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicenetworkcards_id` (`devicenetworkcards_id`), + KEY `specificity` (`mac`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicenetworkcards` +-- + +LOCK TABLES `glpi_items_devicenetworkcards` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicenetworkcards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicenetworkcards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicepcis` +-- + +DROP TABLE IF EXISTS `glpi_items_devicepcis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicepcis` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicepcis_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicepcis_id` (`devicepcis_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicepcis` +-- + +LOCK TABLES `glpi_items_devicepcis` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicepcis` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicepcis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicepowersupplies` +-- + +DROP TABLE IF EXISTS `glpi_items_devicepowersupplies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicepowersupplies` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicepowersupplies_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicepowersupplies_id` (`devicepowersupplies_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicepowersupplies` +-- + +LOCK TABLES `glpi_items_devicepowersupplies` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicepowersupplies` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicepowersupplies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_deviceprocessors` +-- + +DROP TABLE IF EXISTS `glpi_items_deviceprocessors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_deviceprocessors` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `deviceprocessors_id` int(10) unsigned NOT NULL DEFAULT 0, + `frequency` int(11) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `nbcores` int(11) DEFAULT NULL, + `nbthreads` int(11) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `deviceprocessors_id` (`deviceprocessors_id`), + KEY `specificity` (`frequency`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `serial` (`serial`), + KEY `nbcores` (`nbcores`), + KEY `nbthreads` (`nbthreads`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_deviceprocessors` +-- + +LOCK TABLES `glpi_items_deviceprocessors` WRITE; +/*!40000 ALTER TABLE `glpi_items_deviceprocessors` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_deviceprocessors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicesensors` +-- + +DROP TABLE IF EXISTS `glpi_items_devicesensors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicesensors` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicesensors_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicesensors_id` (`devicesensors_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicesensors` +-- + +LOCK TABLES `glpi_items_devicesensors` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicesensors` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicesensors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicesimcards` +-- + +DROP TABLE IF EXISTS `glpi_items_devicesimcards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicesimcards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to various table, according to itemtype (id)', + `itemtype` varchar(100) NOT NULL, + `devicesimcards_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `lines_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `pin` varchar(255) NOT NULL DEFAULT '', + `pin2` varchar(255) NOT NULL DEFAULT '', + `puk` varchar(255) NOT NULL DEFAULT '', + `puk2` varchar(255) NOT NULL DEFAULT '', + `msin` varchar(255) NOT NULL DEFAULT '', + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `item` (`itemtype`,`items_id`), + KEY `devicesimcards_id` (`devicesimcards_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `states_id` (`states_id`), + KEY `locations_id` (`locations_id`), + KEY `lines_id` (`lines_id`), + KEY `users_id` (`users_id`), + KEY `groups_id` (`groups_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicesimcards` +-- + +LOCK TABLES `glpi_items_devicesimcards` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicesimcards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicesimcards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_devicesoundcards` +-- + +DROP TABLE IF EXISTS `glpi_items_devicesoundcards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_devicesoundcards` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `devicesoundcards_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `busID` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `devicesoundcards_id` (`devicesoundcards_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `serial` (`serial`), + KEY `busID` (`busID`), + KEY `item` (`itemtype`,`items_id`), + KEY `otherserial` (`otherserial`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_devicesoundcards` +-- + +LOCK TABLES `glpi_items_devicesoundcards` WRITE; +/*!40000 ALTER TABLE `glpi_items_devicesoundcards` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_devicesoundcards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_disks` +-- + +DROP TABLE IF EXISTS `glpi_items_disks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_disks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `device` varchar(255) DEFAULT NULL, + `mountpoint` varchar(255) DEFAULT NULL, + `filesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `totalsize` bigint(20) NOT NULL DEFAULT 0, + `freesize` bigint(20) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `encryption_status` int(11) NOT NULL DEFAULT 0, + `encryption_tool` varchar(255) DEFAULT NULL, + `encryption_algorithm` varchar(255) DEFAULT NULL, + `encryption_type` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `device` (`device`), + KEY `mountpoint` (`mountpoint`), + KEY `totalsize` (`totalsize`), + KEY `freesize` (`freesize`), + KEY `item` (`itemtype`,`items_id`), + KEY `filesystems_id` (`filesystems_id`), + KEY `entities_id` (`entities_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_disks` +-- + +LOCK TABLES `glpi_items_disks` WRITE; +/*!40000 ALTER TABLE `glpi_items_disks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_disks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_enclosures` +-- + +DROP TABLE IF EXISTS `glpi_items_enclosures`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_enclosures` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `enclosures_id` int(10) unsigned NOT NULL, + `itemtype` varchar(255) NOT NULL, + `items_id` int(10) unsigned NOT NULL, + `position` int(11) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `item` (`itemtype`,`items_id`), + KEY `relation` (`enclosures_id`,`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_enclosures` +-- + +LOCK TABLES `glpi_items_enclosures` WRITE; +/*!40000 ALTER TABLE `glpi_items_enclosures` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_enclosures` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_kanbans` +-- + +DROP TABLE IF EXISTS `glpi_items_kanbans`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_kanbans` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL, + `items_id` int(10) unsigned DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL, + `state` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`users_id`), + KEY `users_id` (`users_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_kanbans` +-- + +LOCK TABLES `glpi_items_kanbans` WRITE; +/*!40000 ALTER TABLE `glpi_items_kanbans` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_kanbans` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_operatingsystems` +-- + +DROP TABLE IF EXISTS `glpi_items_operatingsystems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_operatingsystems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `operatingsystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `operatingsystemversions_id` int(10) unsigned NOT NULL DEFAULT 0, + `operatingsystemservicepacks_id` int(10) unsigned NOT NULL DEFAULT 0, + `operatingsystemarchitectures_id` int(10) unsigned NOT NULL DEFAULT 0, + `operatingsystemkernelversions_id` int(10) unsigned NOT NULL DEFAULT 0, + `license_number` varchar(255) DEFAULT NULL, + `licenseid` varchar(255) DEFAULT NULL, + `company` varchar(255) DEFAULT NULL, + `owner` varchar(255) DEFAULT NULL, + `hostid` varchar(255) DEFAULT NULL, + `operatingsystemeditions_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `install_date` date DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`items_id`,`itemtype`,`operatingsystems_id`,`operatingsystemarchitectures_id`), + KEY `item` (`itemtype`,`items_id`), + KEY `operatingsystems_id` (`operatingsystems_id`), + KEY `operatingsystemservicepacks_id` (`operatingsystemservicepacks_id`), + KEY `operatingsystemversions_id` (`operatingsystemversions_id`), + KEY `operatingsystemarchitectures_id` (`operatingsystemarchitectures_id`), + KEY `operatingsystemkernelversions_id` (`operatingsystemkernelversions_id`), + KEY `operatingsystemeditions_id` (`operatingsystemeditions_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_operatingsystems` +-- + +LOCK TABLES `glpi_items_operatingsystems` WRITE; +/*!40000 ALTER TABLE `glpi_items_operatingsystems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_operatingsystems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_problems` +-- + +DROP TABLE IF EXISTS `glpi_items_problems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_problems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problems_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`problems_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_problems` +-- + +LOCK TABLES `glpi_items_problems` WRITE; +/*!40000 ALTER TABLE `glpi_items_problems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_problems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_projects` +-- + +DROP TABLE IF EXISTS `glpi_items_projects`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_projects` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `projects_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`projects_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_projects` +-- + +LOCK TABLES `glpi_items_projects` WRITE; +/*!40000 ALTER TABLE `glpi_items_projects` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_projects` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_racks` +-- + +DROP TABLE IF EXISTS `glpi_items_racks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_racks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `racks_id` int(10) unsigned NOT NULL, + `itemtype` varchar(255) NOT NULL, + `items_id` int(10) unsigned NOT NULL, + `position` int(11) NOT NULL, + `orientation` tinyint(4) DEFAULT NULL, + `bgcolor` varchar(7) DEFAULT NULL, + `hpos` tinyint(4) NOT NULL DEFAULT 0, + `is_reserved` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `item` (`itemtype`,`items_id`,`is_reserved`), + KEY `relation` (`racks_id`,`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_racks` +-- + +LOCK TABLES `glpi_items_racks` WRITE; +/*!40000 ALTER TABLE `glpi_items_racks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_racks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_remotemanagements` +-- + +DROP TABLE IF EXISTS `glpi_items_remotemanagements`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_remotemanagements` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `remoteid` varchar(255) DEFAULT NULL, + `type` varchar(255) DEFAULT NULL, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `is_dynamic` (`is_dynamic`), + KEY `is_deleted` (`is_deleted`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_remotemanagements` +-- + +LOCK TABLES `glpi_items_remotemanagements` WRITE; +/*!40000 ALTER TABLE `glpi_items_remotemanagements` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_remotemanagements` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_softwarelicenses` +-- + +DROP TABLE IF EXISTS `glpi_items_softwarelicenses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_softwarelicenses` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `softwarelicenses_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `item` (`itemtype`,`items_id`), + KEY `softwarelicenses_id` (`softwarelicenses_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_softwarelicenses` +-- + +LOCK TABLES `glpi_items_softwarelicenses` WRITE; +/*!40000 ALTER TABLE `glpi_items_softwarelicenses` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_softwarelicenses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_softwareversions` +-- + +DROP TABLE IF EXISTS `glpi_items_softwareversions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_softwareversions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `softwareversions_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted_item` tinyint(4) NOT NULL DEFAULT 0, + `is_template_item` tinyint(4) NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `date_install` date DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`softwareversions_id`), + KEY `softwareversions_id` (`softwareversions_id`), + KEY `computers_info` (`entities_id`,`is_template_item`,`is_deleted_item`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `is_deleted_item` (`is_deleted_item`), + KEY `is_template_item` (`is_template_item`), + KEY `date_install` (`date_install`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_softwareversions` +-- + +LOCK TABLES `glpi_items_softwareversions` WRITE; +/*!40000 ALTER TABLE `glpi_items_softwareversions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_softwareversions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_items_tickets` +-- + +DROP TABLE IF EXISTS `glpi_items_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_items_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(255) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`tickets_id`), + KEY `tickets_id` (`tickets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_items_tickets` +-- + +LOCK TABLES `glpi_items_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_items_tickets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_items_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_itilcategories` +-- + +DROP TABLE IF EXISTS `glpi_itilcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_itilcategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `itilcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `completename` text DEFAULT NULL, + `comment` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `knowbaseitemcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `code` varchar(255) DEFAULT NULL, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `is_helpdeskvisible` tinyint(4) NOT NULL DEFAULT 1, + `tickettemplates_id_incident` int(10) unsigned NOT NULL DEFAULT 0, + `tickettemplates_id_demand` int(10) unsigned NOT NULL DEFAULT 0, + `changetemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `problemtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_incident` int(11) NOT NULL DEFAULT 1, + `is_request` int(11) NOT NULL DEFAULT 1, + `is_problem` int(11) NOT NULL DEFAULT 1, + `is_change` tinyint(4) NOT NULL DEFAULT 1, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `knowbaseitemcategories_id` (`knowbaseitemcategories_id`), + KEY `users_id` (`users_id`), + KEY `groups_id` (`groups_id`), + KEY `is_helpdeskvisible` (`is_helpdeskvisible`), + KEY `itilcategories_id` (`itilcategories_id`), + KEY `tickettemplates_id_incident` (`tickettemplates_id_incident`), + KEY `tickettemplates_id_demand` (`tickettemplates_id_demand`), + KEY `changetemplates_id` (`changetemplates_id`), + KEY `problemtemplates_id` (`problemtemplates_id`), + KEY `is_incident` (`is_incident`), + KEY `is_request` (`is_request`), + KEY `is_problem` (`is_problem`), + KEY `is_change` (`is_change`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `level` (`level`) +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_itilcategories` +-- + +LOCK TABLES `glpi_itilcategories` WRITE; +/*!40000 ALTER TABLE `glpi_itilcategories` DISABLE KEYS */; +INSERT INTO `glpi_itilcategories` VALUES +(6,0,0,0,'Incident','Incident','Traiter les interruptions ou dysfonctionnements signalés.',1,0,0,0,'','[]',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:24:26','2024-12-06 10:24:26'), +(7,0,0,0,'Demande de service','Demande de service','Répondre aux demandes courantes des utilisateurs.',1,0,0,0,'','[]',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:24:38','2024-12-06 10:24:38'), +(15,0,0,7,'Logiciel','Demande de service > Logiciel',NULL,2,0,0,0,'','{\"7\":7}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:31:44','2024-12-06 10:31:44'), +(16,0,0,15,'Comptabilité','Demande de service > Logiciel > Comptabilité',NULL,3,0,0,0,'','{\"7\":7,\"15\":15}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:31:56','2024-12-06 10:31:56'), +(17,0,0,7,'Réseau','Demande de service > Réseau',NULL,2,0,0,0,'','{\"7\":7}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:32:13','2024-12-06 10:32:13'), +(18,0,0,7,'Matériel','Demande de service > Matériel',NULL,2,0,0,0,'','{\"7\":7}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:32:18','2024-12-06 10:32:18'), +(19,0,0,17,'VPN','Demande de service > Réseau > VPN',NULL,3,0,0,0,'','{\"7\":7,\"17\":17}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:32:28','2024-12-06 10:32:28'), +(20,0,0,18,'Stock','Demande de service > Matériel > Stock',NULL,3,0,0,0,'','{\"7\":7,\"18\":18}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:32:48','2024-12-06 10:32:48'), +(21,0,0,6,'Comptes utilisateurs','Incident > Comptes utilisateurs',NULL,2,0,0,0,'','{\"6\":6}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:33:03','2024-12-06 10:33:03'), +(22,0,0,6,'Climatisation','Incident > Climatisation',NULL,2,0,0,0,'','{\"6\":6}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:33:07','2024-12-06 10:33:07'), +(23,0,0,6,'Sécurité','Incident > Sécurité',NULL,2,0,0,0,'','{\"6\":6}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:33:29','2024-12-06 10:33:29'), +(24,0,0,21,'Active Directory','Incident > Comptes utilisateurs > Active Directory',NULL,3,0,0,0,'','{\"6\":6,\"21\":21}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:33:41','2024-12-06 10:33:41'), +(25,0,0,22,'Salle serveur','Incident > Climatisation > Salle serveur',NULL,3,0,0,0,'','{\"6\":6,\"22\":22}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:33:52','2024-12-06 10:33:52'), +(26,0,0,23,'Infection présumée','Incident > Sécurité > Infection présumée',NULL,3,0,0,0,'','{\"6\":6,\"23\":23}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:34:05','2024-12-06 10:34:05'), +(29,0,0,0,'Demande d\'accès','Demande d\'accès','',1,0,0,0,'','[]',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:40:18','2024-12-06 10:40:18'), +(30,0,0,29,'Serveur','Demande d\'accès > Serveur',NULL,2,0,0,0,'','{\"29\":29}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:40:33','2024-12-06 10:40:33'), +(31,0,0,30,'Logs d\'application','Demande d\'accès > Serveur > Logs d\'application',NULL,3,0,0,0,'','{\"29\":29,\"30\":30}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:40:40','2024-12-06 10:40:40'), +(32,0,0,0,'Support matériel','Support matériel','',1,0,0,0,'','[]',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:40:49','2024-12-06 10:40:49'), +(33,0,0,32,'Téléphones','Support matériel > Téléphones',NULL,2,0,0,0,'','{\"32\":32}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:41:08','2024-12-06 10:41:08'), +(34,0,0,32,'Logiciel non autorisé','Support matériel > Logiciel non autorisé',NULL,2,0,0,0,'','{\"32\":32}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:41:15','2024-12-06 10:41:15'), +(35,0,0,33,'Distribution','Support matériel > Téléphones > Distribution',NULL,3,0,0,0,'','{\"32\":32,\"33\":33}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:41:24','2024-12-06 10:41:24'), +(36,0,0,0,'Serveur','Serveur','',1,0,0,0,'','[]',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:43:43','2024-12-06 10:43:43'), +(37,0,0,36,'Libération','Serveur > Libération',NULL,2,0,0,0,'','{\"36\":36}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-06 10:44:01','2024-12-06 10:44:01'), +(38,0,0,29,'Application métier','Demande d\'accès > Application métier',NULL,2,0,0,0,'','{\"29\":29}',NULL,1,0,0,0,0,1,1,1,1,'2024-12-07 14:51:09','2024-12-07 14:51:09'); +/*!40000 ALTER TABLE `glpi_itilcategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_itilfollowups` +-- + +DROP TABLE IF EXISTS `glpi_itilfollowups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_itilfollowups` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_editor` int(10) unsigned NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `is_private` tinyint(4) NOT NULL DEFAULT 0, + `requesttypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `timeline_position` tinyint(4) NOT NULL DEFAULT 0, + `sourceitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `sourceof_items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `item` (`itemtype`,`items_id`), + KEY `date` (`date`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `users_id` (`users_id`), + KEY `users_id_editor` (`users_id_editor`), + KEY `is_private` (`is_private`), + KEY `requesttypes_id` (`requesttypes_id`), + KEY `sourceitems_id` (`sourceitems_id`), + KEY `sourceof_items_id` (`sourceof_items_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_itilfollowups` +-- + +LOCK TABLES `glpi_itilfollowups` WRITE; +/*!40000 ALTER TABLE `glpi_itilfollowups` DISABLE KEYS */; +INSERT INTO `glpi_itilfollowups` VALUES +(1,'Ticket',3,'2024-12-06 10:57:52',2,0,'<table style=\"border-collapse: collapse; width: 251pt;\" border=\"0\" width=\"335\" cellspacing=\"0\" cellpadding=\"0\"><colgroup><col style=\"mso-width-source: userset; mso-width-alt: 11918; width: 251pt;\" width=\"335\"> </colgroup>\r\n<tbody>\r\n<tr style=\"height: 82.8pt;\">\r\n<td class=\"xl65\" style=\"height: 82.8pt; width: 251pt;\" width=\"335\" height=\"110\">La politique de sécurité de l\'entreprise veut que seuls les administrateurs disposent des droits d\'administration.<br>Un accès aux logs de l\'application est suffisant.</td>\r\n</tr>\r\n</tbody>\r\n</table>',0,1,'2024-12-06 10:57:52','2024-12-06 10:57:52',1,0,0), +(2,'Ticket',5,'2024-12-06 11:02:52',2,0,'<p>Les machines du réseau 10.0.1.0/24 ont besoin d\'accéder à un service web hébergé chez le partenaire Ocito</p>',0,1,'2024-12-06 11:02:52','2024-12-06 11:02:52',1,0,0); +/*!40000 ALTER TABLE `glpi_itilfollowups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_itilfollowuptemplates` +-- + +DROP TABLE IF EXISTS `glpi_itilfollowuptemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_itilfollowuptemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `content` mediumtext DEFAULT NULL, + `requesttypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_private` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_recursive` (`is_recursive`), + KEY `requesttypes_id` (`requesttypes_id`), + KEY `entities_id` (`entities_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `is_private` (`is_private`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_itilfollowuptemplates` +-- + +LOCK TABLES `glpi_itilfollowuptemplates` WRITE; +/*!40000 ALTER TABLE `glpi_itilfollowuptemplates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_itilfollowuptemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_itils_projects` +-- + +DROP TABLE IF EXISTS `glpi_itils_projects`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_itils_projects` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL DEFAULT '', + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `projects_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`projects_id`), + KEY `projects_id` (`projects_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_itils_projects` +-- + +LOCK TABLES `glpi_itils_projects` WRITE; +/*!40000 ALTER TABLE `glpi_itils_projects` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_itils_projects` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_itilsolutions` +-- + +DROP TABLE IF EXISTS `glpi_itilsolutions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_itilsolutions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `solutiontypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `solutiontype_name` varchar(255) DEFAULT NULL, + `content` longtext DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_approval` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `user_name` varchar(255) DEFAULT NULL, + `users_id_editor` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_approval` int(10) unsigned NOT NULL DEFAULT 0, + `user_name_approval` varchar(255) DEFAULT NULL, + `status` int(11) NOT NULL DEFAULT 1, + `itilfollowups_id` int(10) unsigned DEFAULT NULL COMMENT 'Followup reference on reject or approve a solution', + PRIMARY KEY (`id`), + KEY `item` (`itemtype`,`items_id`), + KEY `solutiontypes_id` (`solutiontypes_id`), + KEY `users_id` (`users_id`), + KEY `users_id_editor` (`users_id_editor`), + KEY `users_id_approval` (`users_id_approval`), + KEY `status` (`status`), + KEY `itilfollowups_id` (`itilfollowups_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_itilsolutions` +-- + +LOCK TABLES `glpi_itilsolutions` WRITE; +/*!40000 ALTER TABLE `glpi_itilsolutions` DISABLE KEYS */; +INSERT INTO `glpi_itilsolutions` VALUES +(1,'Ticket',7,0,NULL,'<p>J\'ai transmis au service Achats une commande pour 10 disques de 4 To Toshiba MG08ADA400A et 5 disques de 8To Toshiba MG08ADA800A.</p>','2024-12-07 15:03:27','2024-12-07 15:10:48',NULL,16,NULL,16,0,NULL,2,NULL), +(2,'Ticket',2,0,NULL,'<p>Bonjour, votre mot de passe a été réinitialisé. Pour des raisons de sécurité, le nouveau mot de passe est disponible au pôle infrastructure. Nous vous invitons à venir le récupérer en personne munie d\'une pièce d\'identité ou de votre badge d\'accès professionnel.</p>','2024-12-07 15:13:57','2024-12-07 15:13:57',NULL,16,NULL,0,0,NULL,2,NULL), +(3,'Ticket',10,0,NULL,'<p>Bonjour Steeve, les accès à l\'application Zefyr ont été rétablis.</p>','2024-12-07 15:26:21','2024-12-07 15:26:21',NULL,16,NULL,0,0,NULL,2,NULL), +(4,'Ticket',5,0,NULL,'<p>Bonjour,</p>\r\n<p>Un mail a été envoyé, je te tiens au courant.</p>','2024-12-07 15:56:11','2024-12-07 15:56:11',NULL,16,NULL,0,0,NULL,2,NULL), +(5,'Ticket',1,0,NULL,'<p>Bonjour,</p>\r\n<p>J\'ai redonné l\'accès à Zefyr à Steeve afin qu\'il puisse terminer ses exports d\'écrits comptables. Des solutions vous ont été proposée par mail.</p>','2024-12-07 16:09:08','2024-12-07 16:09:08',NULL,16,NULL,0,0,NULL,2,NULL); +/*!40000 ALTER TABLE `glpi_itilsolutions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitemcategories` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitemcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitemcategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `knowbaseitemcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `completename` text DEFAULT NULL, + `comment` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `sons_cache` longtext DEFAULT NULL, + `ancestors_cache` longtext DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`entities_id`,`knowbaseitemcategories_id`,`name`), + KEY `name` (`name`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `knowbaseitemcategories_id` (`knowbaseitemcategories_id`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitemcategories` +-- + +LOCK TABLES `glpi_knowbaseitemcategories` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitemcategories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitemcategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitems` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` text DEFAULT NULL, + `answer` longtext DEFAULT NULL, + `is_faq` tinyint(4) NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `view` int(11) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `begin_date` timestamp NULL DEFAULT NULL, + `end_date` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `users_id` (`users_id`), + KEY `is_faq` (`is_faq`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + FULLTEXT KEY `fulltext` (`name`,`answer`), + FULLTEXT KEY `name` (`name`), + FULLTEXT KEY `answer` (`answer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitems` +-- + +LOCK TABLES `glpi_knowbaseitems` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitems_comments` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitems_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitems_comments` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `language` varchar(10) DEFAULT NULL, + `comment` text DEFAULT NULL, + `parent_comment_id` int(10) unsigned DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `knowbaseitems_id` (`knowbaseitems_id`), + KEY `parent_comment_id` (`parent_comment_id`), + KEY `users_id` (`users_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitems_comments` +-- + +LOCK TABLES `glpi_knowbaseitems_comments` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitems_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitems_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitems_items` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitems_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitems_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL, + `itemtype` varchar(100) NOT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`knowbaseitems_id`), + KEY `knowbaseitems_id` (`knowbaseitems_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitems_items` +-- + +LOCK TABLES `glpi_knowbaseitems_items` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitems_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitems_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitems_knowbaseitemcategories` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitems_knowbaseitemcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitems_knowbaseitemcategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `knowbaseitemcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `knowbaseitems_id` (`knowbaseitems_id`), + KEY `knowbaseitemcategories_id` (`knowbaseitemcategories_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitems_knowbaseitemcategories` +-- + +LOCK TABLES `glpi_knowbaseitems_knowbaseitemcategories` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitems_knowbaseitemcategories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitems_knowbaseitemcategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitems_profiles` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitems_profiles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitems_profiles` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `profiles_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `no_entity_restriction` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `knowbaseitems_id` (`knowbaseitems_id`), + KEY `profiles_id` (`profiles_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitems_profiles` +-- + +LOCK TABLES `glpi_knowbaseitems_profiles` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitems_profiles` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitems_profiles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitems_revisions` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitems_revisions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitems_revisions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL, + `revision` int(11) NOT NULL, + `name` text DEFAULT NULL, + `answer` longtext DEFAULT NULL, + `language` varchar(10) DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`knowbaseitems_id`,`revision`,`language`), + KEY `revision` (`revision`), + KEY `users_id` (`users_id`), + KEY `date` (`date`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitems_revisions` +-- + +LOCK TABLES `glpi_knowbaseitems_revisions` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitems_revisions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitems_revisions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitems_users` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitems_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitems_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `knowbaseitems_id` (`knowbaseitems_id`), + KEY `users_id` (`users_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitems_users` +-- + +LOCK TABLES `glpi_knowbaseitems_users` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitems_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitems_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_knowbaseitemtranslations` +-- + +DROP TABLE IF EXISTS `glpi_knowbaseitemtranslations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_knowbaseitemtranslations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `knowbaseitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `language` varchar(10) DEFAULT NULL, + `name` text DEFAULT NULL, + `answer` longtext DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `item` (`knowbaseitems_id`,`language`), + KEY `users_id` (`users_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`), + FULLTEXT KEY `fulltext` (`name`,`answer`), + FULLTEXT KEY `name` (`name`), + FULLTEXT KEY `answer` (`answer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_knowbaseitemtranslations` +-- + +LOCK TABLES `glpi_knowbaseitemtranslations` WRITE; +/*!40000 ALTER TABLE `glpi_knowbaseitemtranslations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_knowbaseitemtranslations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_lineoperators` +-- + +DROP TABLE IF EXISTS `glpi_lineoperators`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_lineoperators` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `comment` text DEFAULT NULL, + `mcc` int(11) DEFAULT NULL, + `mnc` int(11) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`mcc`,`mnc`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_lineoperators` +-- + +LOCK TABLES `glpi_lineoperators` WRITE; +/*!40000 ALTER TABLE `glpi_lineoperators` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_lineoperators` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_lines` +-- + +DROP TABLE IF EXISTS `glpi_lines`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_lines` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `caller_num` varchar(255) NOT NULL DEFAULT '', + `caller_name` varchar(255) NOT NULL DEFAULT '', + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `lineoperators_id` int(10) unsigned NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `linetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_deleted` (`is_deleted`), + KEY `users_id` (`users_id`), + KEY `lineoperators_id` (`lineoperators_id`), + KEY `groups_id` (`groups_id`), + KEY `linetypes_id` (`linetypes_id`), + KEY `locations_id` (`locations_id`), + KEY `states_id` (`states_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_lines` +-- + +LOCK TABLES `glpi_lines` WRITE; +/*!40000 ALTER TABLE `glpi_lines` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_lines` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_linetypes` +-- + +DROP TABLE IF EXISTS `glpi_linetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_linetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_linetypes` +-- + +LOCK TABLES `glpi_linetypes` WRITE; +/*!40000 ALTER TABLE `glpi_linetypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_linetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_links` +-- + +DROP TABLE IF EXISTS `glpi_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_links` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 1, + `name` varchar(255) DEFAULT NULL, + `link` varchar(255) DEFAULT NULL, + `data` text DEFAULT NULL, + `open_window` tinyint(4) NOT NULL DEFAULT 1, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_links` +-- + +LOCK TABLES `glpi_links` WRITE; +/*!40000 ALTER TABLE `glpi_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_links_itemtypes` +-- + +DROP TABLE IF EXISTS `glpi_links_itemtypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_links_itemtypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `links_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`links_id`), + KEY `links_id` (`links_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_links_itemtypes` +-- + +LOCK TABLES `glpi_links_itemtypes` WRITE; +/*!40000 ALTER TABLE `glpi_links_itemtypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_links_itemtypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_locations` +-- + +DROP TABLE IF EXISTS `glpi_locations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_locations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + `comment` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `address` text DEFAULT NULL, + `postcode` varchar(255) DEFAULT NULL, + `town` varchar(255) DEFAULT NULL, + `state` varchar(255) DEFAULT NULL, + `country` varchar(255) DEFAULT NULL, + `building` varchar(255) DEFAULT NULL, + `room` varchar(255) DEFAULT NULL, + `latitude` varchar(255) DEFAULT NULL, + `longitude` varchar(255) DEFAULT NULL, + `altitude` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`entities_id`,`locations_id`,`name`), + KEY `locations_id` (`locations_id`), + KEY `name` (`name`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_locations` +-- + +LOCK TABLES `glpi_locations` WRITE; +/*!40000 ALTER TABLE `glpi_locations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_locations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_lockedfields` +-- + +DROP TABLE IF EXISTS `glpi_lockedfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_lockedfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `field` varchar(50) NOT NULL, + `value` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_global` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`field`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `is_global` (`is_global`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_lockedfields` +-- + +LOCK TABLES `glpi_lockedfields` WRITE; +/*!40000 ALTER TABLE `glpi_lockedfields` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_lockedfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_logs` +-- + +DROP TABLE IF EXISTS `glpi_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_logs` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL DEFAULT '', + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype_link` varchar(100) NOT NULL DEFAULT '', + `linked_action` int(11) NOT NULL DEFAULT 0 COMMENT 'see define.php HISTORY_* constant', + `user_name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `id_search_option` int(11) NOT NULL DEFAULT 0 COMMENT 'see search.constant.php for value', + `old_value` varchar(255) DEFAULT NULL, + `new_value` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `date_mod` (`date_mod`), + KEY `itemtype_link` (`itemtype_link`), + KEY `item` (`itemtype`,`items_id`), + KEY `id_search_option` (`id_search_option`) +) ENGINE=InnoDB AUTO_INCREMENT=966 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_logs` +-- + +LOCK TABLES `glpi_logs` WRITE; +/*!40000 ALTER TABLE `glpi_logs` DISABLE KEYS */; +INSERT INTO `glpi_logs` VALUES +(1,'RuleImportAsset',1,'0',20,'','2024-12-01 14:42:31',0,'',''), +(2,'RuleImportAsset',1,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Est partiel est Oui (1)'), +(3,'RuleCriteria',1,'0',20,'','2024-12-01 14:42:31',0,'',''), +(4,'RuleImportAsset',1,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (2)'), +(5,'RuleCriteria',2,'0',20,'','2024-12-01 14:42:31',0,'',''), +(6,'RuleImportAsset',1,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (1)'), +(7,'RuleAction',1,'0',20,'','2024-12-01 14:42:31',0,'',''), +(8,'RuleImportAsset',2,'0',20,'','2024-12-01 14:42:31',0,'',''), +(9,'RuleImportAsset',2,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (3)'), +(10,'RuleCriteria',3,'0',20,'','2024-12-01 14:42:31',0,'',''), +(11,'RuleImportAsset',2,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC est déjà présent Oui (4)'), +(12,'RuleCriteria',4,'0',20,'','2024-12-01 14:42:31',0,'',''), +(13,'RuleImportAsset',2,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (5)'), +(14,'RuleCriteria',5,'0',20,'','2024-12-01 14:42:31',0,'',''), +(15,'RuleImportAsset',2,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Numéro de port est déjà présent Oui (6)'), +(16,'RuleCriteria',6,'0',20,'','2024-12-01 14:42:31',0,'',''), +(17,'RuleImportAsset',2,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Numéro de port existe Oui (7)'), +(18,'RuleCriteria',7,'0',20,'','2024-12-01 14:42:31',0,'',''), +(19,'RuleImportAsset',2,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Général > Restreindre les critères au même port réseau Oui Oui (8)'), +(20,'RuleCriteria',8,'0',20,'','2024-12-01 14:42:31',0,'',''), +(21,'RuleImportAsset',2,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (2)'), +(22,'RuleAction',2,'0',20,'','2024-12-01 14:42:31',0,'',''), +(23,'RuleImportAsset',3,'0',20,'','2024-12-01 14:42:31',0,'',''), +(24,'RuleImportAsset',3,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (9)'), +(25,'RuleCriteria',9,'0',20,'','2024-12-01 14:42:31',0,'',''), +(26,'RuleImportAsset',3,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC est déjà présent Oui (10)'), +(27,'RuleCriteria',10,'0',20,'','2024-12-01 14:42:31',0,'',''), +(28,'RuleImportAsset',3,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (11)'), +(29,'RuleCriteria',11,'0',20,'','2024-12-01 14:42:31',0,'',''), +(30,'RuleImportAsset',3,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Numéro de port est déjà présent Oui (12)'), +(31,'RuleCriteria',12,'0',20,'','2024-12-01 14:42:31',0,'',''), +(32,'RuleImportAsset',3,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Numéro de port existe Oui (13)'), +(33,'RuleCriteria',13,'0',20,'','2024-12-01 14:42:31',0,'',''), +(34,'RuleImportAsset',3,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (3)'), +(35,'RuleAction',3,'0',20,'','2024-12-01 14:42:31',0,'',''), +(36,'RuleImportAsset',4,'0',20,'','2024-12-01 14:42:31',0,'',''), +(37,'RuleImportAsset',4,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (14)'), +(38,'RuleCriteria',14,'0',20,'','2024-12-01 14:42:31',0,'',''), +(39,'RuleImportAsset',4,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (15)'), +(40,'RuleCriteria',15,'0',20,'','2024-12-01 14:42:31',0,'',''), +(41,'RuleImportAsset',4,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Numéro de port existe Oui (16)'), +(42,'RuleCriteria',16,'0',20,'','2024-12-01 14:42:31',0,'',''), +(43,'RuleImportAsset',4,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (4)'), +(44,'RuleAction',4,'0',20,'','2024-12-01 14:42:31',0,'',''), +(45,'RuleImportAsset',5,'0',20,'','2024-12-01 14:42:31',0,'',''), +(46,'RuleImportAsset',5,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (17)'), +(47,'RuleCriteria',17,'0',20,'','2024-12-01 14:42:31',0,'',''), +(48,'RuleImportAsset',5,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > IP est déjà présent Oui (18)'), +(49,'RuleCriteria',18,'0',20,'','2024-12-01 14:42:31',0,'',''), +(50,'RuleImportAsset',5,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > IP existe Oui (19)'), +(51,'RuleCriteria',19,'0',20,'','2024-12-01 14:42:31',0,'',''), +(52,'RuleImportAsset',5,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Description du port est déjà présent Oui (20)'), +(53,'RuleCriteria',20,'0',20,'','2024-12-01 14:42:31',0,'',''), +(54,'RuleImportAsset',5,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Description du port existe Oui (21)'), +(55,'RuleCriteria',21,'0',20,'','2024-12-01 14:42:31',0,'',''), +(56,'RuleImportAsset',5,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Général > Restreindre les critères au même port réseau Oui Oui (22)'), +(57,'RuleCriteria',22,'0',20,'','2024-12-01 14:42:31',0,'',''), +(58,'RuleImportAsset',5,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (5)'), +(59,'RuleAction',5,'0',20,'','2024-12-01 14:42:31',0,'',''), +(60,'RuleImportAsset',6,'0',20,'','2024-12-01 14:42:31',0,'',''), +(61,'RuleImportAsset',6,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (23)'), +(62,'RuleCriteria',23,'0',20,'','2024-12-01 14:42:31',0,'',''), +(63,'RuleImportAsset',6,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > IP est déjà présent Oui (24)'), +(64,'RuleCriteria',24,'0',20,'','2024-12-01 14:42:31',0,'',''), +(65,'RuleImportAsset',6,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > IP existe Oui (25)'), +(66,'RuleCriteria',25,'0',20,'','2024-12-01 14:42:31',0,'',''), +(67,'RuleImportAsset',6,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Description du port est déjà présent Oui (26)'), +(68,'RuleCriteria',26,'0',20,'','2024-12-01 14:42:31',0,'',''), +(69,'RuleImportAsset',6,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Description du port existe Oui (27)'), +(70,'RuleCriteria',27,'0',20,'','2024-12-01 14:42:31',0,'',''), +(71,'RuleImportAsset',6,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (6)'), +(72,'RuleAction',6,'0',20,'','2024-12-01 14:42:31',0,'',''), +(73,'RuleImportAsset',7,'0',20,'','2024-12-01 14:42:31',0,'',''), +(74,'RuleImportAsset',7,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (28)'), +(75,'RuleCriteria',28,'0',20,'','2024-12-01 14:42:31',0,'',''), +(76,'RuleImportAsset',7,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > IP existe Oui (29)'), +(77,'RuleCriteria',29,'0',20,'','2024-12-01 14:42:31',0,'',''), +(78,'RuleImportAsset',7,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > Description du port existe Oui (30)'), +(79,'RuleCriteria',30,'0',20,'','2024-12-01 14:42:31',0,'',''), +(80,'RuleImportAsset',7,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (7)'), +(81,'RuleAction',7,'0',20,'','2024-12-01 14:42:31',0,'',''), +(82,'RuleImportAsset',8,'0',20,'','2024-12-01 14:42:31',0,'',''), +(83,'RuleImportAsset',8,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (31)'), +(84,'RuleCriteria',31,'0',20,'','2024-12-01 14:42:31',0,'',''), +(85,'RuleImportAsset',8,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC est déjà présent Oui (32)'), +(86,'RuleCriteria',32,'0',20,'','2024-12-01 14:42:31',0,'',''), +(87,'RuleImportAsset',8,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (33)'), +(88,'RuleCriteria',33,'0',20,'','2024-12-01 14:42:31',0,'',''), +(89,'RuleImportAsset',8,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Général > Uniquement les critères de cette règle dans les données Oui Oui (34)'), +(90,'RuleCriteria',34,'0',20,'','2024-12-01 14:42:31',0,'',''), +(91,'RuleImportAsset',8,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (8)'), +(92,'RuleAction',8,'0',20,'','2024-12-01 14:42:31',0,'',''), +(93,'RuleImportAsset',9,'0',20,'','2024-12-01 14:42:31',0,'',''), +(94,'RuleImportAsset',9,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément n\'existe pas Oui (35)'), +(95,'RuleCriteria',35,'0',20,'','2024-12-01 14:42:31',0,'',''), +(96,'RuleImportAsset',9,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (36)'), +(97,'RuleCriteria',36,'0',20,'','2024-12-01 14:42:31',0,'',''), +(98,'RuleImportAsset',9,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Général > Uniquement les critères de cette règle dans les données Oui Oui (37)'), +(99,'RuleCriteria',37,'0',20,'','2024-12-01 14:42:31',0,'',''), +(100,'RuleImportAsset',9,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (9)'), +(101,'RuleAction',9,'0',20,'','2024-12-01 14:42:31',0,'',''), +(102,'RuleImportAsset',10,'0',20,'','2024-12-01 14:42:31',0,'',''), +(103,'RuleImportAsset',10,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (38)'), +(104,'RuleCriteria',38,'0',20,'','2024-12-01 14:42:31',0,'',''), +(105,'RuleImportAsset',10,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom n\'existe pas Oui (39)'), +(106,'RuleCriteria',39,'0',20,'','2024-12-01 14:42:31',0,'',''), +(107,'RuleImportAsset',10,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (10)'), +(108,'RuleAction',10,'0',20,'','2024-12-01 14:42:31',0,'',''), +(109,'RuleImportAsset',11,'0',20,'','2024-12-01 14:42:31',0,'',''), +(110,'RuleImportAsset',11,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (40)'), +(111,'RuleCriteria',40,'0',20,'','2024-12-01 14:42:31',0,'',''), +(112,'RuleImportAsset',11,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (41)'), +(113,'RuleCriteria',41,'0',20,'','2024-12-01 14:42:31',0,'',''), +(114,'RuleImportAsset',11,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (42)'), +(115,'RuleCriteria',42,'0',20,'','2024-12-01 14:42:31',0,'',''), +(116,'RuleImportAsset',11,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID est déjà présent Oui (43)'), +(117,'RuleCriteria',43,'0',20,'','2024-12-01 14:42:31',0,'',''), +(118,'RuleImportAsset',11,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (44)'), +(119,'RuleCriteria',44,'0',20,'','2024-12-01 14:42:31',0,'',''), +(120,'RuleImportAsset',11,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (11)'), +(121,'RuleAction',11,'0',20,'','2024-12-01 14:42:31',0,'',''), +(122,'RuleImportAsset',12,'0',20,'','2024-12-01 14:42:31',0,'',''), +(123,'RuleImportAsset',12,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (45)'), +(124,'RuleCriteria',45,'0',20,'','2024-12-01 14:42:31',0,'',''), +(125,'RuleImportAsset',12,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (46)'), +(126,'RuleCriteria',46,'0',20,'','2024-12-01 14:42:31',0,'',''), +(127,'RuleImportAsset',12,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (47)'), +(128,'RuleCriteria',47,'0',20,'','2024-12-01 14:42:31',0,'',''), +(129,'RuleImportAsset',12,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID est vide Oui (48)'), +(130,'RuleCriteria',48,'0',20,'','2024-12-01 14:42:31',0,'',''), +(131,'RuleImportAsset',12,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (12)'), +(132,'RuleAction',12,'0',20,'','2024-12-01 14:42:31',0,'',''), +(133,'RuleImportAsset',13,'0',20,'','2024-12-01 14:42:31',0,'',''), +(134,'RuleImportAsset',13,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (49)'), +(135,'RuleCriteria',49,'0',20,'','2024-12-01 14:42:31',0,'',''), +(136,'RuleImportAsset',13,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (50)'), +(137,'RuleCriteria',50,'0',20,'','2024-12-01 14:42:31',0,'',''), +(138,'RuleImportAsset',13,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (51)'), +(139,'RuleCriteria',51,'0',20,'','2024-12-01 14:42:31',0,'',''), +(140,'RuleImportAsset',13,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (13)'), +(141,'RuleAction',13,'0',20,'','2024-12-01 14:42:31',0,'',''), +(142,'RuleImportAsset',14,'0',20,'','2024-12-01 14:42:31',0,'',''), +(143,'RuleImportAsset',14,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (52)'), +(144,'RuleCriteria',52,'0',20,'','2024-12-01 14:42:31',0,'',''), +(145,'RuleImportAsset',14,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (53)'), +(146,'RuleCriteria',53,'0',20,'','2024-12-01 14:42:31',0,'',''), +(147,'RuleImportAsset',14,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (54)'), +(148,'RuleCriteria',54,'0',20,'','2024-12-01 14:42:31',0,'',''), +(149,'RuleImportAsset',14,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (14)'), +(150,'RuleAction',14,'0',20,'','2024-12-01 14:42:31',0,'',''), +(151,'RuleImportAsset',15,'0',20,'','2024-12-01 14:42:31',0,'',''), +(152,'RuleImportAsset',15,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (55)'), +(153,'RuleCriteria',55,'0',20,'','2024-12-01 14:42:31',0,'',''), +(154,'RuleImportAsset',15,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID est déjà présent Oui (56)'), +(155,'RuleCriteria',56,'0',20,'','2024-12-01 14:42:31',0,'',''), +(156,'RuleImportAsset',15,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (57)'), +(157,'RuleCriteria',57,'0',20,'','2024-12-01 14:42:31',0,'',''), +(158,'RuleImportAsset',15,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (15)'), +(159,'RuleAction',15,'0',20,'','2024-12-01 14:42:31',0,'',''), +(160,'RuleImportAsset',16,'0',20,'','2024-12-01 14:42:31',0,'',''), +(161,'RuleImportAsset',16,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (58)'), +(162,'RuleCriteria',58,'0',20,'','2024-12-01 14:42:31',0,'',''), +(163,'RuleImportAsset',16,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC est déjà présent Oui (59)'), +(164,'RuleCriteria',59,'0',20,'','2024-12-01 14:42:31',0,'',''), +(165,'RuleImportAsset',16,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (60)'), +(166,'RuleCriteria',60,'0',20,'','2024-12-01 14:42:31',0,'',''), +(167,'RuleImportAsset',16,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (16)'), +(168,'RuleAction',16,'0',20,'','2024-12-01 14:42:31',0,'',''), +(169,'RuleImportAsset',17,'0',20,'','2024-12-01 14:42:31',0,'',''), +(170,'RuleImportAsset',17,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (61)'), +(171,'RuleCriteria',61,'0',20,'','2024-12-01 14:42:31',0,'',''), +(172,'RuleImportAsset',17,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom est déjà présent Oui (62)'), +(173,'RuleCriteria',62,'0',20,'','2024-12-01 14:42:31',0,'',''), +(174,'RuleImportAsset',17,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom existe Oui (63)'), +(175,'RuleCriteria',63,'0',20,'','2024-12-01 14:42:31',0,'',''), +(176,'RuleImportAsset',17,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (17)'), +(177,'RuleAction',17,'0',20,'','2024-12-01 14:42:31',0,'',''), +(178,'RuleImportAsset',18,'0',20,'','2024-12-01 14:42:31',0,'',''), +(179,'RuleImportAsset',18,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (64)'), +(180,'RuleCriteria',64,'0',20,'','2024-12-01 14:42:31',0,'',''), +(181,'RuleImportAsset',18,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (65)'), +(182,'RuleCriteria',65,'0',20,'','2024-12-01 14:42:31',0,'',''), +(183,'RuleImportAsset',18,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (18)'), +(184,'RuleAction',18,'0',20,'','2024-12-01 14:42:31',0,'',''), +(185,'RuleImportAsset',19,'0',20,'','2024-12-01 14:42:31',0,'',''), +(186,'RuleImportAsset',19,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (66)'), +(187,'RuleCriteria',66,'0',20,'','2024-12-01 14:42:31',0,'',''), +(188,'RuleImportAsset',19,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (67)'), +(189,'RuleCriteria',67,'0',20,'','2024-12-01 14:42:31',0,'',''), +(190,'RuleImportAsset',19,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (19)'), +(191,'RuleAction',19,'0',20,'','2024-12-01 14:42:31',0,'',''), +(192,'RuleImportAsset',20,'0',20,'','2024-12-01 14:42:31',0,'',''), +(193,'RuleImportAsset',20,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (68)'), +(194,'RuleCriteria',68,'0',20,'','2024-12-01 14:42:31',0,'',''), +(195,'RuleImportAsset',20,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (69)'), +(196,'RuleCriteria',69,'0',20,'','2024-12-01 14:42:31',0,'',''), +(197,'RuleImportAsset',20,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (20)'), +(198,'RuleAction',20,'0',20,'','2024-12-01 14:42:31',0,'',''), +(199,'RuleImportAsset',21,'0',20,'','2024-12-01 14:42:31',0,'',''), +(200,'RuleImportAsset',21,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (70)'), +(201,'RuleCriteria',70,'0',20,'','2024-12-01 14:42:31',0,'',''), +(202,'RuleImportAsset',21,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom existe Oui (71)'), +(203,'RuleCriteria',71,'0',20,'','2024-12-01 14:42:31',0,'',''), +(204,'RuleImportAsset',21,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (21)'), +(205,'RuleAction',21,'0',20,'','2024-12-01 14:42:31',0,'',''), +(206,'RuleImportAsset',22,'0',20,'','2024-12-01 14:42:31',0,'',''), +(207,'RuleImportAsset',22,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Ordinateur (72)'), +(208,'RuleCriteria',72,'0',20,'','2024-12-01 14:42:31',0,'',''), +(209,'RuleImportAsset',22,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (22)'), +(210,'RuleAction',22,'0',20,'','2024-12-01 14:42:31',0,'',''), +(211,'RuleImportAsset',23,'0',20,'','2024-12-01 14:42:31',0,'',''), +(212,'RuleImportAsset',23,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Imprimante (73)'), +(213,'RuleCriteria',73,'0',20,'','2024-12-01 14:42:31',0,'',''), +(214,'RuleImportAsset',23,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom n\'existe pas Oui (74)'), +(215,'RuleCriteria',74,'0',20,'','2024-12-01 14:42:31',0,'',''), +(216,'RuleImportAsset',23,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (23)'), +(217,'RuleAction',23,'0',20,'','2024-12-01 14:42:31',0,'',''), +(218,'RuleImportAsset',24,'0',20,'','2024-12-01 14:42:31',0,'',''), +(219,'RuleImportAsset',24,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Imprimante (75)'), +(220,'RuleCriteria',75,'0',20,'','2024-12-01 14:42:31',0,'',''), +(221,'RuleImportAsset',24,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (76)'), +(222,'RuleCriteria',76,'0',20,'','2024-12-01 14:42:31',0,'',''), +(223,'RuleImportAsset',24,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (77)'), +(224,'RuleCriteria',77,'0',20,'','2024-12-01 14:42:31',0,'',''), +(225,'RuleImportAsset',24,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (24)'), +(226,'RuleAction',24,'0',20,'','2024-12-01 14:42:31',0,'',''), +(227,'RuleImportAsset',25,'0',20,'','2024-12-01 14:42:31',0,'',''), +(228,'RuleImportAsset',25,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Imprimante (78)'), +(229,'RuleCriteria',78,'0',20,'','2024-12-01 14:42:31',0,'',''), +(230,'RuleImportAsset',25,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (79)'), +(231,'RuleCriteria',79,'0',20,'','2024-12-01 14:42:31',0,'',''), +(232,'RuleImportAsset',25,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC est déjà présent Oui (80)'), +(233,'RuleCriteria',80,'0',20,'','2024-12-01 14:42:31',0,'',''), +(234,'RuleImportAsset',25,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (25)'), +(235,'RuleAction',25,'0',20,'','2024-12-01 14:42:31',0,'',''), +(236,'RuleImportAsset',26,'0',20,'','2024-12-01 14:42:31',0,'',''), +(237,'RuleImportAsset',26,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Imprimante (81)'), +(238,'RuleCriteria',81,'0',20,'','2024-12-01 14:42:31',0,'',''), +(239,'RuleImportAsset',26,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (82)'), +(240,'RuleCriteria',82,'0',20,'','2024-12-01 14:42:31',0,'',''), +(241,'RuleImportAsset',26,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (26)'), +(242,'RuleAction',26,'0',20,'','2024-12-01 14:42:31',0,'',''), +(243,'RuleImportAsset',27,'0',20,'','2024-12-01 14:42:31',0,'',''), +(244,'RuleImportAsset',27,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Imprimante (83)'), +(245,'RuleCriteria',83,'0',20,'','2024-12-01 14:42:31',0,'',''), +(246,'RuleImportAsset',27,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (84)'), +(247,'RuleCriteria',84,'0',20,'','2024-12-01 14:42:31',0,'',''), +(248,'RuleImportAsset',27,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (27)'), +(249,'RuleAction',27,'0',20,'','2024-12-01 14:42:31',0,'',''), +(250,'RuleImportAsset',28,'0',20,'','2024-12-01 14:42:31',0,'',''), +(251,'RuleImportAsset',28,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Imprimante (85)'), +(252,'RuleCriteria',85,'0',20,'','2024-12-01 14:42:31',0,'',''), +(253,'RuleImportAsset',28,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (28)'), +(254,'RuleAction',28,'0',20,'','2024-12-01 14:42:31',0,'',''), +(255,'RuleImportAsset',29,'0',20,'','2024-12-01 14:42:31',0,'',''), +(256,'RuleImportAsset',29,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Matériel réseau (86)'), +(257,'RuleCriteria',86,'0',20,'','2024-12-01 14:42:31',0,'',''), +(258,'RuleImportAsset',29,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom n\'existe pas Oui (87)'), +(259,'RuleCriteria',87,'0',20,'','2024-12-01 14:42:31',0,'',''), +(260,'RuleImportAsset',29,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (29)'), +(261,'RuleAction',29,'0',20,'','2024-12-01 14:42:31',0,'',''), +(262,'RuleImportAsset',30,'0',20,'','2024-12-01 14:42:31',0,'',''), +(263,'RuleImportAsset',30,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Matériel réseau (88)'), +(264,'RuleCriteria',88,'0',20,'','2024-12-01 14:42:31',0,'',''), +(265,'RuleImportAsset',30,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (89)'), +(266,'RuleCriteria',89,'0',20,'','2024-12-01 14:42:31',0,'',''), +(267,'RuleImportAsset',30,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (90)'), +(268,'RuleCriteria',90,'0',20,'','2024-12-01 14:42:31',0,'',''), +(269,'RuleImportAsset',30,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (30)'), +(270,'RuleAction',30,'0',20,'','2024-12-01 14:42:31',0,'',''), +(271,'RuleImportAsset',31,'0',20,'','2024-12-01 14:42:31',0,'',''), +(272,'RuleImportAsset',31,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Matériel réseau (91)'), +(273,'RuleCriteria',91,'0',20,'','2024-12-01 14:42:31',0,'',''), +(274,'RuleImportAsset',31,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (92)'), +(275,'RuleCriteria',92,'0',20,'','2024-12-01 14:42:31',0,'',''), +(276,'RuleImportAsset',31,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC est déjà présent Oui (93)'), +(277,'RuleCriteria',93,'0',20,'','2024-12-01 14:42:31',0,'',''), +(278,'RuleImportAsset',31,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (31)'), +(279,'RuleAction',31,'0',20,'','2024-12-01 14:42:31',0,'',''), +(280,'RuleImportAsset',32,'0',20,'','2024-12-01 14:42:31',0,'',''), +(281,'RuleImportAsset',32,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Matériel réseau (94)'), +(282,'RuleCriteria',94,'0',20,'','2024-12-01 14:42:31',0,'',''), +(283,'RuleImportAsset',32,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (95)'), +(284,'RuleCriteria',95,'0',20,'','2024-12-01 14:42:31',0,'',''), +(285,'RuleImportAsset',32,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (32)'), +(286,'RuleAction',32,'0',20,'','2024-12-01 14:42:31',0,'',''), +(287,'RuleImportAsset',33,'0',20,'','2024-12-01 14:42:31',0,'',''), +(288,'RuleImportAsset',33,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Matériel réseau (96)'), +(289,'RuleCriteria',96,'0',20,'','2024-12-01 14:42:31',0,'',''), +(290,'RuleImportAsset',33,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (97)'), +(291,'RuleCriteria',97,'0',20,'','2024-12-01 14:42:31',0,'',''), +(292,'RuleImportAsset',33,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (33)'), +(293,'RuleAction',33,'0',20,'','2024-12-01 14:42:31',0,'',''), +(294,'RuleImportAsset',34,'0',20,'','2024-12-01 14:42:31',0,'',''), +(295,'RuleImportAsset',34,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Matériel réseau (98)'), +(296,'RuleCriteria',98,'0',20,'','2024-12-01 14:42:31',0,'',''), +(297,'RuleImportAsset',34,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (34)'), +(298,'RuleAction',34,'0',20,'','2024-12-01 14:42:31',0,'',''), +(299,'RuleImportAsset',35,'0',20,'','2024-12-01 14:42:31',0,'',''), +(300,'RuleImportAsset',35,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Peripheral (99)'), +(301,'RuleCriteria',99,'0',20,'','2024-12-01 14:42:31',0,'',''), +(302,'RuleImportAsset',35,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (100)'), +(303,'RuleCriteria',100,'0',20,'','2024-12-01 14:42:31',0,'',''), +(304,'RuleImportAsset',35,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (101)'), +(305,'RuleCriteria',101,'0',20,'','2024-12-01 14:42:31',0,'',''), +(306,'RuleImportAsset',35,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (35)'), +(307,'RuleAction',35,'0',20,'','2024-12-01 14:42:31',0,'',''), +(308,'RuleImportAsset',36,'0',20,'','2024-12-01 14:42:31',0,'',''), +(309,'RuleImportAsset',36,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Peripheral (102)'), +(310,'RuleCriteria',102,'0',20,'','2024-12-01 14:42:31',0,'',''), +(311,'RuleImportAsset',36,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (103)'), +(312,'RuleCriteria',103,'0',20,'','2024-12-01 14:42:31',0,'',''), +(313,'RuleImportAsset',36,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (36)'), +(314,'RuleAction',36,'0',20,'','2024-12-01 14:42:31',0,'',''), +(315,'RuleImportAsset',37,'0',20,'','2024-12-01 14:42:31',0,'',''), +(316,'RuleImportAsset',37,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Peripheral (104)'), +(317,'RuleCriteria',104,'0',20,'','2024-12-01 14:42:31',0,'',''), +(318,'RuleImportAsset',37,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (37)'), +(319,'RuleAction',37,'0',20,'','2024-12-01 14:42:31',0,'',''), +(320,'RuleImportAsset',38,'0',20,'','2024-12-01 14:42:31',0,'',''), +(321,'RuleImportAsset',38,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Moniteur (105)'), +(322,'RuleCriteria',105,'0',20,'','2024-12-01 14:42:31',0,'',''), +(323,'RuleImportAsset',38,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (106)'), +(324,'RuleCriteria',106,'0',20,'','2024-12-01 14:42:31',0,'',''), +(325,'RuleImportAsset',38,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (107)'), +(326,'RuleCriteria',107,'0',20,'','2024-12-01 14:42:31',0,'',''), +(327,'RuleImportAsset',38,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (38)'), +(328,'RuleAction',38,'0',20,'','2024-12-01 14:42:31',0,'',''), +(329,'RuleImportAsset',39,'0',20,'','2024-12-01 14:42:31',0,'',''), +(330,'RuleImportAsset',39,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Moniteur (108)'), +(331,'RuleCriteria',108,'0',20,'','2024-12-01 14:42:31',0,'',''), +(332,'RuleImportAsset',39,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (109)'), +(333,'RuleCriteria',109,'0',20,'','2024-12-01 14:42:31',0,'',''), +(334,'RuleImportAsset',39,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (39)'), +(335,'RuleAction',39,'0',20,'','2024-12-01 14:42:31',0,'',''), +(336,'RuleImportAsset',40,'0',20,'','2024-12-01 14:42:31',0,'',''), +(337,'RuleImportAsset',40,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Moniteur (110)'), +(338,'RuleCriteria',110,'0',20,'','2024-12-01 14:42:31',0,'',''), +(339,'RuleImportAsset',40,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (40)'), +(340,'RuleAction',40,'0',20,'','2024-12-01 14:42:31',0,'',''), +(341,'RuleImportAsset',41,'0',20,'','2024-12-01 14:42:31',0,'',''), +(342,'RuleImportAsset',41,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (111)'), +(343,'RuleCriteria',111,'0',20,'','2024-12-01 14:42:31',0,'',''), +(344,'RuleImportAsset',41,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom n\'existe pas Oui (112)'), +(345,'RuleCriteria',112,'0',20,'','2024-12-01 14:42:31',0,'',''), +(346,'RuleImportAsset',41,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (41)'), +(347,'RuleAction',41,'0',20,'','2024-12-01 14:42:31',0,'',''), +(348,'RuleImportAsset',42,'0',20,'','2024-12-01 14:42:31',0,'',''), +(349,'RuleImportAsset',42,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (113)'), +(350,'RuleCriteria',113,'0',20,'','2024-12-01 14:42:31',0,'',''), +(351,'RuleImportAsset',42,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (114)'), +(352,'RuleCriteria',114,'0',20,'','2024-12-01 14:42:31',0,'',''), +(353,'RuleImportAsset',42,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (115)'), +(354,'RuleCriteria',115,'0',20,'','2024-12-01 14:42:31',0,'',''), +(355,'RuleImportAsset',42,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID est déjà présent Oui (116)'), +(356,'RuleCriteria',116,'0',20,'','2024-12-01 14:42:31',0,'',''), +(357,'RuleImportAsset',42,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (117)'), +(358,'RuleCriteria',117,'0',20,'','2024-12-01 14:42:31',0,'',''), +(359,'RuleImportAsset',42,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (42)'), +(360,'RuleAction',42,'0',20,'','2024-12-01 14:42:31',0,'',''), +(361,'RuleImportAsset',43,'0',20,'','2024-12-01 14:42:31',0,'',''), +(362,'RuleImportAsset',43,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (118)'), +(363,'RuleCriteria',118,'0',20,'','2024-12-01 14:42:31',0,'',''), +(364,'RuleImportAsset',43,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (119)'), +(365,'RuleCriteria',119,'0',20,'','2024-12-01 14:42:31',0,'',''), +(366,'RuleImportAsset',43,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (120)'), +(367,'RuleCriteria',120,'0',20,'','2024-12-01 14:42:31',0,'',''), +(368,'RuleImportAsset',43,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID est vide Oui (121)'), +(369,'RuleCriteria',121,'0',20,'','2024-12-01 14:42:31',0,'',''), +(370,'RuleImportAsset',43,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (43)'), +(371,'RuleAction',43,'0',20,'','2024-12-01 14:42:31',0,'',''), +(372,'RuleImportAsset',44,'0',20,'','2024-12-01 14:42:31',0,'',''), +(373,'RuleImportAsset',44,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (122)'), +(374,'RuleCriteria',122,'0',20,'','2024-12-01 14:42:31',0,'',''), +(375,'RuleImportAsset',44,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (123)'), +(376,'RuleCriteria',123,'0',20,'','2024-12-01 14:42:31',0,'',''), +(377,'RuleImportAsset',44,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (124)'), +(378,'RuleCriteria',124,'0',20,'','2024-12-01 14:42:31',0,'',''), +(379,'RuleImportAsset',44,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (44)'), +(380,'RuleAction',44,'0',20,'','2024-12-01 14:42:31',0,'',''), +(381,'RuleImportAsset',45,'0',20,'','2024-12-01 14:42:31',0,'',''), +(382,'RuleImportAsset',45,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (125)'), +(383,'RuleCriteria',125,'0',20,'','2024-12-01 14:42:31',0,'',''), +(384,'RuleImportAsset',45,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (126)'), +(385,'RuleCriteria',126,'0',20,'','2024-12-01 14:42:31',0,'',''), +(386,'RuleImportAsset',45,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (127)'), +(387,'RuleCriteria',127,'0',20,'','2024-12-01 14:42:31',0,'',''), +(388,'RuleImportAsset',45,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (45)'), +(389,'RuleAction',45,'0',20,'','2024-12-01 14:42:31',0,'',''), +(390,'RuleImportAsset',46,'0',20,'','2024-12-01 14:42:31',0,'',''), +(391,'RuleImportAsset',46,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (128)'), +(392,'RuleCriteria',128,'0',20,'','2024-12-01 14:42:31',0,'',''), +(393,'RuleImportAsset',46,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID est déjà présent Oui (129)'), +(394,'RuleCriteria',129,'0',20,'','2024-12-01 14:42:31',0,'',''), +(395,'RuleImportAsset',46,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (130)'), +(396,'RuleCriteria',130,'0',20,'','2024-12-01 14:42:31',0,'',''), +(397,'RuleImportAsset',46,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (46)'), +(398,'RuleAction',46,'0',20,'','2024-12-01 14:42:31',0,'',''), +(399,'RuleImportAsset',47,'0',20,'','2024-12-01 14:42:31',0,'',''), +(400,'RuleImportAsset',47,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (131)'), +(401,'RuleCriteria',131,'0',20,'','2024-12-01 14:42:31',0,'',''), +(402,'RuleImportAsset',47,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC est déjà présent Oui (132)'), +(403,'RuleCriteria',132,'0',20,'','2024-12-01 14:42:31',0,'',''), +(404,'RuleImportAsset',47,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (133)'), +(405,'RuleCriteria',133,'0',20,'','2024-12-01 14:42:31',0,'',''), +(406,'RuleImportAsset',47,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (47)'), +(407,'RuleAction',47,'0',20,'','2024-12-01 14:42:31',0,'',''), +(408,'RuleImportAsset',48,'0',20,'','2024-12-01 14:42:31',0,'',''), +(409,'RuleImportAsset',48,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (134)'), +(410,'RuleCriteria',134,'0',20,'','2024-12-01 14:42:31',0,'',''), +(411,'RuleImportAsset',48,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom est déjà présent Oui (135)'), +(412,'RuleCriteria',135,'0',20,'','2024-12-01 14:42:31',0,'',''), +(413,'RuleImportAsset',48,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom existe Oui (136)'), +(414,'RuleCriteria',136,'0',20,'','2024-12-01 14:42:31',0,'',''), +(415,'RuleImportAsset',48,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (48)'), +(416,'RuleAction',48,'0',20,'','2024-12-01 14:42:31',0,'',''), +(417,'RuleImportAsset',49,'0',20,'','2024-12-01 14:42:31',0,'',''), +(418,'RuleImportAsset',49,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (137)'), +(419,'RuleCriteria',137,'0',20,'','2024-12-01 14:42:31',0,'',''), +(420,'RuleImportAsset',49,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (138)'), +(421,'RuleCriteria',138,'0',20,'','2024-12-01 14:42:31',0,'',''), +(422,'RuleImportAsset',49,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (49)'), +(423,'RuleAction',49,'0',20,'','2024-12-01 14:42:31',0,'',''), +(424,'RuleImportAsset',50,'0',20,'','2024-12-01 14:42:31',0,'',''), +(425,'RuleImportAsset',50,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (139)'), +(426,'RuleCriteria',139,'0',20,'','2024-12-01 14:42:31',0,'',''), +(427,'RuleImportAsset',50,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (140)'), +(428,'RuleCriteria',140,'0',20,'','2024-12-01 14:42:31',0,'',''), +(429,'RuleImportAsset',50,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (50)'), +(430,'RuleAction',50,'0',20,'','2024-12-01 14:42:31',0,'',''), +(431,'RuleImportAsset',51,'0',20,'','2024-12-01 14:42:31',0,'',''), +(432,'RuleImportAsset',51,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (141)'), +(433,'RuleCriteria',141,'0',20,'','2024-12-01 14:42:31',0,'',''), +(434,'RuleImportAsset',51,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (142)'), +(435,'RuleCriteria',142,'0',20,'','2024-12-01 14:42:31',0,'',''), +(436,'RuleImportAsset',51,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (51)'), +(437,'RuleAction',51,'0',20,'','2024-12-01 14:42:31',0,'',''), +(438,'RuleImportAsset',52,'0',20,'','2024-12-01 14:42:31',0,'',''), +(439,'RuleImportAsset',52,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (143)'), +(440,'RuleCriteria',143,'0',20,'','2024-12-01 14:42:31',0,'',''), +(441,'RuleImportAsset',52,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom existe Oui (144)'), +(442,'RuleCriteria',144,'0',20,'','2024-12-01 14:42:31',0,'',''), +(443,'RuleImportAsset',52,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (52)'), +(444,'RuleAction',52,'0',20,'','2024-12-01 14:42:31',0,'',''), +(445,'RuleImportAsset',53,'0',20,'','2024-12-01 14:42:31',0,'',''), +(446,'RuleImportAsset',53,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Téléphone (145)'), +(447,'RuleCriteria',145,'0',20,'','2024-12-01 14:42:31',0,'',''), +(448,'RuleImportAsset',53,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (53)'), +(449,'RuleAction',53,'0',20,'','2024-12-01 14:42:31',0,'',''), +(450,'RuleImportAsset',54,'0',20,'','2024-12-01 14:42:31',0,'',''), +(451,'RuleImportAsset',54,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Cluster (146)'), +(452,'RuleCriteria',146,'0',20,'','2024-12-01 14:42:31',0,'',''), +(453,'RuleImportAsset',54,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (147)'), +(454,'RuleCriteria',147,'0',20,'','2024-12-01 14:42:31',0,'',''), +(455,'RuleImportAsset',54,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID est déjà présent Oui (148)'), +(456,'RuleCriteria',148,'0',20,'','2024-12-01 14:42:31',0,'',''), +(457,'RuleImportAsset',54,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (54)'), +(458,'RuleAction',54,'0',20,'','2024-12-01 14:42:31',0,'',''), +(459,'RuleImportAsset',55,'0',20,'','2024-12-01 14:42:31',0,'',''), +(460,'RuleImportAsset',55,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Cluster (149)'), +(461,'RuleCriteria',149,'0',20,'','2024-12-01 14:42:31',0,'',''), +(462,'RuleImportAsset',55,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > UUID existe Oui (150)'), +(463,'RuleCriteria',150,'0',20,'','2024-12-01 14:42:31',0,'',''), +(464,'RuleImportAsset',55,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (55)'), +(465,'RuleAction',55,'0',20,'','2024-12-01 14:42:31',0,'',''), +(466,'RuleImportAsset',56,'0',20,'','2024-12-01 14:42:31',0,'',''), +(467,'RuleImportAsset',56,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Cluster (151)'), +(468,'RuleCriteria',151,'0',20,'','2024-12-01 14:42:31',0,'',''), +(469,'RuleImportAsset',56,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (56)'), +(470,'RuleAction',56,'0',20,'','2024-12-01 14:42:31',0,'',''), +(471,'RuleImportAsset',57,'0',20,'','2024-12-01 14:42:31',0,'',''), +(472,'RuleImportAsset',57,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Châssis (152)'), +(473,'RuleCriteria',152,'0',20,'','2024-12-01 14:42:31',0,'',''), +(474,'RuleImportAsset',57,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (153)'), +(475,'RuleCriteria',153,'0',20,'','2024-12-01 14:42:31',0,'',''), +(476,'RuleImportAsset',57,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (154)'), +(477,'RuleCriteria',154,'0',20,'','2024-12-01 14:42:31',0,'',''), +(478,'RuleImportAsset',57,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (57)'), +(479,'RuleAction',57,'0',20,'','2024-12-01 14:42:31',0,'',''), +(480,'RuleImportAsset',58,'0',20,'','2024-12-01 14:42:31',0,'',''), +(481,'RuleImportAsset',58,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Châssis (155)'), +(482,'RuleCriteria',155,'0',20,'','2024-12-01 14:42:31',0,'',''), +(483,'RuleImportAsset',58,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (156)'), +(484,'RuleCriteria',156,'0',20,'','2024-12-01 14:42:31',0,'',''), +(485,'RuleImportAsset',58,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (58)'), +(486,'RuleAction',58,'0',20,'','2024-12-01 14:42:31',0,'',''), +(487,'RuleImportAsset',59,'0',20,'','2024-12-01 14:42:31',0,'',''), +(488,'RuleImportAsset',59,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Châssis (157)'), +(489,'RuleCriteria',157,'0',20,'','2024-12-01 14:42:31',0,'',''), +(490,'RuleImportAsset',59,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (59)'), +(491,'RuleAction',59,'0',20,'','2024-12-01 14:42:31',0,'',''), +(492,'RuleImportAsset',60,'0',20,'','2024-12-01 14:42:31',0,'',''), +(493,'RuleImportAsset',60,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom n\'existe pas Oui (158)'), +(494,'RuleCriteria',158,'0',20,'','2024-12-01 14:42:31',0,'',''), +(495,'RuleImportAsset',60,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (60)'), +(496,'RuleAction',60,'0',20,'','2024-12-01 14:42:31',0,'',''), +(497,'RuleImportAsset',61,'0',20,'','2024-12-01 14:42:31',0,'',''), +(498,'RuleImportAsset',61,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (159)'), +(499,'RuleCriteria',159,'0',20,'','2024-12-01 14:42:31',0,'',''), +(500,'RuleImportAsset',61,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série est déjà présent Oui (160)'), +(501,'RuleCriteria',160,'0',20,'','2024-12-01 14:42:31',0,'',''), +(502,'RuleImportAsset',61,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (61)'), +(503,'RuleAction',61,'0',20,'','2024-12-01 14:42:31',0,'',''), +(504,'RuleImportAsset',62,'0',20,'','2024-12-01 14:42:31',0,'',''), +(505,'RuleImportAsset',62,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (161)'), +(506,'RuleCriteria',161,'0',20,'','2024-12-01 14:42:31',0,'',''), +(507,'RuleImportAsset',62,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC est déjà présent Oui (162)'), +(508,'RuleCriteria',162,'0',20,'','2024-12-01 14:42:31',0,'',''), +(509,'RuleImportAsset',62,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (62)'), +(510,'RuleAction',62,'0',20,'','2024-12-01 14:42:31',0,'',''), +(511,'RuleImportAsset',63,'0',20,'','2024-12-01 14:42:31',0,'',''), +(512,'RuleImportAsset',63,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Numéro de série existe Oui (163)'), +(513,'RuleCriteria',163,'0',20,'','2024-12-01 14:42:31',0,'',''), +(514,'RuleImportAsset',63,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (63)'), +(515,'RuleAction',63,'0',20,'','2024-12-01 14:42:31',0,'',''), +(516,'RuleImportAsset',64,'0',20,'','2024-12-01 14:42:31',0,'',''), +(517,'RuleImportAsset',64,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Port réseau > MAC existe Oui (164)'), +(518,'RuleCriteria',164,'0',20,'','2024-12-01 14:42:31',0,'',''), +(519,'RuleImportAsset',64,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (64)'), +(520,'RuleAction',64,'0',20,'','2024-12-01 14:42:31',0,'',''), +(521,'RuleImportAsset',65,'0',20,'','2024-12-01 14:42:31',0,'',''), +(522,'RuleImportAsset',65,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Aucun itemtype défini (165)'), +(523,'RuleCriteria',165,'0',20,'','2024-12-01 14:42:31',0,'',''), +(524,'RuleImportAsset',65,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (65)'), +(525,'RuleAction',65,'0',20,'','2024-12-01 14:42:31',0,'',''), +(526,'RuleImportAsset',66,'0',20,'','2024-12-01 14:42:31',0,'',''), +(527,'RuleImportAsset',66,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Instance de base de données (166)'), +(528,'RuleCriteria',166,'0',20,'','2024-12-01 14:42:31',0,'',''), +(529,'RuleImportAsset',66,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom existe Oui (167)'), +(530,'RuleCriteria',167,'0',20,'','2024-12-01 14:42:31',0,'',''), +(531,'RuleImportAsset',66,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom est déjà présent Oui (168)'), +(532,'RuleCriteria',168,'0',20,'','2024-12-01 14:42:31',0,'',''), +(533,'RuleImportAsset',66,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Élément lié est déjà présent Oui (169)'), +(534,'RuleCriteria',169,'0',20,'','2024-12-01 14:42:31',0,'',''), +(535,'RuleImportAsset',66,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (66)'), +(536,'RuleAction',66,'0',20,'','2024-12-01 14:42:31',0,'',''), +(537,'RuleImportAsset',67,'0',20,'','2024-12-01 14:42:31',0,'',''), +(538,'RuleImportAsset',67,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Instance de base de données (170)'), +(539,'RuleCriteria',170,'0',20,'','2024-12-01 14:42:31',0,'',''), +(540,'RuleImportAsset',67,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom existe Oui (171)'), +(541,'RuleCriteria',171,'0',20,'','2024-12-01 14:42:31',0,'',''), +(542,'RuleImportAsset',67,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (67)'), +(543,'RuleAction',67,'0',20,'','2024-12-01 14:42:31',0,'',''), +(544,'RuleImportAsset',68,'0',20,'','2024-12-01 14:42:31',0,'',''), +(545,'RuleImportAsset',68,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Instance de base de données (172)'), +(546,'RuleCriteria',172,'0',20,'','2024-12-01 14:42:31',0,'',''), +(547,'RuleImportAsset',68,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (68)'), +(548,'RuleAction',68,'0',20,'','2024-12-01 14:42:31',0,'',''), +(549,'RuleImportAsset',69,'0',20,'','2024-12-01 14:42:31',0,'',''), +(550,'RuleImportAsset',69,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Unmanaged asset (173)'), +(551,'RuleCriteria',173,'0',20,'','2024-12-01 14:42:31',0,'',''), +(552,'RuleImportAsset',69,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom existe Oui (174)'), +(553,'RuleCriteria',174,'0',20,'','2024-12-01 14:42:31',0,'',''), +(554,'RuleImportAsset',69,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom est déjà présent Oui (175)'), +(555,'RuleCriteria',175,'0',20,'','2024-12-01 14:42:31',0,'',''), +(556,'RuleImportAsset',69,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (69)'), +(557,'RuleAction',69,'0',20,'','2024-12-01 14:42:31',0,'',''), +(558,'RuleImportAsset',70,'0',20,'','2024-12-01 14:42:31',0,'',''), +(559,'RuleImportAsset',70,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Unmanaged asset (176)'), +(560,'RuleCriteria',176,'0',20,'','2024-12-01 14:42:31',0,'',''), +(561,'RuleImportAsset',70,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Nom existe Oui (177)'), +(562,'RuleCriteria',177,'0',20,'','2024-12-01 14:42:31',0,'',''), +(563,'RuleImportAsset',70,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lien vers l\'inventaire Assigner Liaison si possible (70)'), +(564,'RuleAction',70,'0',20,'','2024-12-01 14:42:31',0,'',''), +(565,'RuleImportAsset',71,'0',20,'','2024-12-01 14:42:31',0,'',''), +(566,'RuleImportAsset',71,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Parc > Type d\'élément est Unmanaged asset (178)'), +(567,'RuleCriteria',178,'0',20,'','2024-12-01 14:42:31',0,'',''), +(568,'RuleImportAsset',71,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser l\'import Assigner Oui (71)'), +(569,'RuleAction',71,'0',20,'','2024-12-01 14:42:31',0,'',''), +(570,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections []','[\"RuleImportAssetCollection\"]'), +(571,'RuleMailCollector',72,'0',20,'','2024-12-01 14:42:31',0,'',''), +(572,'RuleMailCollector',72,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Entête Subject du courriel expression rationnelle vérifie /.*/ (179)'), +(573,'RuleCriteria',179,'0',20,'','2024-12-01 14:42:31',0,'',''), +(574,'RuleMailCollector',72,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Entité Assigner Entité racine (72)'), +(575,'RuleAction',72,'0',20,'','2024-12-01 14:42:31',0,'',''), +(576,'RuleMailCollector',73,'0',20,'','2024-12-01 14:42:31',0,'',''), +(577,'RuleMailCollector',73,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Entête X-Auto-Response-Suppress du courriel expression rationnelle vérifie /S+/ (180)'), +(578,'RuleCriteria',180,'0',20,'','2024-12-01 14:42:31',0,'',''), +(579,'RuleMailCollector',73,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser le courriel (sans adresse de réponse) Assigner Oui (73)'), +(580,'RuleAction',73,'0',20,'','2024-12-01 14:42:31',0,'',''), +(581,'RuleMailCollector',74,'0',20,'','2024-12-01 14:42:31',0,'',''), +(582,'RuleMailCollector',74,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Entête Auto-Submitted du courriel expression rationnelle vérifie /^(?!.*no).+$/i (181)'), +(583,'RuleCriteria',181,'0',20,'','2024-12-01 14:42:31',0,'',''), +(584,'RuleMailCollector',74,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Refuser le courriel (sans adresse de réponse) Assigner Oui (74)'), +(585,'RuleAction',74,'0',20,'','2024-12-01 14:42:31',0,'',''), +(586,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections [\"RuleImportAssetCollection\"]','[\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\"]'), +(587,'RuleRight',75,'0',20,'','2024-12-01 14:42:31',0,'',''), +(588,'RuleRight',75,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Type d\'authentification est Annuaire LDAP : (182)'), +(589,'RuleCriteria',182,'0',20,'','2024-12-01 14:42:31',0,'',''), +(590,'RuleRight',75,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Type d\'authentification est Serveur de messagerie : (183)'), +(591,'RuleCriteria',183,'0',20,'','2024-12-01 14:42:31',0,'',''), +(592,'RuleRight',75,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Entité Assigner Entité racine (75)'), +(593,'RuleAction',75,'0',20,'','2024-12-01 14:42:31',0,'',''), +(594,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections [\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\"]','[\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\"]'), +(595,'RuleSoftwareCategory',76,'0',20,'','2024-12-01 14:42:31',0,'',''), +(596,'RuleSoftwareCategory',76,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Logiciels est * (184)'), +(597,'RuleCriteria',184,'0',20,'','2024-12-01 14:42:31',0,'',''), +(598,'RuleSoftwareCategory',76,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Importer les catégories depuis l\'outil d\'inventaire Assigner Oui (76)'), +(599,'RuleAction',76,'0',20,'','2024-12-01 14:42:31',0,'',''), +(600,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections [\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\"]','[\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\"]'), +(601,'RuleTicket',77,'0',20,'','2024-12-01 14:42:31',0,'',''), +(602,'RuleTicket',77,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Lieu du ticket n\'existe pas Oui (185)'), +(603,'RuleCriteria',185,'0',20,'','2024-12-01 14:42:31',0,'',''), +(604,'RuleTicket',77,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Lieu de l\'élément existe Oui (186)'), +(605,'RuleCriteria',186,'0',20,'','2024-12-01 14:42:31',0,'',''), +(606,'RuleTicket',77,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lieu Copier depuis l\'élément Oui (77)'), +(607,'RuleAction',77,'0',20,'','2024-12-01 14:42:31',0,'',''), +(608,'RuleTicket',78,'0',20,'','2024-12-01 14:42:31',0,'',''), +(609,'RuleTicket',78,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Lieu du ticket n\'existe pas Oui (187)'), +(610,'RuleCriteria',187,'0',20,'','2024-12-01 14:42:31',0,'',''), +(611,'RuleTicket',78,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Lieu du demandeur existe Oui (188)'), +(612,'RuleCriteria',188,'0',20,'','2024-12-01 14:42:31',0,'',''), +(613,'RuleTicket',78,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Lieu Copier depuis l\'utilisateur Oui (78)'), +(614,'RuleAction',78,'0',20,'','2024-12-01 14:42:31',0,'',''), +(615,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections [\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\"]','[\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\"]'), +(616,'RuleAsset',79,'0',20,'','2024-12-01 14:42:31',0,'',''), +(617,'RuleAsset',79,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Type d\'élément est Ordinateur (189)'), +(618,'RuleCriteria',189,'0',20,'','2024-12-01 14:42:31',0,'',''), +(619,'RuleAsset',79,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Inventaire automatique est Oui (190)'), +(620,'RuleCriteria',190,'0',20,'','2024-12-01 14:42:31',0,'',''), +(621,'RuleAsset',79,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Usager expression rationnelle vérifie /(.*)@/ (191)'), +(622,'RuleCriteria',191,'0',20,'','2024-12-01 14:42:31',0,'',''), +(623,'RuleAsset',79,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Informations de contact basées sur l\'utilisateur Assigner valeur depuis l\'expression régulière #0 (79)'), +(624,'RuleAction',79,'0',20,'','2024-12-01 14:42:31',0,'',''), +(625,'RuleAsset',80,'0',20,'','2024-12-01 14:42:31',0,'',''), +(626,'RuleAsset',80,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Type d\'élément est Ordinateur (192)'), +(627,'RuleCriteria',192,'0',20,'','2024-12-01 14:42:31',0,'',''), +(628,'RuleAsset',80,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Inventaire automatique est Oui (193)'), +(629,'RuleCriteria',193,'0',20,'','2024-12-01 14:42:31',0,'',''), +(630,'RuleAsset',80,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Usager expression rationnelle vérifie /(.*)[,|/]/ (194)'), +(631,'RuleCriteria',194,'0',20,'','2024-12-01 14:42:31',0,'',''), +(632,'RuleAsset',80,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Informations de contact basées sur l\'utilisateur Assigner valeur depuis l\'expression régulière #0 (80)'), +(633,'RuleAction',80,'0',20,'','2024-12-01 14:42:31',0,'',''), +(634,'RuleAsset',81,'0',20,'','2024-12-01 14:42:31',0,'',''), +(635,'RuleAsset',81,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Type d\'élément est Ordinateur (195)'), +(636,'RuleCriteria',195,'0',20,'','2024-12-01 14:42:31',0,'',''), +(637,'RuleAsset',81,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Inventaire automatique est Oui (196)'), +(638,'RuleCriteria',196,'0',20,'','2024-12-01 14:42:31',0,'',''), +(639,'RuleAsset',81,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Usager expression rationnelle vérifie /(.*)/ (197)'), +(640,'RuleCriteria',197,'0',20,'','2024-12-01 14:42:31',0,'',''), +(641,'RuleAsset',81,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Informations de contact basées sur l\'utilisateur Assigner valeur depuis l\'expression régulière #0 (81)'), +(642,'RuleAction',81,'0',20,'','2024-12-01 14:42:31',0,'',''), +(643,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections [\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\"]','[\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\",\"RuleAssetCollection\"]'), +(644,'RuleDictionnaryOperatingSystem',82,'0',20,'','2024-12-01 14:42:31',0,'',''), +(645,'RuleDictionnaryOperatingSystem',82,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Indisponible expression rationnelle vérifie /(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle|Amazon Linux)(?:D+|)([d.]*) ?(?:(?([w ]+))?)?/ (198)'), +(646,'RuleCriteria',198,'0',20,'','2024-12-01 14:42:31',0,'',''), +(647,'RuleDictionnaryOperatingSystem',82,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation Ajouter le résultat de l\'expression régulière #0 (82)'), +(648,'RuleAction',82,'0',20,'','2024-12-01 14:42:31',0,'',''), +(649,'RuleDictionnaryOperatingSystem',83,'0',20,'','2024-12-01 14:42:31',0,'',''), +(650,'RuleDictionnaryOperatingSystem',83,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Indisponible expression rationnelle vérifie /(Microsoft)(?>(R)|®)? (Windows) (XP|d.d|d{1,4}|Vista)(™)? ?(.*)/ (199)'), +(651,'RuleCriteria',199,'0',20,'','2024-12-01 14:42:31',0,'',''), +(652,'RuleDictionnaryOperatingSystem',83,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation Ajouter le résultat de l\'expression régulière #1 (83)'), +(653,'RuleAction',83,'0',20,'','2024-12-01 14:42:31',0,'',''), +(654,'RuleDictionnaryOperatingSystem',84,'0',20,'','2024-12-01 14:42:31',0,'',''), +(655,'RuleDictionnaryOperatingSystem',84,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Indisponible expression rationnelle vérifie /(Microsoft)(?>(R)|®)? (?:(Hyper-V|Windows)(?:(R))?) ((?:Server|))(?:(R)|®)? (d{4}(?: R2)?)(?:[,s]++)?([^s]*)(?: Edition(?: x64)?)?$'), +(656,'RuleCriteria',200,'0',20,'','2024-12-01 14:42:31',0,'',''), +(657,'RuleDictionnaryOperatingSystem',84,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation Ajouter le résultat de l\'expression régulière #1 #2 (84)'), +(658,'RuleAction',84,'0',20,'','2024-12-01 14:42:31',0,'',''), +(659,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections [\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\",\"RuleAssetCol','[\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\",\"RuleAssetCollection\",\"RuleDictionnaryOpera'), +(660,'RuleDictionnaryOperatingSystemVersion',85,'0',20,'','2024-12-01 14:42:31',0,'',''), +(661,'RuleDictionnaryOperatingSystemVersion',85,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation expression rationnelle vérifie /(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle)(?:D+|)([d.]+) ?(?:(?([w ]+))?)?/ (201)'), +(662,'RuleCriteria',201,'0',20,'','2024-12-01 14:42:31',0,'',''), +(663,'RuleDictionnaryOperatingSystemVersion',85,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Version Ajouter le résultat de l\'expression régulière #1 (85)'), +(664,'RuleAction',85,'0',20,'','2024-12-01 14:42:31',0,'',''), +(665,'RuleDictionnaryOperatingSystemVersion',86,'0',20,'','2024-12-01 14:42:31',0,'',''), +(666,'RuleDictionnaryOperatingSystemVersion',86,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation expression rationnelle vérifie /(Microsoft)(?>(R)|®)? (Windows) (XP|d.d|d{1,4}|Vista)(™)? ?(.*)/ (202)'), +(667,'RuleCriteria',202,'0',20,'','2024-12-01 14:42:31',0,'',''), +(668,'RuleDictionnaryOperatingSystemVersion',86,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Version Ajouter le résultat de l\'expression régulière #2 (86)'), +(669,'RuleAction',86,'0',20,'','2024-12-01 14:42:31',0,'',''), +(670,'RuleDictionnaryOperatingSystemVersion',87,'0',20,'','2024-12-01 14:42:31',0,'',''), +(671,'RuleDictionnaryOperatingSystemVersion',87,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation expression rationnelle vérifie /(Microsoft)(?>(R)|®)? (?:(Hyper-V|Windows)(?:(R))?) ((?:Server|))(?:(R)|®)? (d{4}(?: R2)?)(?:[,s]++)?([^s]*)(?: Edition(?'), +(672,'RuleCriteria',203,'0',20,'','2024-12-01 14:42:31',0,'',''), +(673,'RuleDictionnaryOperatingSystemVersion',87,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Version Ajouter le résultat de l\'expression régulière #3 (87)'), +(674,'RuleAction',87,'0',20,'','2024-12-01 14:42:31',0,'',''), +(675,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections [\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\",\"RuleAssetCol','[\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\",\"RuleAssetCollection\",\"RuleDictionnaryOpera'), +(676,'RuleDictionnaryOperatingSystemEdition',88,'0',20,'','2024-12-01 14:42:31',0,'',''), +(677,'RuleDictionnaryOperatingSystemEdition',88,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation expression rationnelle vérifie /(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle)(?:D+|)([d.]+) ?(?:(?([w ]+))?)?/ (204)'), +(678,'RuleCriteria',204,'0',20,'','2024-12-01 14:42:31',0,'',''), +(679,'RuleDictionnaryOperatingSystemEdition',88,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Édition Ajouter le résultat de l\'expression régulière #2 (88)'), +(680,'RuleAction',88,'0',20,'','2024-12-01 14:42:31',0,'',''), +(681,'RuleDictionnaryOperatingSystemEdition',89,'0',20,'','2024-12-01 14:42:31',0,'',''), +(682,'RuleDictionnaryOperatingSystemEdition',89,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation expression rationnelle vérifie /(Microsoft)(?>(R)|®)? (Windows) (XP|d.d|d{1,4}|Vista)(™)? ?(.*)/ (205)'), +(683,'RuleCriteria',205,'0',20,'','2024-12-01 14:42:31',0,'',''), +(684,'RuleDictionnaryOperatingSystemEdition',89,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Édition Ajouter le résultat de l\'expression régulière #4 (89)'), +(685,'RuleAction',89,'0',20,'','2024-12-01 14:42:31',0,'',''), +(686,'RuleDictionnaryOperatingSystemEdition',90,'0',20,'','2024-12-01 14:42:31',0,'',''), +(687,'RuleDictionnaryOperatingSystemEdition',90,'RuleCriteria',17,'','2024-12-01 14:42:31',0,'','Système d\'exploitation expression rationnelle vérifie /(Microsoft)(?>(R)|®)? (?:(Hyper-V|Windows)(?:(R))?) ((?:Server|))(?:(R)|®)? (d{4}(?: R2)?)(?:[,s]++)?([^s]*)(?: Edition(?'), +(688,'RuleCriteria',206,'0',20,'','2024-12-01 14:42:31',0,'',''), +(689,'RuleDictionnaryOperatingSystemEdition',90,'RuleAction',17,'','2024-12-01 14:42:31',0,'','Édition Ajouter le résultat de l\'expression régulière #4 (90)'), +(690,'RuleAction',90,'0',20,'','2024-12-01 14:42:31',0,'',''), +(691,'Config',1,'',0,'','2024-12-01 14:42:31',1,'initialized_rules_collections [\"RuleImportAssetCollection\",\"RuleMailCollectorCollection\",\"RuleRightCollection\",\"RuleSoftwareCategoryCollection\",\"RuleTicketCollection\",\"RuleAssetCol','{...}'), +(692,'Config',1,'',0,'','2024-12-01 14:42:31',1,'language en_GB','fr_FR'), +(693,'Config',1,'',0,'','2024-12-01 14:42:31',1,'version FILLED AT INSTALL','10.0.17'), +(694,'Config',1,'',0,'','2024-12-01 14:42:31',1,'dbversion FILLED AT INSTALL','10.0.17@bde16719fbd4112f59a9a7d34c66c959bce73434'), +(695,'Config',1,'',0,'','2024-12-01 14:42:36',1,'registration_uuid ','g2JZfgYrt8ZKlVYZlEyRWPH3plDkKizV519yjvWm'), +(696,'Group',1,'0',20,'glpi (2)','2024-12-02 11:48:12',0,'',''), +(697,'Group',2,'0',20,'glpi (2)','2024-12-02 11:48:32',0,'',''), +(698,'Group',3,'0',20,'glpi (2)','2024-12-02 11:48:41',0,'',''), +(699,'Group',4,'0',20,'glpi (2)','2024-12-02 11:48:49',0,'',''), +(700,'Group',5,'0',20,'glpi (2)','2024-12-02 11:49:12',0,'',''), +(701,'Group',6,'0',20,'glpi (2)','2024-12-02 11:49:47',0,'',''), +(702,'User',7,'Profile',17,'glpi (2)','2024-12-02 11:51:40',0,'','Entité racine (0), Self-Service (1)'), +(703,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:51:40',0,'','raphael (7), Entité racine (0)'), +(704,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:51:40',0,'','raphael (7), Self-Service (1)'), +(705,'User',7,'0',20,'glpi (2)','2024-12-02 11:51:40',0,'',''), +(706,'User',7,'Group',15,'glpi (2)','2024-12-02 11:51:52',0,'','Comptabilité (1)'), +(707,'Group',1,'User',15,'glpi (2)','2024-12-02 11:51:52',0,'','raphael (7)'), +(708,'User',7,'Group',16,'glpi (2)','2024-12-02 11:52:04',0,'Comptabilité (1)',''), +(709,'Group',1,'User',16,'glpi (2)','2024-12-02 11:52:04',0,'raphael (7)',''), +(710,'User',7,'Group',15,'glpi (2)','2024-12-02 11:52:10',0,'','Comptabilité (1)'), +(711,'Group',1,'User',15,'glpi (2)','2024-12-02 11:52:10',0,'','raphael (7)'), +(712,'User',8,'Profile',17,'glpi (2)','2024-12-02 11:52:26',0,'','Entité racine (0), Self-Service (1)'), +(713,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:52:26',0,'','charly (8), Entité racine (0)'), +(714,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:52:26',0,'','charly (8), Self-Service (1)'), +(715,'User',8,'0',20,'glpi (2)','2024-12-02 11:52:26',0,'',''), +(716,'User',9,'Profile',17,'glpi (2)','2024-12-02 11:52:33',0,'','Entité racine (0), Self-Service (1)'), +(717,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:52:33',0,'','edouard (9), Entité racine (0)'), +(718,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:52:33',0,'','edouard (9), Self-Service (1)'), +(719,'User',9,'0',20,'glpi (2)','2024-12-02 11:52:33',0,'',''), +(720,'User',10,'Profile',17,'glpi (2)','2024-12-02 11:52:42',0,'','Entité racine (0), Self-Service (1)'), +(721,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:52:42',0,'','philippe (10), Entité racine (0)'), +(722,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:52:42',0,'','philippe (10), Self-Service (1)'), +(723,'User',10,'0',20,'glpi (2)','2024-12-02 11:52:42',0,'',''), +(724,'User',11,'Profile',17,'glpi (2)','2024-12-02 11:52:47',0,'','Entité racine (0), Self-Service (1)'), +(725,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:52:47',0,'','elise (11), Entité racine (0)'), +(726,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:52:47',0,'','elise (11), Self-Service (1)'), +(727,'User',11,'0',20,'glpi (2)','2024-12-02 11:52:47',0,'',''), +(728,'User',12,'Profile',17,'glpi (2)','2024-12-02 11:52:54',0,'','Entité racine (0), Self-Service (1)'), +(729,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:52:54',0,'','marina (12), Entité racine (0)'), +(730,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:52:54',0,'','marina (12), Self-Service (1)'), +(731,'User',12,'0',20,'glpi (2)','2024-12-02 11:52:54',0,'',''), +(732,'User',13,'Profile',17,'glpi (2)','2024-12-02 11:53:01',0,'','Entité racine (0), Self-Service (1)'), +(733,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:53:01',0,'','karim (13), Entité racine (0)'), +(734,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:53:01',0,'','karim (13), Self-Service (1)'), +(735,'User',13,'0',20,'glpi (2)','2024-12-02 11:53:01',0,'',''), +(736,'User',14,'Profile',17,'glpi (2)','2024-12-02 11:53:09',0,'','Entité racine (0), Self-Service (1)'), +(737,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:53:09',0,'','guillaume (14), Entité racine (0)'), +(738,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:53:09',0,'','guillaume (14), Self-Service (1)'), +(739,'User',14,'0',20,'glpi (2)','2024-12-02 11:53:09',0,'',''), +(740,'User',15,'Profile',17,'glpi (2)','2024-12-02 11:53:42',0,'','Entité racine (0), Self-Service (1)'), +(741,'Profile',1,'User',17,'glpi (2)','2024-12-02 11:53:42',0,'','samuel (15), Entité racine (0)'), +(742,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:53:42',0,'','samuel (15), Self-Service (1)'), +(743,'User',15,'0',20,'glpi (2)','2024-12-02 11:53:42',0,'',''), +(744,'User',8,'Group',15,'glpi (2)','2024-12-02 11:55:28',0,'','Comptabilité (1)'), +(745,'Group',1,'User',15,'glpi (2)','2024-12-02 11:55:28',0,'','charly (8)'), +(746,'User',9,'Group',15,'glpi (2)','2024-12-02 11:55:51',0,'','Développement (2)'), +(747,'Group',2,'User',15,'glpi (2)','2024-12-02 11:55:51',0,'','edouard (9)'), +(748,'User',10,'Group',15,'glpi (2)','2024-12-02 11:56:06',0,'','Commercial (3)'), +(749,'Group',3,'User',15,'glpi (2)','2024-12-02 11:56:06',0,'','philippe (10)'), +(750,'User',11,'Group',15,'glpi (2)','2024-12-02 11:56:16',0,'','Commercial (3)'), +(751,'Group',3,'User',15,'glpi (2)','2024-12-02 11:56:16',0,'','elise (11)'), +(752,'User',12,'Group',15,'glpi (2)','2024-12-02 11:56:27',0,'','Sysadmin (6)'), +(753,'Group',6,'User',15,'glpi (2)','2024-12-02 11:56:27',0,'','marina (12)'), +(754,'User',13,'Group',15,'glpi (2)','2024-12-02 11:56:39',0,'','Hardware (5)'), +(755,'Group',5,'User',15,'glpi (2)','2024-12-02 11:56:39',0,'','karim (13)'), +(756,'Group',7,'0',20,'glpi (2)','2024-12-02 11:57:03',0,'',''), +(757,'User',14,'Group',15,'glpi (2)','2024-12-02 11:57:19',0,'','Direction (7)'), +(758,'Group',7,'User',15,'glpi (2)','2024-12-02 11:57:19',0,'','guillaume (14)'), +(759,'User',14,'Profile',17,'glpi (2)','2024-12-02 11:57:30',0,'','Entité racine (0), Super-Admin (4)'), +(760,'Profile',4,'User',17,'glpi (2)','2024-12-02 11:57:30',0,'','guillaume (14), Entité racine (0)'), +(761,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:57:30',0,'','guillaume (14), Super-Admin (4)'), +(762,'User',14,'Profile',19,'glpi (2)','2024-12-02 11:57:42',0,'Entité racine (0), Super-Admin (4)',''), +(763,'Profile',4,'User',19,'glpi (2)','2024-12-02 11:57:42',0,'guillaume (14), Entité racine (0)',''), +(764,'Entity',0,'User',19,'glpi (2)','2024-12-02 11:57:42',0,'guillaume (14), Super-Admin (4)',''), +(765,'User',14,'Profile',17,'glpi (2)','2024-12-02 11:57:53',0,'','Entité racine (0), Super-Admin (4)'), +(766,'Profile',4,'User',17,'glpi (2)','2024-12-02 11:57:53',0,'','guillaume (14), Entité racine (0)'), +(767,'Entity',0,'User',17,'glpi (2)','2024-12-02 11:57:53',0,'','guillaume (14), Super-Admin (4)'), +(768,'User',14,'Profile',19,'glpi (2)','2024-12-02 11:57:59',0,'Entité racine (0), Self-Service (1)',''), +(769,'Profile',1,'User',19,'glpi (2)','2024-12-02 11:57:59',0,'guillaume (14), Entité racine (0)',''), +(770,'Entity',0,'User',19,'glpi (2)','2024-12-02 11:57:59',0,'guillaume (14), Self-Service (1)',''), +(771,'User',15,'Group',15,'glpi (2)','2024-12-02 11:58:14',0,'','Marketing (4)'), +(772,'Group',4,'User',15,'glpi (2)','2024-12-02 11:58:14',0,'','samuel (15)'), +(773,'Config',1,'',0,'glpi (2)','2024-12-02 17:57:02',1,'marketplace_replace_plugins ','2'), +(774,'User',14,'Group',16,'glpi (2)','2024-12-02 18:27:01',0,'Direction (7)',''), +(775,'Group',7,'User',16,'glpi (2)','2024-12-02 18:27:01',0,'guillaume (14)',''), +(776,'User',14,'Group',15,'glpi (2)','2024-12-02 18:27:11',0,'','Direction (7)'), +(777,'Group',7,'User',15,'glpi (2)','2024-12-02 18:27:11',0,'','guillaume (14)'), +(778,'User',14,'Profile',19,'glpi (2)','2024-12-02 18:28:05',0,'Entité racine (0), Super-Admin (4)',''), +(779,'Profile',4,'User',19,'glpi (2)','2024-12-02 18:28:05',0,'guillaume (14), Entité racine (0)',''), +(780,'Entity',0,'User',19,'glpi (2)','2024-12-02 18:28:05',0,'guillaume (14), Super-Admin (4)',''), +(781,'User',14,'Profile',17,'glpi (2)','2024-12-02 18:28:18',0,'','Entité racine (0), Self-Service (1)'), +(782,'Profile',1,'User',17,'glpi (2)','2024-12-02 18:28:18',0,'','guillaume (14), Entité racine (0)'), +(783,'Entity',0,'User',17,'glpi (2)','2024-12-02 18:28:18',0,'','guillaume (14), Self-Service (1)'), +(784,'User',12,'Profile',19,'glpi (2)','2024-12-02 18:40:22',0,'Entité racine (0), Self-Service (1)',''), +(785,'Profile',1,'User',19,'glpi (2)','2024-12-02 18:40:22',0,'marina (12), Entité racine (0)',''), +(786,'Entity',0,'User',19,'glpi (2)','2024-12-02 18:40:22',0,'marina (12), Self-Service (1)',''), +(787,'User',12,'Profile',17,'glpi (2)','2024-12-02 18:40:29',0,'','Entité racine (0), Admin (3)'), +(788,'Profile',3,'User',17,'glpi (2)','2024-12-02 18:40:29',0,'','marina (12), Entité racine (0)'), +(789,'Entity',0,'User',17,'glpi (2)','2024-12-02 18:40:29',0,'','marina (12), Admin (3)'), +(790,'User',16,'Profile',17,'glpi (2)','2024-12-02 18:40:46',0,'','Entité racine (0), Admin (3)'), +(791,'Profile',3,'User',17,'glpi (2)','2024-12-02 18:40:46',0,'','mael (16), Entité racine (0)'), +(792,'Entity',0,'User',17,'glpi (2)','2024-12-02 18:40:46',0,'','mael (16), Admin (3)'), +(793,'User',16,'0',20,'glpi (2)','2024-12-02 18:40:46',0,'',''), +(794,'User',16,'Group',15,'glpi (2)','2024-12-02 18:41:01',0,'','Sysadmin (6)'), +(795,'Group',6,'User',15,'glpi (2)','2024-12-02 18:41:01',0,'','mael (16)'), +(806,'ITILCategory',6,'0',20,'glpi (2)','2024-12-06 10:24:26',0,'',''), +(807,'ITILCategory',7,'0',20,'glpi (2)','2024-12-06 10:24:38',0,'',''), +(812,'ITILCategory',6,'ITILCategory',17,'glpi (2)','2024-12-06 10:26:54',0,'','Problème d\'accès utilisateur (12)'), +(814,'ITILCategory',6,'ITILCategory',17,'glpi (2)','2024-12-06 10:27:00',0,'','Défaillance matérielle ou infrastructure (13)'), +(816,'ITILCategory',6,'ITILCategory',17,'glpi (2)','2024-12-06 10:27:08',0,'','Défaillance d’application ou logiciel (14)'), +(818,'ITILCategory',6,'ITILCategory',19,'glpi (2)','2024-12-06 10:31:19',0,'Problème d\'accès utilisateur (12)',''), +(819,'ITILCategory',6,'ITILCategory',19,'glpi (2)','2024-12-06 10:31:19',0,'Défaillance matérielle ou infrastructure (13)',''), +(820,'ITILCategory',6,'ITILCategory',19,'glpi (2)','2024-12-06 10:31:19',0,'Défaillance d’application ou logiciel (14)',''), +(821,'ITILCategory',7,'ITILCategory',17,'glpi (2)','2024-12-06 10:31:44',0,'','Logiciel (15)'), +(822,'ITILCategory',15,'0',20,'glpi (2)','2024-12-06 10:31:44',0,'',''), +(823,'ITILCategory',15,'ITILCategory',17,'glpi (2)','2024-12-06 10:31:56',0,'','Comptabilité (16)'), +(824,'ITILCategory',16,'0',20,'glpi (2)','2024-12-06 10:31:56',0,'',''), +(825,'ITILCategory',7,'ITILCategory',17,'glpi (2)','2024-12-06 10:32:13',0,'','Réseau (17)'), +(826,'ITILCategory',17,'0',20,'glpi (2)','2024-12-06 10:32:13',0,'',''), +(827,'ITILCategory',7,'ITILCategory',17,'glpi (2)','2024-12-06 10:32:18',0,'','Matériel (18)'), +(828,'ITILCategory',18,'0',20,'glpi (2)','2024-12-06 10:32:18',0,'',''), +(829,'ITILCategory',17,'ITILCategory',17,'glpi (2)','2024-12-06 10:32:28',0,'','VPN (19)'), +(830,'ITILCategory',19,'0',20,'glpi (2)','2024-12-06 10:32:28',0,'',''), +(831,'ITILCategory',18,'ITILCategory',17,'glpi (2)','2024-12-06 10:32:48',0,'','Stock (20)'), +(832,'ITILCategory',20,'0',20,'glpi (2)','2024-12-06 10:32:48',0,'',''), +(833,'ITILCategory',6,'ITILCategory',17,'glpi (2)','2024-12-06 10:33:03',0,'','Comptes utilisateurs (21)'), +(834,'ITILCategory',21,'0',20,'glpi (2)','2024-12-06 10:33:03',0,'',''), +(835,'ITILCategory',6,'ITILCategory',17,'glpi (2)','2024-12-06 10:33:07',0,'','Climatisation (22)'), +(836,'ITILCategory',22,'0',20,'glpi (2)','2024-12-06 10:33:07',0,'',''), +(837,'ITILCategory',6,'ITILCategory',17,'glpi (2)','2024-12-06 10:33:29',0,'','Sécurité (23)'), +(838,'ITILCategory',23,'0',20,'glpi (2)','2024-12-06 10:33:29',0,'',''), +(839,'ITILCategory',21,'ITILCategory',17,'glpi (2)','2024-12-06 10:33:41',0,'','Active Directory (24)'), +(840,'ITILCategory',24,'0',20,'glpi (2)','2024-12-06 10:33:41',0,'',''), +(841,'ITILCategory',22,'ITILCategory',17,'glpi (2)','2024-12-06 10:33:52',0,'','Salle serveur (25)'), +(842,'ITILCategory',25,'0',20,'glpi (2)','2024-12-06 10:33:52',0,'',''), +(843,'ITILCategory',23,'ITILCategory',17,'glpi (2)','2024-12-06 10:34:05',0,'','Infection présumée (26)'), +(844,'ITILCategory',26,'0',20,'glpi (2)','2024-12-06 10:34:05',0,'',''), +(845,'ITILCategory',17,'ITILCategory',17,'glpi (2)','2024-12-06 10:37:00',0,'','Accès (27)'), +(850,'ITILCategory',17,'ITILCategory',19,'glpi (2)','2024-12-06 10:40:08',0,'Accès (27)',''), +(851,'ITILCategory',29,'0',20,'glpi (2)','2024-12-06 10:40:18',0,'',''), +(852,'ITILCategory',29,'ITILCategory',17,'glpi (2)','2024-12-06 10:40:33',0,'','Serveur (30)'), +(853,'ITILCategory',30,'0',20,'glpi (2)','2024-12-06 10:40:33',0,'',''), +(854,'ITILCategory',30,'ITILCategory',17,'glpi (2)','2024-12-06 10:40:40',0,'','Logs d\'application (31)'), +(855,'ITILCategory',31,'0',20,'glpi (2)','2024-12-06 10:40:40',0,'',''), +(856,'ITILCategory',32,'0',20,'glpi (2)','2024-12-06 10:40:49',0,'',''), +(857,'ITILCategory',32,'ITILCategory',17,'glpi (2)','2024-12-06 10:41:08',0,'','Téléphones (33)'), +(858,'ITILCategory',33,'0',20,'glpi (2)','2024-12-06 10:41:08',0,'',''), +(859,'ITILCategory',32,'ITILCategory',17,'glpi (2)','2024-12-06 10:41:15',0,'','Logiciel non autorisé (34)'), +(860,'ITILCategory',34,'0',20,'glpi (2)','2024-12-06 10:41:15',0,'',''), +(861,'ITILCategory',33,'ITILCategory',17,'glpi (2)','2024-12-06 10:41:24',0,'','Distribution (35)'), +(862,'ITILCategory',35,'0',20,'glpi (2)','2024-12-06 10:41:24',0,'',''), +(863,'ITILCategory',36,'0',20,'glpi (2)','2024-12-06 10:43:43',0,'',''), +(864,'ITILCategory',36,'ITILCategory',17,'glpi (2)','2024-12-06 10:44:01',0,'','Libération (37)'), +(865,'ITILCategory',37,'0',20,'glpi (2)','2024-12-06 10:44:01',0,'',''), +(866,'Ticket',1,'User',15,'glpi (2)','2024-12-06 10:46:41',4,'','raphael (7)'), +(867,'Ticket',1,'',0,'glpi (2)','2024-12-06 10:46:41',150,'0','2801'), +(868,'Ticket',1,'Group',15,'glpi (2)','2024-12-06 10:46:41',8,'','Sysadmin (6)'), +(869,'Ticket',1,'0',20,'glpi (2)','2024-12-06 10:46:41',0,'',''), +(870,'Ticket',2,'User',15,'glpi (2)','2024-12-06 10:51:47',4,'','charly (8)'), +(871,'Ticket',2,'',0,'glpi (2)','2024-12-06 10:51:47',150,'0','1307'), +(872,'Ticket',2,'Group',15,'glpi (2)','2024-12-06 10:51:47',8,'','Sysadmin (6)'), +(873,'Ticket',2,'0',20,'glpi (2)','2024-12-06 10:51:47',0,'',''), +(874,'Ticket',1,'User',15,'glpi (2)','2024-12-06 10:52:14',5,'','mael (16)'), +(875,'Ticket',2,'User',15,'glpi (2)','2024-12-06 10:52:23',5,'','mael (16)'), +(876,'Group',8,'0',20,'glpi (2)','2024-12-06 10:53:47',0,'',''), +(877,'Ticket',3,'User',15,'glpi (2)','2024-12-06 10:57:10',4,'','edouard (9)'), +(878,'Ticket',3,'',0,'glpi (2)','2024-12-06 10:57:10',150,'0','1'), +(879,'Ticket',3,'Group',15,'glpi (2)','2024-12-06 10:57:10',8,'','Techniciens (8)'), +(880,'Ticket',3,'0',20,'glpi (2)','2024-12-06 10:57:10',0,'',''), +(881,'Ticket',3,'ITILFollowup',17,'glpi (2)','2024-12-06 10:57:52',0,'','1'), +(882,'Ticket',3,'ITILFollowup',12,'glpi (2)','2024-12-06 10:57:52',0,'','Helpdesk (1)'), +(883,'Ticket',4,'User',15,'glpi (2)','2024-12-06 11:00:13',4,'','philippe (10)'), +(884,'Ticket',4,'',0,'glpi (2)','2024-12-06 11:00:13',150,'0','1'), +(885,'Ticket',4,'Group',15,'glpi (2)','2024-12-06 11:00:13',8,'','Techniciens (8)'), +(886,'Ticket',4,'0',20,'glpi (2)','2024-12-06 11:00:13',0,'',''), +(887,'Ticket',5,'User',15,'glpi (2)','2024-12-06 11:02:45',4,'','elise (11)'), +(888,'Ticket',5,'',0,'glpi (2)','2024-12-06 11:02:45',150,'0','1'), +(889,'Ticket',5,'User',15,'glpi (2)','2024-12-06 11:02:45',5,'','mael (16)'), +(890,'Ticket',5,'Group',15,'glpi (2)','2024-12-06 11:02:45',8,'','Sysadmin (6)'), +(891,'Ticket',5,'0',20,'glpi (2)','2024-12-06 11:02:45',0,'',''), +(892,'Ticket',5,'ITILFollowup',17,'glpi (2)','2024-12-06 11:02:52',0,'','2'), +(893,'Ticket',5,'ITILFollowup',12,'glpi (2)','2024-12-06 11:02:52',0,'','Helpdesk (2)'), +(894,'Ticket',6,'User',15,'glpi (2)','2024-12-06 11:06:25',4,'','marina (12)'), +(895,'Ticket',6,'',0,'glpi (2)','2024-12-06 11:06:25',150,'0','1'), +(896,'Ticket',6,'Group',15,'glpi (2)','2024-12-06 11:06:25',8,'','Techniciens (8)'), +(897,'Ticket',6,'0',20,'glpi (2)','2024-12-06 11:06:25',0,'',''), +(898,'Ticket',6,'ITILFollowup',17,'glpi (2)','2024-12-06 11:06:48',0,'','3'), +(899,'Ticket',6,'ITILFollowup',12,'glpi (2)','2024-12-06 11:06:48',0,'','Helpdesk (3)'), +(900,'Ticket',6,'ITILFollowup',19,'glpi (2)','2024-12-06 11:07:15',0,'','3'), +(901,'Ticket',7,'User',15,'glpi (2)','2024-12-06 11:13:12',4,'','karim (13)'), +(902,'Ticket',7,'',0,'glpi (2)','2024-12-06 11:13:12',150,'0','1'), +(903,'Ticket',7,'User',15,'glpi (2)','2024-12-06 11:13:12',5,'','mael (16)'), +(904,'Ticket',7,'Group',15,'glpi (2)','2024-12-06 11:13:12',8,'','Sysadmin (6)'), +(905,'Ticket',7,'0',20,'glpi (2)','2024-12-06 11:13:12',0,'',''), +(906,'Ticket',8,'User',15,'glpi (2)','2024-12-06 11:15:04',4,'','guillaume (14)'), +(907,'Ticket',8,'',0,'glpi (2)','2024-12-06 11:15:04',150,'0','1'), +(908,'Ticket',8,'Group',15,'glpi (2)','2024-12-06 11:15:04',8,'','Techniciens (8)'), +(909,'Ticket',8,'0',20,'glpi (2)','2024-12-06 11:15:04',0,'',''), +(910,'Ticket',9,'User',15,'glpi (2)','2024-12-06 11:21:00',4,'','samuel (15)'), +(911,'Ticket',9,'',0,'glpi (2)','2024-12-06 11:21:00',150,'0','1'), +(912,'Ticket',9,'Group',15,'glpi (2)','2024-12-06 11:21:00',8,'','Techniciens (8)'), +(913,'Ticket',9,'0',20,'glpi (2)','2024-12-06 11:21:00',0,'',''), +(914,'User',17,'Profile',17,'glpi (2)','2024-12-07 14:44:47',0,'','Entité racine (0), Self-Service (1)'), +(915,'Profile',1,'User',17,'glpi (2)','2024-12-07 14:44:47',0,'','steeve (17), Entité racine (0)'), +(916,'Entity',0,'User',17,'glpi (2)','2024-12-07 14:44:47',0,'','steeve (17), Self-Service (1)'), +(917,'User',17,'0',20,'glpi (2)','2024-12-07 14:44:47',0,'',''), +(918,'User',17,'Group',15,'glpi (2)','2024-12-07 14:44:57',0,'','Comptabilité (1)'), +(919,'Group',1,'User',15,'glpi (2)','2024-12-07 14:44:57',0,'','steeve (17)'), +(920,'ITILCategory',29,'ITILCategory',17,'glpi (2)','2024-12-07 14:51:09',0,'','Application métier (38)'), +(921,'ITILCategory',38,'0',20,'glpi (2)','2024-12-07 14:51:09',0,'',''), +(922,'Ticket',10,'User',15,'glpi (2)','2024-12-07 14:52:39',4,'','steeve (17)'), +(923,'Ticket',10,'',0,'glpi (2)','2024-12-07 14:52:39',150,'0','180699'), +(924,'Ticket',10,'User',15,'glpi (2)','2024-12-07 14:52:39',5,'','mael (16)'), +(925,'Ticket',10,'Group',15,'glpi (2)','2024-12-07 14:52:39',8,'','Sysadmin (6)'), +(926,'Ticket',10,'0',20,'glpi (2)','2024-12-07 14:52:39',0,'',''), +(927,'Ticket',10,'',0,'glpi (2)','2024-12-07 14:54:51',15,'2024-12-05 13:41:00','2024-12-06 13:41:00'), +(928,'Ticket',7,'',0,'mael (16)','2024-12-07 15:03:27',12,'2','5'), +(929,'Ticket',7,'',0,'mael (16)','2024-12-07 15:03:27',64,'glpi (2)','mael (16)'), +(930,'Ticket',7,'',0,'mael (16)','2024-12-07 15:03:27',17,'','2024-12-07 16:03:27'), +(931,'Ticket',7,'ITILSolution',17,'mael (16)','2024-12-07 15:03:27',0,'','1 (1)'), +(932,'ITILSolution',1,'0',20,'mael (16)','2024-12-07 15:03:27',0,'',''), +(933,'Document',1,'0',20,'mael (16)','2024-12-07 15:10:48',0,'',''), +(934,'Document',1,'ITILSolution',15,'mael (16)','2024-12-07 15:10:48',0,'','1 (1)'), +(935,'ITILSolution',1,'Document',15,'mael (16)','2024-12-07 15:10:48',0,'','bene_mael_demande_equipement_122024.pdf (1)'), +(936,'Ticket',7,'ITILSolution',18,'mael (16)','2024-12-07 15:10:48',0,'0','16'), +(937,'Ticket',2,'',0,'mael (16)','2024-12-07 15:13:57',12,'2','5'), +(938,'Ticket',2,'',0,'mael (16)','2024-12-07 15:13:57',64,'glpi (2)','mael (16)'), +(939,'Ticket',2,'',0,'mael (16)','2024-12-07 15:13:57',17,'','2024-12-07 16:13:57'), +(940,'Ticket',2,'ITILSolution',17,'mael (16)','2024-12-07 15:13:57',0,'','2 (2)'), +(941,'ITILSolution',2,'0',20,'mael (16)','2024-12-07 15:13:57',0,'',''), +(942,'Document',2,'0',20,'mael (16)','2024-12-07 15:26:21',0,'',''), +(943,'Document',2,'ITILSolution',15,'mael (16)','2024-12-07 15:26:21',0,'','3 (3)'), +(944,'ITILSolution',3,'Document',15,'mael (16)','2024-12-07 15:26:21',0,'','bene_mael_reponse_steeve_122024.pdf (2)'), +(945,'Ticket',10,'',0,'mael (16)','2024-12-07 15:26:21',12,'2','5'), +(946,'Ticket',10,'',0,'mael (16)','2024-12-07 15:26:21',64,'glpi (2)','mael (16)'), +(947,'Ticket',10,'',0,'mael (16)','2024-12-07 15:26:21',17,'','2024-12-07 16:26:21'), +(948,'Ticket',10,'ITILSolution',17,'mael (16)','2024-12-07 15:26:21',0,'','3 (3)'), +(949,'ITILSolution',3,'0',20,'mael (16)','2024-12-07 15:26:21',0,'',''), +(950,'Document',3,'0',20,'mael (16)','2024-12-07 15:56:11',0,'',''), +(951,'Document',3,'ITILSolution',15,'mael (16)','2024-12-07 15:56:11',0,'','4 (4)'), +(952,'ITILSolution',4,'Document',15,'mael (16)','2024-12-07 15:56:11',0,'','bene_mael_vpn_ocito_122024.pdf (3)'), +(953,'Ticket',5,'',0,'mael (16)','2024-12-07 15:56:11',12,'2','5'), +(954,'Ticket',5,'',0,'mael (16)','2024-12-07 15:56:11',64,'glpi (2)','mael (16)'), +(955,'Ticket',5,'',0,'mael (16)','2024-12-07 15:56:11',17,'','2024-12-07 16:56:11'), +(956,'Ticket',5,'ITILSolution',17,'mael (16)','2024-12-07 15:56:11',0,'','4 (4)'), +(957,'ITILSolution',4,'0',20,'mael (16)','2024-12-07 15:56:11',0,'',''), +(958,'Document',4,'0',20,'mael (16)','2024-12-07 16:09:08',0,'',''), +(959,'Document',4,'ITILSolution',15,'mael (16)','2024-12-07 16:09:08',0,'','5 (5)'), +(960,'ITILSolution',5,'Document',15,'mael (16)','2024-12-07 16:09:08',0,'','bene_mael_mediation_122024.pdf (4)'), +(961,'Ticket',1,'',0,'mael (16)','2024-12-07 16:09:08',12,'2','5'), +(962,'Ticket',1,'',0,'mael (16)','2024-12-07 16:09:08',64,'glpi (2)','mael (16)'), +(963,'Ticket',1,'',0,'mael (16)','2024-12-07 16:09:08',17,'','2024-12-07 17:09:08'), +(964,'Ticket',1,'ITILSolution',17,'mael (16)','2024-12-07 16:09:08',0,'','5 (5)'), +(965,'ITILSolution',5,'0',20,'mael (16)','2024-12-07 16:09:08',0,'',''); +/*!40000 ALTER TABLE `glpi_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_mailcollectors` +-- + +DROP TABLE IF EXISTS `glpi_mailcollectors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_mailcollectors` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `host` varchar(255) DEFAULT NULL, + `login` varchar(255) DEFAULT NULL, + `filesize_max` int(11) NOT NULL DEFAULT 2097152, + `is_active` tinyint(4) NOT NULL DEFAULT 1, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `passwd` varchar(255) DEFAULT NULL, + `accepted` varchar(255) DEFAULT NULL, + `refused` varchar(255) DEFAULT NULL, + `errors` int(11) NOT NULL DEFAULT 0, + `use_mail_date` tinyint(4) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `requester_field` int(11) NOT NULL DEFAULT 0, + `add_cc_to_observer` tinyint(4) NOT NULL DEFAULT 0, + `collect_only_unread` tinyint(4) NOT NULL DEFAULT 0, + `last_collect_date` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_active` (`is_active`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `last_collect_date` (`last_collect_date`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_mailcollectors` +-- + +LOCK TABLES `glpi_mailcollectors` WRITE; +/*!40000 ALTER TABLE `glpi_mailcollectors` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_mailcollectors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_manuallinks` +-- + +DROP TABLE IF EXISTS `glpi_manuallinks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_manuallinks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `url` varchar(8096) NOT NULL, + `open_window` tinyint(4) NOT NULL DEFAULT 1, + `icon` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `item` (`itemtype`,`items_id`), + KEY `items_id` (`items_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_manuallinks` +-- + +LOCK TABLES `glpi_manuallinks` WRITE; +/*!40000 ALTER TABLE `glpi_manuallinks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_manuallinks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_manufacturers` +-- + +DROP TABLE IF EXISTS `glpi_manufacturers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_manufacturers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_manufacturers` +-- + +LOCK TABLES `glpi_manufacturers` WRITE; +/*!40000 ALTER TABLE `glpi_manufacturers` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_manufacturers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_monitormodels` +-- + +DROP TABLE IF EXISTS `glpi_monitormodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_monitormodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `weight` int(11) NOT NULL DEFAULT 0, + `required_units` int(11) NOT NULL DEFAULT 1, + `depth` float NOT NULL DEFAULT 1, + `power_connections` int(11) NOT NULL DEFAULT 0, + `power_consumption` int(11) NOT NULL DEFAULT 0, + `is_half_rack` tinyint(4) NOT NULL DEFAULT 0, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_monitormodels` +-- + +LOCK TABLES `glpi_monitormodels` WRITE; +/*!40000 ALTER TABLE `glpi_monitormodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_monitormodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_monitors` +-- + +DROP TABLE IF EXISTS `glpi_monitors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_monitors` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `size` decimal(5,2) NOT NULL DEFAULT 0.00, + `have_micro` tinyint(4) NOT NULL DEFAULT 0, + `have_speaker` tinyint(4) NOT NULL DEFAULT 0, + `have_subd` tinyint(4) NOT NULL DEFAULT 0, + `have_bnc` tinyint(4) NOT NULL DEFAULT 0, + `have_dvi` tinyint(4) NOT NULL DEFAULT 0, + `have_pivot` tinyint(4) NOT NULL DEFAULT 0, + `have_hdmi` tinyint(4) NOT NULL DEFAULT 0, + `have_displayport` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `monitortypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `monitormodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_global` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `ticket_tco` decimal(20,4) DEFAULT 0.0000, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `uuid` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_template` (`is_template`), + KEY `is_global` (`is_global`), + KEY `entities_id` (`entities_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `monitormodels_id` (`monitormodels_id`), + KEY `states_id` (`states_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `monitortypes_id` (`monitortypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `is_dynamic` (`is_dynamic`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `uuid` (`uuid`), + KEY `date_creation` (`date_creation`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_monitors` +-- + +LOCK TABLES `glpi_monitors` WRITE; +/*!40000 ALTER TABLE `glpi_monitors` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_monitors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_monitortypes` +-- + +DROP TABLE IF EXISTS `glpi_monitortypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_monitortypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_monitortypes` +-- + +LOCK TABLES `glpi_monitortypes` WRITE; +/*!40000 ALTER TABLE `glpi_monitortypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_monitortypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkaliases` +-- + +DROP TABLE IF EXISTS `glpi_networkaliases`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkaliases` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `networknames_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `fqdns_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `name` (`name`), + KEY `networknames_id` (`networknames_id`), + KEY `fqdns_id` (`fqdns_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkaliases` +-- + +LOCK TABLES `glpi_networkaliases` WRITE; +/*!40000 ALTER TABLE `glpi_networkaliases` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkaliases` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkequipmentmodels` +-- + +DROP TABLE IF EXISTS `glpi_networkequipmentmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkequipmentmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `weight` int(11) NOT NULL DEFAULT 0, + `required_units` int(11) NOT NULL DEFAULT 1, + `depth` float NOT NULL DEFAULT 1, + `power_connections` int(11) NOT NULL DEFAULT 0, + `power_consumption` int(11) NOT NULL DEFAULT 0, + `is_half_rack` tinyint(4) NOT NULL DEFAULT 0, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkequipmentmodels` +-- + +LOCK TABLES `glpi_networkequipmentmodels` WRITE; +/*!40000 ALTER TABLE `glpi_networkequipmentmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkequipmentmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkequipments` +-- + +DROP TABLE IF EXISTS `glpi_networkequipments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkequipments` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `ram` int(10) unsigned DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `networks_id` int(10) unsigned NOT NULL DEFAULT 0, + `networkequipmenttypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `networkequipmentmodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `ticket_tco` decimal(20,4) DEFAULT 0.0000, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `uuid` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `sysdescr` text DEFAULT NULL, + `cpu` int(11) NOT NULL DEFAULT 0, + `uptime` varchar(255) NOT NULL DEFAULT '0', + `last_inventory_update` timestamp NULL DEFAULT NULL, + `snmpcredentials_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_template` (`is_template`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `networkequipmentmodels_id` (`networkequipmentmodels_id`), + KEY `networks_id` (`networks_id`), + KEY `states_id` (`states_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `networkequipmenttypes_id` (`networkequipmenttypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `is_dynamic` (`is_dynamic`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `uuid` (`uuid`), + KEY `date_creation` (`date_creation`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`), + KEY `snmpcredentials_id` (`snmpcredentials_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkequipments` +-- + +LOCK TABLES `glpi_networkequipments` WRITE; +/*!40000 ALTER TABLE `glpi_networkequipments` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkequipments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkequipmenttypes` +-- + +DROP TABLE IF EXISTS `glpi_networkequipmenttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkequipmenttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkequipmenttypes` +-- + +LOCK TABLES `glpi_networkequipmenttypes` WRITE; +/*!40000 ALTER TABLE `glpi_networkequipmenttypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkequipmenttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkinterfaces` +-- + +DROP TABLE IF EXISTS `glpi_networkinterfaces`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkinterfaces` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkinterfaces` +-- + +LOCK TABLES `glpi_networkinterfaces` WRITE; +/*!40000 ALTER TABLE `glpi_networkinterfaces` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkinterfaces` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networknames` +-- + +DROP TABLE IF EXISTS `glpi_networknames`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networknames` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `fqdns_id` int(10) unsigned NOT NULL DEFAULT 0, + `ipnetworks_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `FQDN` (`name`,`fqdns_id`), + KEY `fqdns_id` (`fqdns_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `item` (`itemtype`,`items_id`,`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `ipnetworks_id` (`ipnetworks_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networknames` +-- + +LOCK TABLES `glpi_networknames` WRITE; +/*!40000 ALTER TABLE `glpi_networknames` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networknames` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportaggregates` +-- + +DROP TABLE IF EXISTS `glpi_networkportaggregates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportaggregates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `networkports_id_list` text DEFAULT NULL COMMENT 'array of associated networkports_id', + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `networkports_id` (`networkports_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportaggregates` +-- + +LOCK TABLES `glpi_networkportaggregates` WRITE; +/*!40000 ALTER TABLE `glpi_networkportaggregates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportaggregates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportaliases` +-- + +DROP TABLE IF EXISTS `glpi_networkportaliases`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportaliases` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `networkports_id_alias` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `networkports_id` (`networkports_id`), + KEY `networkports_id_alias` (`networkports_id_alias`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportaliases` +-- + +LOCK TABLES `glpi_networkportaliases` WRITE; +/*!40000 ALTER TABLE `glpi_networkportaliases` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportaliases` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportconnectionlogs` +-- + +DROP TABLE IF EXISTS `glpi_networkportconnectionlogs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportconnectionlogs` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `date` timestamp NULL DEFAULT NULL, + `connected` tinyint(4) NOT NULL DEFAULT 0, + `networkports_id_source` int(10) unsigned NOT NULL DEFAULT 0, + `networkports_id_destination` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `date` (`date`), + KEY `networkports_id_source` (`networkports_id_source`), + KEY `networkports_id_destination` (`networkports_id_destination`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportconnectionlogs` +-- + +LOCK TABLES `glpi_networkportconnectionlogs` WRITE; +/*!40000 ALTER TABLE `glpi_networkportconnectionlogs` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportconnectionlogs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportdialups` +-- + +DROP TABLE IF EXISTS `glpi_networkportdialups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportdialups` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `networkports_id` (`networkports_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportdialups` +-- + +LOCK TABLES `glpi_networkportdialups` WRITE; +/*!40000 ALTER TABLE `glpi_networkportdialups` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportdialups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportethernets` +-- + +DROP TABLE IF EXISTS `glpi_networkportethernets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportethernets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_devicenetworkcards_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` varchar(10) DEFAULT '' COMMENT 'T, LX, SX', + `speed` int(11) NOT NULL DEFAULT 10 COMMENT 'Mbit/s: 10, 100, 1000, 10000', + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `networkports_id` (`networkports_id`), + KEY `card` (`items_devicenetworkcards_id`), + KEY `type` (`type`), + KEY `speed` (`speed`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportethernets` +-- + +LOCK TABLES `glpi_networkportethernets` WRITE; +/*!40000 ALTER TABLE `glpi_networkportethernets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportethernets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportfiberchannels` +-- + +DROP TABLE IF EXISTS `glpi_networkportfiberchannels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportfiberchannels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_devicenetworkcards_id` int(10) unsigned NOT NULL DEFAULT 0, + `networkportfiberchanneltypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `wwn` varchar(50) DEFAULT '', + `speed` int(11) NOT NULL DEFAULT 10 COMMENT 'Mbit/s: 10, 100, 1000, 10000', + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `networkports_id` (`networkports_id`), + KEY `card` (`items_devicenetworkcards_id`), + KEY `type` (`networkportfiberchanneltypes_id`), + KEY `wwn` (`wwn`), + KEY `speed` (`speed`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportfiberchannels` +-- + +LOCK TABLES `glpi_networkportfiberchannels` WRITE; +/*!40000 ALTER TABLE `glpi_networkportfiberchannels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportfiberchannels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportfiberchanneltypes` +-- + +DROP TABLE IF EXISTS `glpi_networkportfiberchanneltypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportfiberchanneltypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportfiberchanneltypes` +-- + +LOCK TABLES `glpi_networkportfiberchanneltypes` WRITE; +/*!40000 ALTER TABLE `glpi_networkportfiberchanneltypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportfiberchanneltypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportlocals` +-- + +DROP TABLE IF EXISTS `glpi_networkportlocals`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportlocals` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `networkports_id` (`networkports_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportlocals` +-- + +LOCK TABLES `glpi_networkportlocals` WRITE; +/*!40000 ALTER TABLE `glpi_networkportlocals` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportlocals` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportmetrics` +-- + +DROP TABLE IF EXISTS `glpi_networkportmetrics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportmetrics` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `date` date DEFAULT NULL, + `ifinbytes` bigint(20) NOT NULL DEFAULT 0, + `ifinerrors` bigint(20) NOT NULL DEFAULT 0, + `ifoutbytes` bigint(20) NOT NULL DEFAULT 0, + `ifouterrors` bigint(20) NOT NULL DEFAULT 0, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`networkports_id`,`date`), + KEY `date` (`date`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportmetrics` +-- + +LOCK TABLES `glpi_networkportmetrics` WRITE; +/*!40000 ALTER TABLE `glpi_networkportmetrics` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportmetrics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkports` +-- + +DROP TABLE IF EXISTS `glpi_networkports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkports` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `logical_number` int(11) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `instantiation_type` varchar(255) DEFAULT NULL, + `mac` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `ifmtu` int(11) NOT NULL DEFAULT 0, + `ifspeed` bigint(20) NOT NULL DEFAULT 0, + `ifinternalstatus` varchar(255) DEFAULT NULL, + `ifconnectionstatus` int(11) NOT NULL DEFAULT 0, + `iflastchange` varchar(255) DEFAULT NULL, + `ifinbytes` bigint(20) NOT NULL DEFAULT 0, + `ifinerrors` bigint(20) NOT NULL DEFAULT 0, + `ifoutbytes` bigint(20) NOT NULL DEFAULT 0, + `ifouterrors` bigint(20) NOT NULL DEFAULT 0, + `ifstatus` varchar(255) DEFAULT NULL, + `ifdescr` varchar(255) DEFAULT NULL, + `ifalias` varchar(255) DEFAULT NULL, + `portduplex` varchar(255) DEFAULT NULL, + `trunk` tinyint(4) NOT NULL DEFAULT 0, + `lastup` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `item` (`itemtype`,`items_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `mac` (`mac`), + KEY `is_deleted` (`is_deleted`), + KEY `is_dynamic` (`is_dynamic`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkports` +-- + +LOCK TABLES `glpi_networkports` WRITE; +/*!40000 ALTER TABLE `glpi_networkports` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkports_networkports` +-- + +DROP TABLE IF EXISTS `glpi_networkports_networkports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkports_networkports` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id_1` int(10) unsigned NOT NULL DEFAULT 0, + `networkports_id_2` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`networkports_id_1`,`networkports_id_2`), + KEY `networkports_id_2` (`networkports_id_2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkports_networkports` +-- + +LOCK TABLES `glpi_networkports_networkports` WRITE; +/*!40000 ALTER TABLE `glpi_networkports_networkports` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkports_networkports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkports_vlans` +-- + +DROP TABLE IF EXISTS `glpi_networkports_vlans`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkports_vlans` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `vlans_id` int(10) unsigned NOT NULL DEFAULT 0, + `tagged` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`networkports_id`,`vlans_id`), + KEY `vlans_id` (`vlans_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkports_vlans` +-- + +LOCK TABLES `glpi_networkports_vlans` WRITE; +/*!40000 ALTER TABLE `glpi_networkports_vlans` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkports_vlans` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkporttypes` +-- + +DROP TABLE IF EXISTS `glpi_networkporttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkporttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `value_decimal` int(11) NOT NULL, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `is_importable` tinyint(4) NOT NULL DEFAULT 0, + `instantiation_type` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `value_decimal` (`value_decimal`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_importable` (`is_importable`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=305 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkporttypes` +-- + +LOCK TABLES `glpi_networkporttypes` WRITE; +/*!40000 ALTER TABLE `glpi_networkporttypes` DISABLE KEYS */; +INSERT INTO `glpi_networkporttypes` VALUES +(1,0,0,0,'Name','Description References',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(2,0,0,1,'other','none of the following [RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(3,0,0,2,'regular1822','BBN Report 1822 [RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(4,0,0,3,'hdh1822','BBN Report 1822 [RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(5,0,0,4,'ddn-x25','BBN Report 1822 [RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(6,0,0,5,'x25','X.25 [RFC1382]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(7,0,0,6,'ethernet-csmacd','[RFC1213]',1,'NetworkPortEthernet','2024-12-01 14:42:31','2024-12-01 14:42:31'), +(8,0,0,7,'IEEE802.3','DEPRECATED [RFC3635]',1,'NetworkPortEthernet','2024-12-01 14:42:31','2024-12-01 14:42:31'), +(9,0,0,8,'IEEE802.4','Token Bus-like Objects [RFC1239]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(10,0,0,9,'IEEE802.5','Token Ring-like Objects [RFC1748]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(11,0,0,10,'iso88026-man','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(12,0,0,11,'starLan','DEPRECATED [RFC3635]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(13,0,0,12,'proteon-10Mbit','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(14,0,0,13,'proteon-80Mbit','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(15,0,0,14,'hyperchannel','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(16,0,0,15,'FDDI','FDDI Objects [RFC1512]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(17,0,0,16,'lapb','LAP B [RFC1381]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(18,0,0,17,'sdlc','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(19,0,0,18,'ds1','T1/E1 Carrier Objects [RFC4805]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(20,0,0,19,'e1','obsolete [RFC4805]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(21,0,0,20,'basicISDN','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(22,0,0,21,'primaryISDN','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(23,0,0,22,'propPointToPointSerial','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(24,0,0,23,'ppp','Point-to-Point Protocol [RFC1213][RFC1471]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(25,0,0,24,'softwareLoopback','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(26,0,0,25,'eon','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(27,0,0,26,'ethernet-3Mbit','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(28,0,0,27,'nsip','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(29,0,0,28,'slip','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(30,0,0,29,'ultra','[RFC1213]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(31,0,0,30,'ds3','DS3/E3 Interface Objects [RFC3896]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(32,0,0,31,'sip','SMDS Interface Objects [RFC1694]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(33,0,0,32,'frame-relay','Frame Relay Objects for DTE [RFC2115]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(34,0,0,33,'RS-232','RS-232 Objects [RFC1659]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(35,0,0,34,'Parallel','Parallel Printer Objects [RFC1660]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(36,0,0,35,'arcnet','ARC network',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(37,0,0,36,'arcnet-plus','ARC network plus',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(38,0,0,37,'atm','ATM',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(39,0,0,38,'MIOX25','MIOX25 [RFC1461]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(40,0,0,39,'SONET','SONET or SDH',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(41,0,0,40,'x25ple','X.25 packet level [RFC2127]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(42,0,0,41,'iso88022llc','802.2 LLC',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(43,0,0,42,'localTalk','',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(44,0,0,43,'smds-dxi','SMDS DXI',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(45,0,0,44,'frameRelayService','Frame Relay DCE [RFC2954]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(46,0,0,45,'v35','V.35',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(47,0,0,46,'hssi','HSSI',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(48,0,0,47,'hippi','HIPPI',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(49,0,0,48,'modem','generic modem',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(50,0,0,49,'aal5','AAL5 over ATM',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(51,0,0,50,'sonetPath','',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(52,0,0,51,'sonetVT','',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(53,0,0,52,'smds-icip','SMDS Inter-Carrier Interface Protocol',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(54,0,0,53,'propVirtual','proprietary vitural/internal interface [RFC2863]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(55,0,0,54,'propMultiLink','proprietary multi-link multiplexing [RFC2863]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(56,0,0,55,'ieee80212','100BaseVG',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(57,0,0,56,'fibre-channel','Fibre Channel',1,'NetworkPortFiberchannel','2024-12-01 14:42:31','2024-12-01 14:42:31'), +(58,0,0,57,'hippiInterfaces','HIPPI interfaces [Philip_Cameron]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(59,0,0,58,'FrameRelayInterconnect','Interconnet over FR [Unknown]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(60,0,0,59,'aflane8023','ATM Emulated LAN for 802.3 [Keith_McCloghrie]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(61,0,0,60,'aflane8025','ATM Emulated LAN for 802.5 [Keith_McCloghrie]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(62,0,0,61,'cctEmul','ATM Emulated circuit [Guy_Fedorkow]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(63,0,0,62,'fastEther','DEPRECATED [RFC3635]',1,'NetworkPortEthernet','2024-12-01 14:42:31','2024-12-01 14:42:31'), +(64,0,0,63,'isdn','ISDN and X.25 [RFC1356]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(65,0,0,64,'v11','CCITT V.11/X.21 [Satish_Popat]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(66,0,0,65,'v36','CCITT V.36 [Satish_Popat]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(67,0,0,66,'g703-64k','CCITT G703 at 64Kbps [Satish_Popat]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(68,0,0,67,'g703-2mb','CCITT G703 at 2Mbps [Satish_Popat]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(69,0,0,68,'qllc','SNA QLLC [Satish_Popat]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(70,0,0,69,'fastEtherFX','DEPRECATED [RFC3635]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(71,0,0,70,'channel','channel [Steven_Schwell]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(72,0,0,71,'IEEE802.11','radio spread spectrum [Dawkoon_Paul_Lee]',1,'NetworkPortWifi','2024-12-01 14:42:31','2024-12-01 14:42:31'), +(73,0,0,72,'ibm370parChan','IBM System 360/370 OEMI Channel [Bill_Kwan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(74,0,0,73,'ESCON','IBM Enterprise Systems Connection [Bill_Kwan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(75,0,0,74,'DLSw','Data Link Switching [Bill_Kwan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(76,0,0,75,'ISDNs','ISDN S/T interface [Ed_Alcoff]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(77,0,0,76,'ISDNu','ISDN U interface [Ed_Alcoff]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(78,0,0,77,'lapd','Link Access Protocol D [Ed_Alcoff]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(79,0,0,78,'ip-switch','IP Switching Objects [Joe_Wei]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(80,0,0,79,'rsrb','Remote Source Route Bridging [Bob_Clouston]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(81,0,0,80,'atm-logical','ATM Logical Port [RFC3606]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(82,0,0,81,'ds0','Digital Signal Level 0 [RFC2494]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(83,0,0,82,'ds0Bundle','group of ds0s on the same ds1 [RFC2494]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(84,0,0,83,'bsc','Bisynchronous Protocol [Bill_Kwan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(85,0,0,84,'async','Asynchronous Protocol [Bill_Kwan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(86,0,0,85,'cnr','Combat Net Radio [Herb_Jensen]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(87,0,0,86,'iso88025Dtr','ISO 802.5r DTR [Trevor_Warwick]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(88,0,0,87,'eplrs','Enhanced Pos Loc Report Sys [Herb_Jensen]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(89,0,0,88,'arap','Appletalk Remote Access Protocol [Jim_Halpin]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(90,0,0,89,'propCnls','Proprietary Connectionless Proto. [Robert_Neill]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(91,0,0,90,'hostPad','CCITT-ITU X.29 PAD Protocol [Robert_Neill]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(92,0,0,91,'termPad','CCITT-ITU X.3 PAD Facility [Robert_Neill]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(93,0,0,92,'frameRelayMPI','Multiproto Interconnect over FR [Robert_Neill]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(94,0,0,93,'x213','CCITT-ITU X213 [Robert_Neill]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(95,0,0,94,'adsl','Asymmetric Digital Subscriber Loop [Gregory_Bathrick]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(96,0,0,95,'radsl','Rate-Adapt. Digital Subscriber Loop [Gregory_Bathrick]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(97,0,0,96,'sdsl','Symmetric Digital Subscriber Loop [Gregory_Bathrick]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(98,0,0,97,'vdsl','Very H-Speed Digital Subscrib. Loop [Gregory_Bathrick]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(99,0,0,98,'iso88025CRFPInt','ISO 802.5 CRFP [Trevor_Warwick]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(100,0,0,99,'myrinet','Myricom Myrinet [Bob_Felderman]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(101,0,0,100,'voiceEM','Voice recEive and transMit (E&M) [Bob_Stewart]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(102,0,0,101,'voiceFXO','Voice Foreign Exchange Office [Bob_Stewart]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(103,0,0,102,'voiceFXS','Voice Foreign Exchange Station [Bob_Stewart]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(104,0,0,103,'voiceEncap','Voice encapsulation [Bob_Stewart]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(105,0,0,104,'voiceOverIp','Voice over IP encapsulation [Bob_Stewart]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(106,0,0,105,'atmDxi','ATM DXI [Gary_Hanson]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(107,0,0,106,'atmFuni','ATM FUNI [Gary_Hanson]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(108,0,0,107,'atmIma','ATM IMA [Chris_Martin]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(109,0,0,108,'pppMultilinkBundle','PPP Multilink Bundle [John_Shriver]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(110,0,0,109,'ipOverCdlc','IBM ipOverCdlc [Ken_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(111,0,0,110,'ipOverClaw','IBM Common Link Access to Workstn [Ken_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(112,0,0,111,'stackToStack','IBM stackToStack [Ken_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(113,0,0,112,'virtualIpAddress','IBM VIPA [Ken_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(114,0,0,113,'mpc','IBM multi-protocol channel support [Ken_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(115,0,0,114,'ipOverAtm','IBM ipOverAtm [RFC2320]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(116,0,0,115,'iso88025Fiber','ISO 802.5j Fiber Token Ring [Kevin_Lingle]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(117,0,0,116,'tdlc','IBM twinaxial data link control [John_Pechacek]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(118,0,0,117,'gigabitEthernet','DEPRECATED [RFC3635]',1,'NetworkPortEthernet','2024-12-01 14:42:31','2024-12-01 14:42:31'), +(119,0,0,118,'hdlc','HDLC [Sebastien_Rosset]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(120,0,0,119,'lapf','LAP F [Sebastien_Rosset]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(121,0,0,120,'v37','V.37 [Sebastien_Rosset]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(122,0,0,121,'x25mlp','Multi-Link Protocol [Sebastien_Rosset]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(123,0,0,122,'x25huntGroup','X25 Hunt Group [Sebastien_Rosset]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(124,0,0,123,'transpHdlc','Transp HDLC [Sebastien_Rosset]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(125,0,0,124,'interleave','Interleave channel [Karmous_Edwards]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(126,0,0,125,'fast','Fast channel [Karmous_Edwards]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(127,0,0,126,'ip','IP (for APPN HPR in IP networks) [Robert_Moore]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(128,0,0,127,'docsCableMaclayer','CATV Mac Layer [Azlina_Palmer]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(129,0,0,128,'docsCableDownstream','CATV Downstream interface [Azlina_Palmer]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(130,0,0,129,'docsCableUpstream','CATV Upstream interface [Azlina_Palmer]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(131,0,0,130,'a12MppSwitch','Avalon Parallel Processor [Ross_Harvey]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(132,0,0,131,'tunnel','Encapsulation interface [Dave_Thaler]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(133,0,0,132,'coffee','coffee pot [RFC2325]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(134,0,0,133,'ces','Circiut Emulation Service [Ron_Carmona]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(135,0,0,134,'atmSubInterface','(x) ATM Sub Interface [Keith_McCloghrie]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(136,0,0,135,'l2vlan','Layer 2 Virtual LAN using 802.1Q [Mike_MacFaden]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(137,0,0,136,'l3ipvlan','Layer 3 Virtual LAN - IP Protocol [Mike_MacFaden]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(138,0,0,137,'l3ipxvlan','Layer 3 Virtual LAN - IPX Prot. [Mike_MacFaden]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(139,0,0,138,'digitalPowerLine','IP over Power Lines [Hans_Scholtes]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(140,0,0,139,'mediaMailOverIp','(xxx) Multimedia Mail over IP [Hongchi_Shih]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(141,0,0,140,'dtm','Dynamic synchronous Transfer Mode [Jakob_Ellerstedt]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(142,0,0,141,'dcn','Data Communications Network [James_Card]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(143,0,0,142,'ipForward','IP Forwarding Interface [James_Card]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(144,0,0,143,'msdsl','Multi-rate Symmetric DSL [Gopinath_Durairaj]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(145,0,0,144,'ieee1394 IEEE1394','High Performance Serial Bus [Kenji_Fujisawa]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(146,0,0,145,'if-gsn','HIPPI-6400 [Jean_Michel_Pittet]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(147,0,0,146,'dvbRccMacLayer','DVB-RCC MAC Layer [Maarten_Oelering]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(148,0,0,147,'dvbRccDownstream','DVB-RCC Downstream Channel [Maarten_Oelering]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(149,0,0,148,'dvbRccUpstream','DVB-RCC Upstream Channel [Maarten_Oelering]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(150,0,0,149,'atmVirtual','ATM Virtual Interface [Subrahmanya_Hegde]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(151,0,0,150,'mplsTunnel','MPLS Tunnel Virtual Interface [Cheenu_Srinivasan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(152,0,0,151,'srp','Spatial Reuse Protocol [Bill_Shetti]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(153,0,0,152,'voiceOverAtm','Voice over ATM [Chris_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(154,0,0,153,'voiceOverFrameRelay','Voice Over Frame Relay [Chris_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(155,0,0,154,'idsl','Digital Subscriber Loop over ISDN [Patrick_Gili]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(156,0,0,155,'compositeLink','Avici Composite Link Interface [Joseph_Dube]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(157,0,0,156,'ss7SigLink','SS7 Signaling Link [Cheenu_Srinivasan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(158,0,0,157,'propWirelessP2P','Prop. P2P wireless interface [Joseph_Raja]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(159,0,0,158,'frForward','Frame forward Interface [Subrahmanya_Hegde]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(160,0,0,159,'rfc1483','Multiprotocol over ATM AAL5 [RFC1483]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(161,0,0,160,'USB','USB Interface [Bejamin_Dolnik]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(162,0,0,161,'ieee8023adLag','IEEE 802.3ad Link Aggregate [Les_Bell]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(163,0,0,162,'bgpPolicyAccounting','BGP Policy Accounting [Vinod_B_C]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(164,0,0,163,'frf16MfrBundle','FRF.16 Multilik Frame Relay [Pate_Prayson]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(165,0,0,164,'h323Gatekeeper','H323 Gatekeeper [Chris_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(166,0,0,165,'h323Proxy','H323 Voice and Video Proxy [Chris_White]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(167,0,0,166,'mpls','MPLS [Cheenu_Srinivasan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(168,0,0,167,'mfSigLink','Multi-frequency signaling link [Cheenu_Srinivasan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(169,0,0,168,'hdsl2','High Bit-Rate DSL, 2nd gen. [Bob_Ray]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(170,0,0,169,'shdsl','Multirate HDSL2 [Bob_Ray]',1,'NetworkPortEthernet','2024-12-01 14:42:31','2024-12-01 14:42:31'), +(171,0,0,170,'ds1FDL','Facility Data Link (4Kbps) on a DS1 [Bill_Kwan]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(172,0,0,171,'POS','Packet over SONET/SDH Interface [Ewart_Tempest]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(173,0,0,172,'dvbAsiIn','DVB-ASI Input [Hezi_Oved]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(174,0,0,173,'dvbAsiOut','DVB-ASI Output [Hezi_Oved]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(175,0,0,174,'plc','Power Line Communications [Andrew_Lunn]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(176,0,0,175,'NFAS','Non-Facility Associated Signaling [Sidney_Antommarchi]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(177,0,0,176,'TR008','TROO8 [Sidney_Antommarchi]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(178,0,0,177,'GR303RDT','Remote Digital Terminal [Sidney_Antommarchi]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(179,0,0,178,'GR303IDT','Integrated Digital Terminal [Sidney_Antommarchi]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(180,0,0,179,'ISUP','ISUP [Sidney_Antommarchi]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(181,0,0,180,'propDocsWirelessMaclayer','Cisco proprietary Maclayer [Joseph_Raja]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(182,0,0,181,'propDocsWirelessDownstream','Cisco proprietary Downstream [Joseph_Raja]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(183,0,0,182,'propDocsWirelessUpstream','Cisco proprietary Upstream [Joseph_Raja]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(184,0,0,183,'hiperlan2','HIPERLAN Type 2 Radio Interface [Jamshid_Khun_Jush]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(185,0,0,184,'propBWAp2Mp','PropBroadbandWirelessAccesspt2Multipt\n(use of this type for IEEE 802.16\nWMAN, interfaces as per IEEE 802.16\nis deprecated and iftype 237 should\nbe used instead) [Zvika_Zilberman]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(186,0,0,185,'sonetOverheadChannel','SONET Overhead Channel [ODSI_Coalition_K_Arv]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(187,0,0,186,'digitalWrapperOverheadChannel','Digital Wrapper\nOverhead [ODSI_Coalition_K_Arv]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(188,0,0,187,'aal2','ATM adaptation layer 2 [K_Ashoka]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(189,0,0,188,'radioMAC','MAC layer over radio links [Daniele_Behar]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(190,0,0,189,'atmRadio','ATM over radio links [Daniele_Behar]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(191,0,0,190,'IMT','Inter-Machine Trunks [Sidney_Antommarchi]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(192,0,0,191,'mvl','Multiple Virtual Lines DSL [Kevin_Baughman]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(193,0,0,192,'reachDSL','Long Reach DSL [Kevin_Baughman]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(194,0,0,193,'frDlciEndPt','Frame Relay DLCI End Point [Robert_Steinberger]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(195,0,0,194,'atmVciEndPt','ATM VCI End Point [Robert_Steinberger]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(196,0,0,195,'opticalChannel','Optical Channel [Mark_Stewart]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(197,0,0,196,'opticalTransport','Optical Transport [Mark_Stewart]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(198,0,0,197,'propAtm','Proprietary ATM [Subrahmanya_Hegde]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(199,0,0,198,'voiceOverCable','Voice Over Cable Interface [Eugene_Nechamkin]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(200,0,0,199,'infiniband','Infiniband [Bill_Strahm]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(201,0,0,200,'teLink','TE Link [Martin_Dubuc]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(202,0,0,201,'q2931','Q.2931 [Sidney_Antommarchi_2]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(203,0,0,202,'virtualTg','Virtual Trunk Group [Sidney_Antommarchi_2]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(204,0,0,203,'sipTg','SIP Trunk Group [Sidney_Antommarchi_2]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(205,0,0,204,'sipSig','SIP Signaling [Sidney_Antommarchi_2]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(206,0,0,205,'docsCableUpstreamChannel','CATV Upstream Channel [Greg_Nakanishi]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(207,0,0,206,'econet','Acorn Econet [Ben_Harris]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(208,0,0,207,'pon155','FSAN 155Mb Symetrical PON interface [Graham_Higgins]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(209,0,0,208,'pon622','FSAN 622Mb Symetrical PON interface [Graham_Higgins]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(210,0,0,209,'bridge','Transparent bridge interface [Yuzo_Watanabe]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(211,0,0,210,'linegroup','Interface common to multiple lines [Yuzo_Watanabe]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(212,0,0,211,'voiceEMFGD','voice E&M Feature Group D [Taher_Shaikh]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(213,0,0,212,'voiceFGDEANA','voice FGD Exchange Access North American [Taher_Shaikh]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(214,0,0,213,'voiceDID','voice Direct Inward Dialing [Taher_Shaikh]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(215,0,0,214,'mpegTransport','MPEG transport interface [Gaurav_Aggarwal]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(216,0,0,215,'sixToFour','6to4 interface (DEPRECATED) [RFC4087]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(217,0,0,216,'gtp','GTP (GPRS Tunneling Protocol) [Rajesh_M_L]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(218,0,0,217,'pdnEtherLoop1','Paradyne EtherLoop 1 [Shu_Dong]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(219,0,0,218,'pdnEtherLoop2','Paradyne EtherLoop 2 [Shu_Dong]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(220,0,0,219,'opticalChannelGroup','Optical Channel Group [Hing_Kam_Lam]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(221,0,0,220,'homepna','HomePNA ITU-T G.989 [Stephen_Palm]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(222,0,0,221,'gfp','Generic Framing Procedure (GFP) [Italo_Busi]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(223,0,0,222,'ciscoISLvlan','Layer 2 Virtual LAN using Cisco ISL [Sandeep_Raghavendra]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(224,0,0,223,'actelisMetaLOOP','Acteleis proprietary MetaLOOP\nHigh Speed Link [Edward_Beili]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(225,0,0,224,'fcipLink','FCIP Link [Anil_Rijhsinghani]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(226,0,0,225,'rpr','Resilient Packet Ring Interface Type [IEEE 802.17]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(227,0,0,226,'qam','RF Qam Interface [Jeyachitra_Alagar]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(228,0,0,227,'lmp','Link Management Protocol [RFC4327]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(229,0,0,228,'cblVectaStar','Cambridge Broadband Networks Limited\nVectaStar [John_Naylon]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(230,0,0,229,'docsCableMCmtsDownstream','CATV Modular CMTS Downstream\nInterface [Eduardo_Cardona][\"Data-Over-Cable Service Interface Specifications:\nM-CMTS Operations Support System Interface Specification,\nCM-SP-M-OSSI-I01-050805\", DOCSIS, August 2005.][http://www.cablemodem.com/specifications][https://www.cablelabs.com/specifications/archives/docsis.html]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(231,0,0,230,'adsl2','Asymmetric Digital Subscriber Loop\nVersion 2 (DEPRECATED - REPLACED\nBY 238) [RFC4706]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(232,0,0,231,'macSecControlledIF','MACSecControlled [Paul_Congdon]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(233,0,0,232,'macSecUncontrolledIF','MACSecUncontrolled [Paul_Congdon]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(234,0,0,233,'aviciOpticalEther','Avici Optical Ethernet Aggregate [Somen_Bhattacharya]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(235,0,0,234,'atmbond','atmbond [https://www.itu.int/rec/T-REC-G.998.1-200501-I/en]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(236,0,0,235,'voiceFGDOS','voice FGD Operator Services [Lizzie_Cheung]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(237,0,0,236,'mocaVersion1','MultiMedia over Coax Alliance [Ladd_Wardani]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(238,0,0,237,'ieee80216WMAN','IEEE 802.16 WMAN interface [http://standards.ieee.org/getieee802/802.16.html]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(239,0,0,238,'adsl2plus','Asymmetric Digital Subscriber Loop\nVersion 2 -- Version 2 Plus and all\nvariants [RFC4706]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(240,0,0,239,'dvbRcsMacLayer','DVB-RCS MAC Layer [RFC5728][ETSI EN 301 790][https://web.archive.org/web/20181229131835/http://satlabs.org/pdf/SatLabs_System_Recommendations_v2.0_M&C.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(241,0,0,240,'dvbTdm','DVB Satellite TDM [RFC5728][ETSI EN 300 421][ETSI EN 302 307][https://web.archive.org/web/20181229131835/http://satlabs.org/pdf/SatLabs_System_Recommendations_v2.0_M&C.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(242,0,0,241,'dvbRcsTdma','DVB-RCS TDMA [RFC5728][ETSI EN 301 790][ETSI EN 300 421][https://web.archive.org/web/20181229131835/http://satlabs.org/pdf/SatLabs_System_Recommendations_v2.0_M&C.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(243,0,0,242,'x86Laps','LAPS based on ITU-T X.86/Y.1323 [Orly_Nicklass][http://grouper.ieee.org/groups/802/3/ad_hoc/etholaps/public/docs/opening_report_0301.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(244,0,0,243,'wwanPP','3GPP WWAN [Gabriel_Montenegro][https://www.3gpp.org/ftp/specs/archive/23_series/23.060/23060-740.zip]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(245,0,0,244,'wwanPP2','3GPP2 WWAN [Gabriel_Montenegro][http://www.3gpp2.org/Public_html/Specs/C.S0017-005-A_v1.0_040617.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(246,0,0,245,'voiceEBS','voice P-phone EBS physical interface [Tom_Chou]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(247,0,0,246,'ifPwType','Pseudowire interface type [RFC5601]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(248,0,0,247,'ILAN','Internal LAN on a bridge per IEEE\n802.1ap [Glenn_Parsons][http://www.ieee802.org/1/files/private/ap-drafts/d3/802-1ap-D3-4.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(249,0,0,248,'PIP','Provider Instance Port on a bridge\nper IEEE 802.1ah PBB [Glenn_Parsons][http://www.ieee802.org/1/files/private/ah-drafts/d4/802-1ah-d4-2.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(250,0,0,249,'aluELP','Alcatel-Lucent Ethernet Link Protection [Xiaohua_Ma]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(251,0,0,250,'gpon','Gigabit-capable passive optical networks\n(G-PON) as per ITU-T G.984 [Hyeri_Koh]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(252,0,0,251,'vdsl2','Very high speed digital subscriber\nline Version 2 (as per ITU-T Recommendation\nG.993.2) [Markus_Freudenberger][RFC5650]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(253,0,0,252,'capwapDot11Profile','WLAN Profile Interface [RFC5834]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(254,0,0,253,'capwapDot11Bss','WLAN BSS Interface [RFC5834]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(255,0,0,254,'capwapWtpVirtualRadio','WTP Virtual Radio Interface [RFC5833]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(256,0,0,255,'bits','bitsport [Du_Feng]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(257,0,0,256,'docsCableUpstreamRfPort','DOCSIS CATV Upstream RF\nPort [Michael_Patrick][https://www.cablelabs.com/specifications/CM-SP-EQAM-PMI-I01-081209.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(258,0,0,257,'cableDownstreamRfPort','CATV downstream RF port [Michael_Patrick]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(259,0,0,258,'vmwareVirtualNic','VMware Virtual Network Interface [Mike_MacFaden]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(260,0,0,259,'ieee802154','IEEE 802.15.4 WPAN interface [Juergen_Schoenwaelde][\"IEEE Std. 802.15.4-2006\", October 2006.]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(261,0,0,260,'otnOdu','OTN Optical Data Unit [Jim_Vance][https://www.itu.int/ITU-T/studygroups/com15/otn/OTNtutorial.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(262,0,0,261,'otnOtu','OTN Optical channel Transport Unit [Jim_Vance][https://www.itu.int/ITU-T/studygroups/com15/otn/OTNtutorial.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(263,0,0,262,'ifVfiType','VPLS Forwarding Instance Interface\nType [Manas_Pati]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(264,0,0,263,'g9981','G.998.1 bonded interface [RFC6768][RFC Errata 3591]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(265,0,0,264,'g9982','G.998.2 bonded interface [RFC6767][RFC Errata 3589]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(266,0,0,265,'g9983','G.998.3 bonded interface [RFC6766][RFC Errata 3588]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(267,0,0,266,'aluEpon (E-PON)','Ethernet Passive Optical Networks [Karel_Meijfroidt]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(268,0,0,267,'aluEponOnu','EPON Optical Network Unit [Karel_Meijfroidt]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(269,0,0,268,'aluEponPhysicalUni','EPON physical User to Network\ninterface [Karel_Meijfroidt]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(270,0,0,269,'aluEponLogicalLink','The emulation of a point-to-point\nlink over the EPON layer [Karel_Meijfroidt]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(271,0,0,270,'aluGponOnu','GPON Optical Network Unit [Karel_Meijfroidt][https://www.itu.int/rec/T-REC-G.984.2/en]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(272,0,0,271,'aluGponPhysicalUni','GPON physical User to Network\ninterface [Karel_Meijfroidt][https://www.itu.int/rec/T-REC-G.984.2/en]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(273,0,0,272,'vmwareNicTeam','VMware NIC Team [Michael_MacFaden][https://www.vmware.com/pdf/esx2_NIC_Teaming.pdf]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(274,0,0,273,'Reserved','The corresponding transmission value\nis allocated according to the following\nreference. [RFC6825]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(275,0,0,274,'Reserved','The corresponding transmission value\nis allocated according to the following reference. [RFC7257]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(276,0,0,275,'Reserved','The corresponding transmission value\nis allocated according to the following reference. [RFC7257]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(277,0,0,276,'Reserved','The corresponding transmission value\nis allocated according to the following reference. [RFC7257]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(278,0,0,277,'docsOfdmDownstream','CATV Downstream OFDM interface [https://www.cablelabs.com/specification/cable-modem-operations-support-system-interface-specification][Miguel_O_Alvarez]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(279,0,0,278,'docsOfdmaUpstream','CATV Upstream OFDMA interface [https://www.cablelabs.com/specification/cable-modem-operations-support-system-interface-specification][Miguel_O_Alvarez]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(280,0,0,279,'gfast','G.fast port [ITU-T G.9701]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(281,0,0,280,'sdci','SDCI (IO-Link) [IEC 61131-9 Edition 1.0 2013-09][Markus_Rentschler]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(282,0,0,281,'xboxWireless','Xbox wireless [Brandon_Jiang]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(283,0,0,282,'fastdsl','FastDSL [BBF TR-355][Broadband_Forum]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(284,0,0,283,'docsCableScte55d1FwdOob','Cable SCTE 55-1 OOB Forward Channel [https://www.scte.org/documents/pdf/Standards/ANSI_SCTE-55-1-2009.pdf][Brian_Hedstrom]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(285,0,0,284,'docsCableScte55d1RetOob','Cable SCTE 55-1 OOB Return Channel [https://www.scte.org/documents/pdf/Standards/ANSI_SCTE-55-1-2009.pdf][Brian_Hedstrom]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(286,0,0,285,'docsCableScte55d2DsOob','Cable SCTE 55-2 OOB Downstream Channel [https://web.archive.org/web/20190822104256/http://www.scte.org/documents/pdf/Standards/ANSI_SCTE%2055-2%202008.pdf][Brian_Hedstrom]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(287,0,0,286,'docsCableScte55d2UsOob','Cable SCTE 55-2 OOB Upstream Channel [https://web.archive.org/web/20190822104256/http://www.scte.org/documents/pdf/Standards/ANSI_SCTE%2055-2%202008.pdf][Brian_Hedstrom]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(288,0,0,287,'docsCableNdf','Cable Narrowband Digital Forward [http://www.cablelabs.com/wp-content/uploads/specdocs/CM-SP-R-OOB-I04-160923.pdf][Brian_Hedstrom]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(289,0,0,288,'docsCableNdr','Cable Narrowband Digital Return [http://www.cablelabs.com/wp-content/uploads/specdocs/CM-SP-R-OOB-I04-160923.pdf][Brian_Hedstrom]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(290,0,0,289,'ptm','Packet Transfer Mode [ITU-T G.993.1, Annex H][ITU-T G.993.2][ITU-T G.9701][Broadband_Forum]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(291,0,0,290,'ghn','G.hn port [ITU-T G.9961][Broadband_Forum]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(292,0,0,291,'otnOtsi','Optical Tributary Signal [ITU-T G.959.1][Koteswara_Boyapati]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(293,0,0,292,'otnOtuc','OTN OTUCn [ITU-T G.709/Y.1331][Koteswara_Boyapati]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(294,0,0,293,'otnOduc','OTN ODUC [ITU-T G.709][Koteswara_Boyapati]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(295,0,0,294,'otnOtsig','OTN OTUC Signal [ITU-T G.709][Koteswara_Boyapati]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(296,0,0,295,'microwaveCarrierTermination','air interface of a single microwave carrier [RFC8561]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(297,0,0,296,'microwaveRadioLinkTerminal','radio link interface for one or several aggregated microwave carriers [RFC8561]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(298,0,0,297,'ieee8021axDrni','IEEE 802.1AX Distributed Resilient Network Interface [IEEE 802.1AX-Rev-d2-0][John_Messenger]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(299,0,0,298,'ax25','AX.25 network interfaces [AX.25 Link Access Protocol for Amateur Packet Radio version 2.2][Iain_Learmonth]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(300,0,0,299,'ieee19061nanocom','Nanoscale and Molecular Communication [IEEE 1906.1-2015][Stephen_F_Bush]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(301,0,0,300,'cpri','Common Public Radio Interface [CPRI v7.0][Renwang_Liu]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(302,0,0,301,'omni','Overlay Multilink Network Interface (OMNI) [draft-templin-6man-omni-00][Fred_L_Templin]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(303,0,0,302,'roe','Radio over Ethernet Interface [1914.3-2018 - IEEE Standard for Radio over Ethernet Encapsulations and Mappings][Renwang_Liu]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'), +(304,0,0,303,'p2pOverLan','Point to Point over LAN interface [RFC9296]',0,NULL,'2024-12-01 14:42:31','2024-12-01 14:42:31'); +/*!40000 ALTER TABLE `glpi_networkporttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networkportwifis` +-- + +DROP TABLE IF EXISTS `glpi_networkportwifis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networkportwifis` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_devicenetworkcards_id` int(10) unsigned NOT NULL DEFAULT 0, + `wifinetworks_id` int(10) unsigned NOT NULL DEFAULT 0, + `networkportwifis_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'only useful in case of Managed node', + `version` varchar(20) DEFAULT NULL COMMENT 'a, a/b, a/b/g, a/b/g/n, a/b/g/n/y', + `mode` varchar(20) DEFAULT NULL COMMENT 'ad-hoc, managed, master, repeater, secondary, monitor, auto', + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `networkports_id` (`networkports_id`), + KEY `card` (`items_devicenetworkcards_id`), + KEY `essid` (`wifinetworks_id`), + KEY `version` (`version`), + KEY `mode` (`mode`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `networkportwifis_id` (`networkportwifis_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networkportwifis` +-- + +LOCK TABLES `glpi_networkportwifis` WRITE; +/*!40000 ALTER TABLE `glpi_networkportwifis` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networkportwifis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_networks` +-- + +DROP TABLE IF EXISTS `glpi_networks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_networks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_networks` +-- + +LOCK TABLES `glpi_networks` WRITE; +/*!40000 ALTER TABLE `glpi_networks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_networks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_notepads` +-- + +DROP TABLE IF EXISTS `glpi_notepads`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_notepads` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_lastupdater` int(10) unsigned NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `item` (`itemtype`,`items_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `users_id_lastupdater` (`users_id_lastupdater`), + KEY `users_id` (`users_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_notepads` +-- + +LOCK TABLES `glpi_notepads` WRITE; +/*!40000 ALTER TABLE `glpi_notepads` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_notepads` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_notifications` +-- + +DROP TABLE IF EXISTS `glpi_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_notifications` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `event` varchar(255) NOT NULL, + `comment` text DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `allow_response` tinyint(4) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `itemtype` (`itemtype`), + KEY `entities_id` (`entities_id`), + KEY `is_active` (`is_active`), + KEY `date_mod` (`date_mod`), + KEY `is_recursive` (`is_recursive`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_notifications` +-- + +LOCK TABLES `glpi_notifications` WRITE; +/*!40000 ALTER TABLE `glpi_notifications` DISABLE KEYS */; +INSERT INTO `glpi_notifications` VALUES +(1,'Alert Tickets not closed',0,'Ticket','alertnotclosed',NULL,1,1,NULL,NULL,1), +(2,'New Ticket',0,'Ticket','new',NULL,1,1,NULL,NULL,1), +(3,'Update Ticket',0,'Ticket','update',NULL,1,0,NULL,NULL,1), +(4,'Close Ticket',0,'Ticket','closed',NULL,1,1,NULL,NULL,1), +(5,'Add Followup',0,'Ticket','add_followup',NULL,1,1,NULL,NULL,1), +(6,'Add Task',0,'Ticket','add_task',NULL,1,1,NULL,NULL,1), +(7,'Update Followup',0,'Ticket','update_followup',NULL,1,1,NULL,NULL,1), +(8,'Update Task',0,'Ticket','update_task',NULL,1,1,NULL,NULL,1), +(9,'Delete Followup',0,'Ticket','delete_followup',NULL,1,1,NULL,NULL,1), +(10,'Delete Task',0,'Ticket','delete_task',NULL,1,1,NULL,NULL,1), +(11,'Resolve ticket',0,'Ticket','solved',NULL,1,1,NULL,NULL,1), +(12,'Ticket Validation',0,'Ticket','validation',NULL,1,1,NULL,NULL,1), +(13,'New Reservation',0,'Reservation','new',NULL,1,1,NULL,NULL,1), +(14,'Update Reservation',0,'Reservation','update',NULL,1,1,NULL,NULL,1), +(15,'Delete Reservation',0,'Reservation','delete',NULL,1,1,NULL,NULL,1), +(16,'Alert Reservation',0,'Reservation','alert',NULL,1,1,NULL,NULL,1), +(17,'Contract Notice',0,'Contract','notice',NULL,1,1,NULL,NULL,1), +(18,'Contract End',0,'Contract','end',NULL,1,1,NULL,NULL,1), +(19,'MySQL Synchronization',0,'DBConnection','desynchronization',NULL,1,1,NULL,NULL,1), +(20,'Cartridges',0,'CartridgeItem','alert',NULL,1,1,NULL,NULL,1), +(21,'Consumables',0,'ConsumableItem','alert',NULL,1,1,NULL,NULL,1), +(22,'Infocoms',0,'Infocom','alert',NULL,1,1,NULL,NULL,1), +(23,'Software Licenses',0,'SoftwareLicense','alert',NULL,1,1,NULL,NULL,1), +(24,'Ticket Recall',0,'Ticket','recall',NULL,1,1,NULL,NULL,1), +(25,'Password Forget',0,'User','passwordforget',NULL,1,1,NULL,NULL,1), +(26,'Ticket Satisfaction',0,'Ticket','satisfaction',NULL,1,1,NULL,NULL,1), +(27,'Item not unique',0,'FieldUnicity','refuse',NULL,1,1,NULL,NULL,1), +(28,'CronTask Watcher',0,'CronTask','alert',NULL,1,1,NULL,NULL,1), +(29,'New Problem',0,'Problem','new',NULL,1,1,NULL,NULL,1), +(30,'Update Problem',0,'Problem','update',NULL,1,1,NULL,NULL,1), +(31,'Resolve Problem',0,'Problem','solved',NULL,1,1,NULL,NULL,1), +(32,'Add Task',0,'Problem','add_task',NULL,1,1,NULL,NULL,1), +(33,'Update Task',0,'Problem','update_task',NULL,1,1,NULL,NULL,1), +(34,'Delete Task',0,'Problem','delete_task',NULL,1,1,NULL,NULL,1), +(35,'Close Problem',0,'Problem','closed',NULL,1,1,NULL,NULL,1), +(36,'Delete Problem',0,'Problem','delete',NULL,1,1,NULL,NULL,1), +(37,'Ticket Validation Answer',0,'Ticket','validation_answer',NULL,1,1,NULL,NULL,1), +(38,'Contract End Periodicity',0,'Contract','periodicity',NULL,1,1,NULL,NULL,1), +(39,'Contract Notice Periodicity',0,'Contract','periodicitynotice',NULL,1,1,NULL,NULL,1), +(40,'Planning recall',0,'PlanningRecall','planningrecall',NULL,1,1,NULL,NULL,1), +(41,'Delete Ticket',0,'Ticket','delete',NULL,1,1,NULL,NULL,1), +(42,'New Change',0,'Change','new',NULL,1,1,NULL,NULL,1), +(43,'Update Change',0,'Change','update',NULL,1,1,NULL,NULL,1), +(44,'Resolve Change',0,'Change','solved',NULL,1,1,NULL,NULL,1), +(45,'Add Task',0,'Change','add_task',NULL,1,1,NULL,NULL,1), +(46,'Update Task',0,'Change','update_task',NULL,1,1,NULL,NULL,1), +(47,'Delete Task',0,'Change','delete_task',NULL,1,1,NULL,NULL,1), +(48,'Close Change',0,'Change','closed',NULL,1,1,NULL,NULL,1), +(49,'Delete Change',0,'Change','delete',NULL,1,1,NULL,NULL,1), +(50,'Ticket Satisfaction Answer',0,'Ticket','replysatisfaction',NULL,1,1,NULL,NULL,1), +(51,'Receiver errors',0,'MailCollector','error',NULL,1,1,NULL,NULL,1), +(52,'New Project',0,'Project','new',NULL,1,1,NULL,NULL,1), +(53,'Update Project',0,'Project','update',NULL,1,1,NULL,NULL,1), +(54,'Delete Project',0,'Project','delete',NULL,1,1,NULL,NULL,1), +(55,'New Project Task',0,'ProjectTask','new',NULL,1,1,NULL,NULL,1), +(56,'Update Project Task',0,'ProjectTask','update',NULL,1,1,NULL,NULL,1), +(57,'Delete Project Task',0,'ProjectTask','delete',NULL,1,1,NULL,NULL,1), +(58,'Request Unlock Items',0,'ObjectLock','unlock',NULL,1,1,NULL,NULL,1), +(59,'New user in requesters',0,'Ticket','requester_user',NULL,1,1,NULL,NULL,1), +(60,'New group in requesters',0,'Ticket','requester_group',NULL,1,1,NULL,NULL,1), +(61,'New user in observers',0,'Ticket','observer_user',NULL,1,1,NULL,NULL,1), +(62,'New group in observers',0,'Ticket','observer_group',NULL,1,1,NULL,NULL,1), +(63,'New user in assignees',0,'Ticket','assign_user',NULL,1,1,NULL,NULL,1), +(64,'New group in assignees',0,'Ticket','assign_group',NULL,1,1,NULL,NULL,1), +(65,'New supplier in assignees',0,'Ticket','assign_supplier',NULL,1,1,NULL,NULL,1), +(66,'Saved searches',0,'SavedSearch_Alert','alert',NULL,1,1,NULL,NULL,1), +(67,'Certificates',0,'Certificate','alert',NULL,1,1,NULL,NULL,1), +(68,'Alert expired domains',0,'Domain','ExpiredDomains',NULL,1,1,NULL,NULL,1), +(69,'Alert domains close expiries',0,'Domain','DomainsWhichExpire',NULL,1,1,NULL,NULL,1), +(70,'Password expires alert',0,'User','passwordexpires',NULL,1,1,NULL,NULL,1), +(71,'Check plugin updates',0,'Glpi\\Marketplace\\Controller','checkpluginsupdate',NULL,1,1,NULL,NULL,1), +(72,'New user mentioned',0,'Ticket','user_mention',NULL,1,1,NULL,NULL,1); +/*!40000 ALTER TABLE `glpi_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_notifications_notificationtemplates` +-- + +DROP TABLE IF EXISTS `glpi_notifications_notificationtemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_notifications_notificationtemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `notifications_id` int(10) unsigned NOT NULL DEFAULT 0, + `mode` varchar(20) NOT NULL COMMENT 'See Notification_NotificationTemplate::MODE_* constants', + `notificationtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`notifications_id`,`mode`,`notificationtemplates_id`), + KEY `notificationtemplates_id` (`notificationtemplates_id`), + KEY `mode` (`mode`) +) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_notifications_notificationtemplates` +-- + +LOCK TABLES `glpi_notifications_notificationtemplates` WRITE; +/*!40000 ALTER TABLE `glpi_notifications_notificationtemplates` DISABLE KEYS */; +INSERT INTO `glpi_notifications_notificationtemplates` VALUES +(1,1,'mailing',6), +(2,2,'mailing',4), +(3,3,'mailing',4), +(4,4,'mailing',4), +(5,5,'mailing',4), +(6,6,'mailing',4), +(7,7,'mailing',4), +(8,8,'mailing',4), +(9,9,'mailing',4), +(10,10,'mailing',4), +(11,11,'mailing',4), +(12,12,'mailing',7), +(13,13,'mailing',2), +(14,14,'mailing',2), +(15,15,'mailing',2), +(16,16,'mailing',3), +(17,17,'mailing',12), +(18,18,'mailing',12), +(19,19,'mailing',1), +(20,20,'mailing',8), +(21,21,'mailing',9), +(22,22,'mailing',10), +(23,23,'mailing',11), +(24,24,'mailing',4), +(25,25,'mailing',13), +(26,26,'mailing',14), +(27,27,'mailing',15), +(28,28,'mailing',16), +(29,29,'mailing',17), +(30,30,'mailing',17), +(31,31,'mailing',17), +(32,32,'mailing',17), +(33,33,'mailing',17), +(34,34,'mailing',17), +(35,35,'mailing',17), +(36,36,'mailing',17), +(37,37,'mailing',7), +(38,38,'mailing',12), +(39,39,'mailing',12), +(40,40,'mailing',18), +(41,41,'mailing',4), +(42,42,'mailing',19), +(43,43,'mailing',19), +(44,44,'mailing',19), +(45,45,'mailing',19), +(46,46,'mailing',19), +(47,47,'mailing',19), +(48,48,'mailing',19), +(49,49,'mailing',19), +(50,50,'mailing',14), +(51,51,'mailing',20), +(52,52,'mailing',21), +(53,53,'mailing',21), +(54,54,'mailing',21), +(55,55,'mailing',22), +(56,56,'mailing',22), +(57,57,'mailing',22), +(58,58,'mailing',23), +(59,59,'mailing',4), +(60,60,'mailing',4), +(61,61,'mailing',4), +(62,62,'mailing',4), +(63,63,'mailing',4), +(64,64,'mailing',4), +(65,65,'mailing',4), +(66,66,'mailing',24), +(67,67,'mailing',25), +(68,68,'mailing',26), +(69,69,'mailing',26), +(70,70,'mailing',27), +(71,71,'mailing',28), +(72,72,'mailing',4); +/*!40000 ALTER TABLE `glpi_notifications_notificationtemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_notificationtargets` +-- + +DROP TABLE IF EXISTS `glpi_notificationtargets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_notificationtargets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 0, + `notifications_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `items` (`type`,`items_id`), + KEY `notifications_id` (`notifications_id`) +) ENGINE=InnoDB AUTO_INCREMENT=141 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_notificationtargets` +-- + +LOCK TABLES `glpi_notificationtargets` WRITE; +/*!40000 ALTER TABLE `glpi_notificationtargets` DISABLE KEYS */; +INSERT INTO `glpi_notificationtargets` VALUES +(1,3,1,13), +(2,1,1,13), +(3,3,2,2), +(4,1,1,2), +(5,1,1,3), +(6,1,1,5), +(7,1,1,4), +(8,2,1,3), +(9,4,1,3), +(10,3,1,2), +(11,3,1,3), +(12,3,1,5), +(13,3,1,4), +(14,1,1,19), +(15,14,1,12), +(16,3,1,14), +(17,1,1,14), +(18,3,1,15), +(19,1,1,15), +(20,1,1,6), +(21,3,1,6), +(22,1,1,7), +(23,3,1,7), +(24,1,1,8), +(25,3,1,8), +(26,1,1,9), +(27,3,1,9), +(28,1,1,10), +(29,3,1,10), +(30,1,1,11), +(31,3,1,11), +(32,19,1,25), +(33,3,1,26), +(34,21,1,2), +(35,21,1,3), +(36,21,1,5), +(37,21,1,4), +(38,21,1,6), +(39,21,1,7), +(40,21,1,8), +(41,21,1,9), +(42,21,1,10), +(43,21,1,11), +(46,1,1,28), +(47,3,1,29), +(48,1,1,29), +(49,21,1,29), +(50,2,1,30), +(51,4,1,30), +(52,3,1,30), +(53,1,1,30), +(54,21,1,30), +(55,3,1,31), +(56,1,1,31), +(57,21,1,31), +(58,3,1,32), +(59,1,1,32), +(60,21,1,32), +(61,3,1,33), +(62,1,1,33), +(63,21,1,33), +(64,3,1,34), +(65,1,1,34), +(66,21,1,34), +(67,3,1,35), +(68,1,1,35), +(69,21,1,35), +(70,3,1,36), +(71,1,1,36), +(72,21,1,36), +(73,14,1,37), +(74,3,1,40), +(75,1,1,41), +(76,3,1,42), +(77,1,1,42), +(78,21,1,42), +(79,2,1,43), +(80,4,1,43), +(81,3,1,43), +(82,1,1,43), +(83,21,1,43), +(84,3,1,44), +(85,1,1,44), +(86,21,1,44), +(87,3,1,45), +(88,1,1,45), +(89,21,1,45), +(90,3,1,46), +(91,1,1,46), +(92,21,1,46), +(93,3,1,47), +(94,1,1,47), +(95,21,1,47), +(96,3,1,48), +(97,1,1,48), +(98,21,1,48), +(99,3,1,49), +(100,1,1,49), +(101,21,1,49), +(102,3,1,50), +(103,2,1,50), +(104,1,1,51), +(105,27,1,52), +(106,1,1,52), +(107,28,1,52), +(108,27,1,53), +(109,1,1,53), +(110,28,1,53), +(111,27,1,54), +(112,1,1,54), +(113,28,1,54), +(114,31,1,55), +(115,1,1,55), +(116,32,1,55), +(117,31,1,56), +(118,1,1,56), +(119,32,1,56), +(120,31,1,57), +(121,1,1,57), +(122,32,1,57), +(123,19,1,58), +(124,3,1,59), +(125,13,1,60), +(126,21,1,61), +(127,20,1,62), +(128,2,1,63), +(129,9,1,64), +(130,8,1,65), +(131,19,1,66), +(132,5,1,67), +(133,23,1,67), +(134,5,1,68), +(135,23,1,68), +(136,5,1,69), +(137,23,1,69), +(138,19,1,70), +(139,1,1,71), +(140,39,1,72); +/*!40000 ALTER TABLE `glpi_notificationtargets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_notificationtemplates` +-- + +DROP TABLE IF EXISTS `glpi_notificationtemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_notificationtemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `itemtype` varchar(100) NOT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `css` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `itemtype` (`itemtype`), + KEY `date_mod` (`date_mod`), + KEY `name` (`name`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_notificationtemplates` +-- + +LOCK TABLES `glpi_notificationtemplates` WRITE; +/*!40000 ALTER TABLE `glpi_notificationtemplates` DISABLE KEYS */; +INSERT INTO `glpi_notificationtemplates` VALUES +(1,'MySQL Synchronization','DBConnection',NULL,NULL,NULL,NULL), +(2,'Reservations','Reservation',NULL,NULL,NULL,NULL), +(3,'Alert Reservation','Reservation',NULL,NULL,NULL,NULL), +(4,'Tickets','Ticket',NULL,NULL,NULL,NULL), +(5,'Tickets (Simple)','Ticket',NULL,NULL,NULL,NULL), +(6,'Alert Tickets not closed','Ticket',NULL,NULL,NULL,NULL), +(7,'Tickets Validation','Ticket',NULL,NULL,NULL,NULL), +(8,'Cartridges','CartridgeItem',NULL,NULL,NULL,NULL), +(9,'Consumables','ConsumableItem',NULL,NULL,NULL,NULL), +(10,'Infocoms','Infocom',NULL,NULL,NULL,NULL), +(11,'Licenses','SoftwareLicense',NULL,NULL,NULL,NULL), +(12,'Contracts','Contract',NULL,NULL,NULL,NULL), +(13,'Password Forget','User',NULL,NULL,NULL,NULL), +(14,'Ticket Satisfaction','Ticket',NULL,NULL,NULL,NULL), +(15,'Item not unique','FieldUnicity',NULL,NULL,NULL,NULL), +(16,'CronTask','CronTask',NULL,NULL,NULL,NULL), +(17,'Problems','Problem',NULL,NULL,NULL,NULL), +(18,'Planning recall','PlanningRecall',NULL,NULL,NULL,NULL), +(19,'Changes','Change',NULL,NULL,NULL,NULL), +(20,'Receiver errors','MailCollector',NULL,NULL,NULL,NULL), +(21,'Projects','Project',NULL,NULL,NULL,NULL), +(22,'Project Tasks','ProjectTask',NULL,NULL,NULL,NULL), +(23,'Unlock Item request','ObjectLock',NULL,NULL,NULL,NULL), +(24,'Saved searches alerts','SavedSearch_Alert',NULL,NULL,NULL,NULL), +(25,'Certificates','Certificate',NULL,NULL,NULL,NULL), +(26,'Alert domains','Domain',NULL,NULL,NULL,NULL), +(27,'Password expires alert','User',NULL,NULL,NULL,NULL), +(28,'Plugin updates','Glpi\\Marketplace\\Controller',NULL,NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_notificationtemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_notificationtemplatetranslations` +-- + +DROP TABLE IF EXISTS `glpi_notificationtemplatetranslations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_notificationtemplatetranslations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `notificationtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `language` varchar(10) NOT NULL DEFAULT '', + `subject` varchar(255) NOT NULL, + `content_text` text DEFAULT NULL, + `content_html` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `notificationtemplates_id` (`notificationtemplates_id`) +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_notificationtemplatetranslations` +-- + +LOCK TABLES `glpi_notificationtemplatetranslations` WRITE; +/*!40000 ALTER TABLE `glpi_notificationtemplatetranslations` DISABLE KEYS */; +INSERT INTO `glpi_notificationtemplatetranslations` VALUES +(1,1,'','##lang.dbconnection.title##','##lang.dbconnection.delay## : ##dbconnection.delay##','<p>##lang.dbconnection.delay## : ##dbconnection.delay##</p>'), +(2,2,'','##reservation.action##','======================================================================\n##lang.reservation.user##: ##reservation.user##\n##lang.reservation.item.name##: ##reservation.itemtype## - ##reservation.item.name##\n##IFreservation.tech## ##lang.reservation.tech## ##reservation.tech## ##ENDIFreservation.tech##\n##lang.reservation.begin##: ##reservation.begin##\n##lang.reservation.end##: ##reservation.end##\n##lang.reservation.comment##: ##reservation.comment##\n======================================================================','<!-- description{ color: inherit; background: #ebebeb;border-style: solid;border-color: #8d8d8d; border-width: 0px 1px 1px 0px; } -->\n<p><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.reservation.user##:</span>##reservation.user##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.reservation.item.name##:</span>##reservation.itemtype## - ##reservation.item.name##<br />##IFreservation.tech## ##lang.reservation.tech## ##reservation.tech####ENDIFreservation.tech##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.reservation.begin##:</span> ##reservation.begin##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.reservation.end##:</span>##reservation.end##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.reservation.comment##:</span> ##reservation.comment##</p>'), +(3,3,'','##reservation.action## ##reservation.entity##','##lang.reservation.entity## : ##reservation.entity##\n\n\n##FOREACHreservations##\n##lang.reservation.itemtype## : ##reservation.itemtype##\n\n ##lang.reservation.item## : ##reservation.item##\n\n ##reservation.url##\n\n ##ENDFOREACHreservations##','<p>##lang.reservation.entity## : ##reservation.entity## <br /> <br />\n##FOREACHreservations## <br />##lang.reservation.itemtype## : ##reservation.itemtype##<br />\n ##lang.reservation.item## : ##reservation.item##<br /> <br />\n <a href=\"##reservation.url##\"> ##reservation.url##</a><br />\n ##ENDFOREACHreservations##</p>'), +(4,4,'','##ticket.action## ##ticket.title##',' ##IFticket.storestatus=5##\n ##lang.ticket.url## : ##ticket.urlapprove##\n ##lang.ticket.autoclosewarning##\n ##lang.ticket.solvedate## : ##ticket.solvedate##\n ##lang.ticket.solution.type## : ##ticket.solution.type##\n ##lang.ticket.solution.description## : ##ticket.solution.description## ##ENDIFticket.storestatus##\n ##ELSEticket.storestatus## ##lang.ticket.url## : ##ticket.url## ##ENDELSEticket.storestatus##\n\n ##lang.ticket.description##\n\n ##lang.ticket.title## : ##ticket.title##\n ##lang.ticket.authors## : ##IFticket.authors## ##ticket.authors## ##ENDIFticket.authors## ##ELSEticket.authors##--##ENDELSEticket.authors##\n ##lang.ticket.creationdate## : ##ticket.creationdate##\n ##lang.ticket.closedate## : ##ticket.closedate##\n ##lang.ticket.requesttype## : ##ticket.requesttype##\n##lang.ticket.item.name## :\n\n##FOREACHitems##\n\n ##IFticket.itemtype##\n ##ticket.itemtype## - ##ticket.item.name##\n ##IFticket.item.model## ##lang.ticket.item.model## : ##ticket.item.model## ##ENDIFticket.item.model##\n ##IFticket.item.serial## ##lang.ticket.item.serial## : ##ticket.item.serial## ##ENDIFticket.item.serial##\n ##IFticket.item.otherserial## ##lang.ticket.item.otherserial## : ##ticket.item.otherserial## ##ENDIFticket.item.otherserial##\n ##ENDIFticket.itemtype##\n\n##ENDFOREACHitems##\n##IFticket.assigntousers## ##lang.ticket.assigntousers## : ##ticket.assigntousers## ##ENDIFticket.assigntousers##\n ##lang.ticket.status## : ##ticket.status##\n##IFticket.assigntogroups## ##lang.ticket.assigntogroups## : ##ticket.assigntogroups## ##ENDIFticket.assigntogroups##\n ##lang.ticket.urgency## : ##ticket.urgency##\n ##lang.ticket.impact## : ##ticket.impact##\n ##lang.ticket.priority## : ##ticket.priority##\n##IFticket.user.email## ##lang.ticket.user.email## : ##ticket.user.email ##ENDIFticket.user.email##\n##IFticket.category## ##lang.ticket.category## : ##ticket.category## ##ENDIFticket.category## ##ELSEticket.category## ##lang.ticket.nocategoryassigned## ##ENDELSEticket.category##\n ##lang.ticket.content## : ##ticket.content##\n ##IFticket.storestatus=6##\n\n ##lang.ticket.solvedate## : ##ticket.solvedate##\n ##lang.ticket.solution.type## : ##ticket.solution.type##\n ##lang.ticket.solution.description## : ##ticket.solution.description##\n ##ENDIFticket.storestatus##\n\n##FOREACHtimelineitems##\n[##timelineitems.date##]\n##lang.timelineitems.author## ##timelineitems.author##\n##lang.timelineitems.description## ##timelineitems.description##\n##lang.timelineitems.date## ##timelineitems.date##\n##lang.timelineitems.position## ##timelineitems.position##\n##lang.timelineitems.type## ##timelineitems.type##\n##lang.timelineitems.typename## ##timelineitems.typename##\n##ENDFOREACHtimelineitems##\n\n##lang.ticket.numberoffollowups## : ##ticket.numberoffollowups##\n##lang.ticket.numberoftasks## : ##ticket.numberoftasks##','<!-- description{ color: inherit; background: #ebebeb; border-style: solid;border-color: #8d8d8d; border-width: 0px 1px 1px 0px; } -->\n<div>##IFticket.storestatus=5##</div>\n<div>##lang.ticket.url## : <a href=\"##ticket.urlapprove##\">##ticket.urlapprove##</a> <strong> </strong></div>\n<div><strong>##lang.ticket.autoclosewarning##</strong></div>\n<div><span style=\"color: #888888;\"><strong><span style=\"text-decoration: underline;\">##lang.ticket.solvedate##</span></strong></span> : ##ticket.solvedate##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.ticket.solution.type##</strong></span> : ##ticket.solution.type##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.ticket.solution.description##</strong></span> : ##ticket.solution.description## ##ENDIFticket.storestatus##</div>\n<div>##ELSEticket.storestatus## ##lang.ticket.url## : <a href=\"##ticket.url##\">##ticket.url##</a> ##ENDELSEticket.storestatus##</div>\n<p class=\"description b\"><strong>##lang.ticket.description##</strong></p>\n<p><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.title##</span> :##ticket.title## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.authors##</span> :##IFticket.authors## ##ticket.authors## ##ENDIFticket.authors## ##ELSEticket.authors##--##ENDELSEticket.authors## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.creationdate##</span> :##ticket.creationdate## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.closedate##</span> :##ticket.closedate## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.requesttype##</span> :##ticket.requesttype##<br />\n<br /><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.item.name##</span> :\n<p>##FOREACHitems##</p>\n<div class=\"description b\">##IFticket.itemtype## ##ticket.itemtype## - ##ticket.item.name## ##IFticket.item.model## ##lang.ticket.item.model## : ##ticket.item.model## ##ENDIFticket.item.model## ##IFticket.item.serial## ##lang.ticket.item.serial## : ##ticket.item.serial## ##ENDIFticket.item.serial## ##IFticket.item.otherserial## ##lang.ticket.item.otherserial## : ##ticket.item.otherserial## ##ENDIFticket.item.otherserial## ##ENDIFticket.itemtype## </div><br />\n<p>##ENDFOREACHitems##</p>\n##IFticket.assigntousers## <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.assigntousers##</span> : ##ticket.assigntousers## ##ENDIFticket.assigntousers##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.ticket.status## </span> : ##ticket.status##<br /> ##IFticket.assigntogroups## <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.assigntogroups##</span> : ##ticket.assigntogroups## ##ENDIFticket.assigntogroups##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.urgency##</span> : ##ticket.urgency##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.impact##</span> : ##ticket.impact##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.priority##</span> : ##ticket.priority## <br /> ##IFticket.user.email##<span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.user.email##</span> : ##ticket.user.email ##ENDIFticket.user.email## <br /> ##IFticket.category##<span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.ticket.category## </span> :##ticket.category## ##ENDIFticket.category## ##ELSEticket.category## ##lang.ticket.nocategoryassigned## ##ENDELSEticket.category## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.ticket.content##</span> : ##ticket.content##</p>\n<br />##IFticket.storestatus=6##<br /><span style=\"text-decoration: underline;\"><strong><span style=\"color: #888888;\">##lang.ticket.solvedate##</span></strong></span> : ##ticket.solvedate##<br /><span style=\"color: #888888;\"><strong><span style=\"text-decoration: underline;\">##lang.ticket.solution.type##</span></strong></span> : ##ticket.solution.type##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.ticket.solution.description##</strong></span> : ##ticket.solution.description##<br />##ENDIFticket.storestatus##</p>\n<p>##FOREACHtimelineitems##</p>\n<div class=\"description b\"><br /><strong> [##timelineitems.date##]</strong><br /><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.timelineitems.author## </span> <span style=\"color: #000000; font-weight: bold; text-decoration: underline;\">##timelineitems.author##</span><br /><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.timelineitems.description## </span> <span style=\"color: #000000; font-weight: bold; text-decoration: underline;\">##timelineitems.description##</span><br /><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.timelineitems.date## </span> <span style=\"color: #000000; font-weight: bold; text-decoration: underline;\">##timelineitems.date##</span><br /><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.timelineitems.position## </span><span style=\"color: #000000; font-weight: bold; text-decoration: underline;\"> ##timelineitems.position##</span></div>\n<div class=\"description b\"><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.timelineitems.type## </span><span style=\"color: #000000; font-weight: bold; text-decoration: underline;\"> ##timelineitems.type##</span></div>\n<div class=\"description b\"><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.timelineitems.typename## </span> <span style=\"color: #000000; font-weight: bold; text-decoration: underline;\">##timelineitems.typename##</span></div>\n<p>##ENDFOREACHtimelineitems##</p>\n<div class=\"description b\">##lang.ticket.numberoffollowups## : ##ticket.numberoffollowups##</div>\n<div class=\"description b\">##lang.ticket.numberoftasks## : ##ticket.numberoftasks##</div>'), +(5,12,'','##contract.action## ##contract.entity##','##lang.contract.entity## : ##contract.entity##\n\n##FOREACHcontracts##\n##lang.contract.name## : ##contract.name##\n##lang.contract.number## : ##contract.number##\n##lang.contract.time## : ##contract.time##\n##IFcontract.type####lang.contract.type## : ##contract.type####ENDIFcontract.type##\n##contract.url##\n##ENDFOREACHcontracts##','<p>##lang.contract.entity## : ##contract.entity##<br />\n<br />##FOREACHcontracts##<br />##lang.contract.name## :\n##contract.name##<br />\n##lang.contract.number## : ##contract.number##<br />\n##lang.contract.time## : ##contract.time##<br />\n##IFcontract.type####lang.contract.type## : ##contract.type##\n##ENDIFcontract.type##<br />\n<a href=\"##contract.url##\">\n##contract.url##</a><br />\n##ENDFOREACHcontracts##</p>'), +(6,5,'','##ticket.action## ##ticket.title##','##lang.ticket.url## : ##ticket.url##\n\n##lang.ticket.description##\n\n\n##lang.ticket.title## :##ticket.title##\n\n##lang.ticket.authors## :##IFticket.authors##\n##ticket.authors## ##ENDIFticket.authors##\n##ELSEticket.authors##--##ENDELSEticket.authors##\n\n##IFticket.category## ##lang.ticket.category## :##ticket.category##\n##ENDIFticket.category## ##ELSEticket.category##\n##lang.ticket.nocategoryassigned## ##ENDELSEticket.category##\n\n##lang.ticket.content## : ##ticket.content##\n##IFticket.itemtype##\n##lang.ticket.item.name## : ##ticket.itemtype## - ##ticket.item.name##\n##ENDIFticket.itemtype##','<div>##lang.ticket.url## : <a href=\"##ticket.url##\">\n##ticket.url##</a></div>\n<div class=\"description b\">\n##lang.ticket.description##</div>\n<p><span\nstyle=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">\n##lang.ticket.title##</span> :##ticket.title##\n<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">\n##lang.ticket.authors##</span>\n##IFticket.authors## ##ticket.authors##\n##ENDIFticket.authors##\n##ELSEticket.authors##--##ENDELSEticket.authors##\n<span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">\n</span><br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> </span>\n##IFticket.category##<span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">\n##lang.ticket.category## </span> :##ticket.category##\n##ENDIFticket.category## ##ELSEticket.category##\n##lang.ticket.nocategoryassigned## ##ENDELSEticket.category##\n<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">\n##lang.ticket.content##</span> :\n##ticket.content##<br />##IFticket.itemtype##\n<span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">\n##lang.ticket.item.name##</span> :\n##ticket.itemtype## - ##ticket.item.name##\n##ENDIFticket.itemtype##</p>'), +(7,7,'','##ticket.action## ##ticket.title##','##FOREACHvalidations##\n\n##IFvalidation.storestatus=2##\n##validation.submission.title##\n##lang.validation.commentsubmission## : ##validation.commentsubmission##\n##ENDIFvalidation.storestatus##\n##ELSEvalidation.storestatus## ##validation.answer.title## ##ENDELSEvalidation.storestatus##\n\n##lang.ticket.url## : ##ticket.urlvalidation##\n\n##IFvalidation.status## ##lang.validation.status## : ##validation.status## ##ENDIFvalidation.status##\n##IFvalidation.commentvalidation##\n##lang.validation.commentvalidation## : ##validation.commentvalidation##\n##ENDIFvalidation.commentvalidation##\n##ENDFOREACHvalidations##','<div>##FOREACHvalidations##</div>\n<p>##IFvalidation.storestatus=2##</p>\n<div>##validation.submission.title##</div>\n<div>##lang.validation.commentsubmission## : ##validation.commentsubmission##</div>\n<div>##ENDIFvalidation.storestatus##</div>\n<div>##ELSEvalidation.storestatus## ##validation.answer.title## ##ENDELSEvalidation.storestatus##</div>\n<div></div>\n<div>\n<div>##lang.ticket.url## : <a href=\"##ticket.urlvalidation##\"> ##ticket.urlvalidation## </a></div>\n</div>\n<p>##IFvalidation.status## ##lang.validation.status## : ##validation.status## ##ENDIFvalidation.status##\n<br /> ##IFvalidation.commentvalidation##<br /> ##lang.validation.commentvalidation## :\n  ##validation.commentvalidation##<br /> ##ENDIFvalidation.commentvalidation##\n<br />##ENDFOREACHvalidations##</p>'), +(8,6,'','##ticket.action## ##ticket.entity##','##FOREACHtickets##\n##lang.ticket.authors##: ##ticket.authors##\n##lang.ticket.title##: ##ticket.title##\n##lang.ticket.priority##: ##ticket.priority##\n##lang.ticket.status##: ##ticket.status##\n##lang.ticket.attribution##: ##IFticket.assigntousers####ticket.assigntousers##\n##ENDIFticket.assigntousers####IFticket.assigntogroups##\n##ticket.assigntogroups## ##ENDIFticket.assigntogroups####IFticket.assigntosupplier##\n##ticket.assigntosupplier## ##ENDIFticket.assigntosupplier##\n##lang.ticket.creationdate##: ##ticket.creationdate##\n##lang.ticket.content##: ##ticket.content## ##ENDFOREACHtickets##','<table class=\"tab_cadre\" border=\"1\" cellspacing=\"2\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td style=\"text-align: left;\" width=\"auto\" bgcolor=\"#cccccc\"><span style=\"font-size: 11px; text-align: left;\">##lang.ticket.authors##</span></td>\n<td style=\"text-align: left;\" width=\"auto\" bgcolor=\"#cccccc\"><span style=\"font-size: 11px; text-align: left;\">##lang.ticket.title##</span></td>\n<td style=\"text-align: left;\" width=\"auto\" bgcolor=\"#cccccc\"><span style=\"font-size: 11px; text-align: left;\">##lang.ticket.priority##</span></td>\n<td style=\"text-align: left;\" width=\"auto\" bgcolor=\"#cccccc\"><span style=\"font-size: 11px; text-align: left;\">##lang.ticket.status##</span></td>\n<td style=\"text-align: left;\" width=\"auto\" bgcolor=\"#cccccc\"><span style=\"font-size: 11px; text-align: left;\">##lang.ticket.attribution##</span></td>\n<td style=\"text-align: left;\" width=\"auto\" bgcolor=\"#cccccc\"><span style=\"font-size: 11px; text-align: left;\">##lang.ticket.creationdate##</span></td>\n<td style=\"text-align: left;\" width=\"auto\" bgcolor=\"#cccccc\"><span style=\"font-size: 11px; text-align: left;\">##lang.ticket.content##</span>##FOREACHtickets##</td>\n</tr>\n<tr>\n<td width=\"auto\"><span style=\"font-size: 11px; text-align: left;\">##ticket.authors##</span></td>\n<td width=\"auto\"><span style=\"font-size: 11px; text-align: left;\"><a href=\"##ticket.url##\">##ticket.title##</a></span></td>\n<td width=\"auto\"><span style=\"font-size: 11px; text-align: left;\">##ticket.priority##</span></td>\n<td width=\"auto\"><span style=\"font-size: 11px; text-align: left;\">##ticket.status##</span></td>\n<td width=\"auto\"><span style=\"font-size: 11px; text-align: left;\">##IFticket.assigntousers####ticket.assigntousers##<br />##ENDIFticket.assigntousers####IFticket.assigntogroups##<br />##ticket.assigntogroups## ##ENDIFticket.assigntogroups####IFticket.assigntosupplier##<br />##ticket.assigntosupplier## ##ENDIFticket.assigntosupplier##</span></td>\n<td width=\"auto\"><span style=\"font-size: 11px; text-align: left;\">##ticket.creationdate##</span></td>\n<td width=\"auto\"><span style=\"font-size: 11px; text-align: left;\">##ticket.content##</span>##ENDFOREACHtickets##</td>\n</tr>\n</tbody>\n</table>'), +(9,9,'','##consumable.action## ##consumable.entity##','##lang.consumable.entity## : ##consumable.entity##\n\n\n##FOREACHconsumables##\n##lang.consumable.item## : ##consumable.item##\n\n\n##lang.consumable.reference## : ##consumable.reference##\n\n##lang.consumable.remaining## : ##consumable.remaining##\n##lang.consumable.stock_target## : ##consumable.stock_target##\n##lang.consumable.to_order## : ##consumable.to_order##\n\n##consumable.url##\n\n##ENDFOREACHconsumables##','<p>\n##lang.consumable.entity## : ##consumable.entity##\n<br /> <br />##FOREACHconsumables##\n<br />##lang.consumable.item## : ##consumable.item##<br />\n<br />##lang.consumable.reference## : ##consumable.reference##<br />\n##lang.consumable.remaining## : ##consumable.remaining##<br />\n##lang.consumable.stock_target## : ##consumable.stock_target##<br />\n##lang.consumable.to_order## : ##consumable.to_order##<br />\n<a href=\"##consumable.url##\"> ##consumable.url##</a><br />\n ##ENDFOREACHconsumables##</p>'), +(10,8,'','##cartridge.action## ##cartridge.entity##','##lang.cartridge.entity## : ##cartridge.entity##\n\n\n##FOREACHcartridges##\n##lang.cartridge.item## : ##cartridge.item##\n\n\n##lang.cartridge.reference## : ##cartridge.reference##\n\n##lang.cartridge.remaining## : ##cartridge.remaining##\n##lang.cartridge.stock_target## : ##cartridge.stock_target##\n##lang.cartridge.to_order## : ##cartridge.to_order##\n\n##cartridge.url##\n ##ENDFOREACHcartridges##','<p>##lang.cartridge.entity## : ##cartridge.entity##\n<br /> <br />##FOREACHcartridges##\n<br />##lang.cartridge.item## :\n##cartridge.item##<br /> <br />\n##lang.cartridge.reference## :\n##cartridge.reference##<br />\n##lang.cartridge.remaining## :\n##cartridge.remaining##<br />\n##lang.cartridge.stock_target## :\n##cartridge.stock_target##<br />\n##lang.cartridge.to_order## :\n##cartridge.to_order##<br />\n<a href=\"##cartridge.url##\">\n##cartridge.url##</a><br />\n##ENDFOREACHcartridges##</p>'), +(11,10,'','##infocom.action## ##infocom.entity##','##lang.infocom.entity## : ##infocom.entity##\n\n\n##FOREACHinfocoms##\n\n##lang.infocom.itemtype## : ##infocom.itemtype##\n\n##lang.infocom.item## : ##infocom.item##\n\n\n##lang.infocom.expirationdate## : ##infocom.expirationdate##\n\n##infocom.url##\n ##ENDFOREACHinfocoms##','<p>##lang.infocom.entity## : ##infocom.entity##\n<br /> <br />##FOREACHinfocoms##\n<br />##lang.infocom.itemtype## : ##infocom.itemtype##<br />\n##lang.infocom.item## : ##infocom.item##<br /> <br />\n##lang.infocom.expirationdate## : ##infocom.expirationdate##\n<br /> <a href=\"##infocom.url##\">\n##infocom.url##</a><br />\n##ENDFOREACHinfocoms##</p>'), +(12,11,'','##license.action## ##license.entity##','##lang.license.entity## : ##license.entity##\n\n##FOREACHlicenses##\n\n##lang.license.item## : ##license.item##\n\n##lang.license.serial## : ##license.serial##\n\n##lang.license.expirationdate## : ##license.expirationdate##\n\n##license.url##\n ##ENDFOREACHlicenses##','<p>\n##lang.license.entity## : ##license.entity##<br />\n##FOREACHlicenses##\n<br />##lang.license.item## : ##license.item##<br />\n##lang.license.serial## : ##license.serial##<br />\n##lang.license.expirationdate## : ##license.expirationdate##\n<br /> <a href=\"##license.url##\"> ##license.url##\n</a><br /> ##ENDFOREACHlicenses##</p>'), +(13,13,'','##user.action##','##user.realname## ##user.firstname##\n\n##lang.passwordforget.information##\n\n##lang.passwordforget.link## ##user.passwordforgeturl##','<p><strong>##user.realname## ##user.firstname##</strong></p>\n<p>##lang.passwordforget.information##</p>\n<p>##lang.passwordforget.link## <a title=\"##user.passwordforgeturl##\" href=\"##user.passwordforgeturl##\">##user.passwordforgeturl##</a></p>'), +(14,14,'','##ticket.action## ##ticket.title##','##lang.ticket.title## : ##ticket.title##\n\n##lang.ticket.closedate## : ##ticket.closedate##\n\n##lang.satisfaction.text## ##ticket.urlsatisfaction##','<p>##lang.ticket.title## : ##ticket.title##</p>\n<p>##lang.ticket.closedate## : ##ticket.closedate##</p>\n<p>##lang.satisfaction.text## <a href=\"##ticket.urlsatisfaction##\">##ticket.urlsatisfaction##</a></p>'), +(15,15,'','##lang.unicity.action##','##lang.unicity.entity## : ##unicity.entity##\n\n##lang.unicity.itemtype## : ##unicity.itemtype##\n\n##lang.unicity.message## : ##unicity.message##\n\n##lang.unicity.action_user## : ##unicity.action_user##\n\n##lang.unicity.action_type## : ##unicity.action_type##\n\n##lang.unicity.date## : ##unicity.date##','<p>##lang.unicity.entity## : ##unicity.entity##</p>\n<p>##lang.unicity.itemtype## : ##unicity.itemtype##</p>\n<p>##lang.unicity.message## : ##unicity.message##</p>\n<p>##lang.unicity.action_user## : ##unicity.action_user##</p>\n<p>##lang.unicity.action_type## : ##unicity.action_type##</p>\n<p>##lang.unicity.date## : ##unicity.date##</p>'), +(16,16,'','##crontask.action##','##lang.crontask.warning##\n\n##FOREACHcrontasks##\n ##crontask.name## : ##crontask.description##\n\n##ENDFOREACHcrontasks##','<p>##lang.crontask.warning##</p>\n<p>##FOREACHcrontasks## <br /><a href=\"##crontask.url##\">##crontask.name##</a> : ##crontask.description##<br /> <br />##ENDFOREACHcrontasks##</p>'), +(17,17,'','##problem.action## ##problem.title##','##IFproblem.storestatus=5##\n ##lang.problem.url## : ##problem.urlapprove##\n ##lang.problem.solvedate## : ##problem.solvedate##\n ##lang.problem.solution.type## : ##problem.solution.type##\n ##lang.problem.solution.description## : ##problem.solution.description## ##ENDIFproblem.storestatus##\n ##ELSEproblem.storestatus## ##lang.problem.url## : ##problem.url## ##ENDELSEproblem.storestatus##\n\n ##lang.problem.description##\n\n ##lang.problem.title## :##problem.title##\n ##lang.problem.authors## :##IFproblem.authors## ##problem.authors## ##ENDIFproblem.authors## ##ELSEproblem.authors##--##ENDELSEproblem.authors##\n ##lang.problem.creationdate## :##problem.creationdate##\n ##IFproblem.assigntousers## ##lang.problem.assigntousers## : ##problem.assigntousers## ##ENDIFproblem.assigntousers##\n ##lang.problem.status## : ##problem.status##\n ##IFproblem.assigntogroups## ##lang.problem.assigntogroups## : ##problem.assigntogroups## ##ENDIFproblem.assigntogroups##\n ##lang.problem.urgency## : ##problem.urgency##\n ##lang.problem.impact## : ##problem.impact##\n ##lang.problem.priority## : ##problem.priority##\n##IFproblem.category## ##lang.problem.category## :##problem.category## ##ENDIFproblem.category## ##ELSEproblem.category## ##lang.problem.nocategoryassigned## ##ENDELSEproblem.category##\n ##lang.problem.content## : ##problem.content##\n\n##IFproblem.storestatus=6##\n ##lang.problem.solvedate## : ##problem.solvedate##\n ##lang.problem.solution.type## : ##problem.solution.type##\n ##lang.problem.solution.description## : ##problem.solution.description##\n##ENDIFproblem.storestatus##\n ##lang.problem.numberoffollowups## : ##problem.numberoffollowups##\n\n##FOREACHfollowups##\n\n [##followup.date##] ##lang.followup.isprivate## : ##followup.isprivate##\n ##lang.followup.author## ##followup.author##\n ##lang.followup.description## ##followup.description##\n ##lang.followup.date## ##followup.date##\n ##lang.followup.requesttype## ##followup.requesttype##\n\n##ENDFOREACHfollowups##\n ##lang.problem.numberoftickets## : ##problem.numberoftickets##\n\n##FOREACHtickets##\n [##ticket.date##] ##lang.problem.title## : ##ticket.title##\n ##lang.problem.content## ##ticket.content##\n\n##ENDFOREACHtickets##\n ##lang.problem.numberoftasks## : ##problem.numberoftasks##\n\n##FOREACHtasks##\n [##task.date##]\n ##lang.task.author## ##task.author##\n ##lang.task.description## ##task.description##\n ##lang.task.time## ##task.time##\n ##lang.task.category## ##task.category##\n\n##ENDFOREACHtasks##\n','<p>##IFproblem.storestatus=5##</p>\n<div>##lang.problem.url## : <a href=\"##problem.urlapprove##\">##problem.urlapprove##</a></div>\n<div><span style=\"color: #888888;\"><strong><span style=\"text-decoration: underline;\">##lang.problem.solvedate##</span></strong></span> : ##problem.solvedate##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.problem.solution.type##</strong></span> : ##problem.solution.type##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.problem.solution.description##</strong></span> : ##problem.solution.description## ##ENDIFproblem.storestatus##</div>\n<div>##ELSEproblem.storestatus## ##lang.problem.url## : <a href=\"##problem.url##\">##problem.url##</a> ##ENDELSEproblem.storestatus##</div>\n<p class=\"description b\"><strong>##lang.problem.description##</strong></p>\n<p><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.title##</span> :##problem.title## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.authors##</span> :##IFproblem.authors## ##problem.authors## ##ENDIFproblem.authors## ##ELSEproblem.authors##--##ENDELSEproblem.authors## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.creationdate##</span> :##problem.creationdate## <br /> ##IFproblem.assigntousers## <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.assigntousers##</span> : ##problem.assigntousers## ##ENDIFproblem.assigntousers##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.problem.status## </span> : ##problem.status##<br /> ##IFproblem.assigntogroups## <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.assigntogroups##</span> : ##problem.assigntogroups## ##ENDIFproblem.assigntogroups##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.urgency##</span> : ##problem.urgency##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.impact##</span> : ##problem.impact##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.priority##</span> : ##problem.priority## <br />##IFproblem.category##<span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.problem.category## </span> :##problem.category## ##ENDIFproblem.category## ##ELSEproblem.category## ##lang.problem.nocategoryassigned## ##ENDELSEproblem.category## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.problem.content##</span> : ##problem.content##</p>\n<p>##IFproblem.storestatus=6##<br /><span style=\"text-decoration: underline;\"><strong><span style=\"color: #888888;\">##lang.problem.solvedate##</span></strong></span> : ##problem.solvedate##<br /><span style=\"color: #888888;\"><strong><span style=\"text-decoration: underline;\">##lang.problem.solution.type##</span></strong></span> : ##problem.solution.type##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.problem.solution.description##</strong></span> : ##problem.solution.description##<br />##ENDIFproblem.storestatus##</p>\n<div class=\"description b\">##lang.problem.numberoffollowups## : ##problem.numberoffollowups##</div>\n<p>##FOREACHfollowups##</p>\n<div class=\"description b\"><br /> <strong> [##followup.date##] <em>##lang.followup.isprivate## : ##followup.isprivate## </em></strong><br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.followup.author## </span> ##followup.author##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.followup.description## </span> ##followup.description##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.followup.date## </span> ##followup.date##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.followup.requesttype## </span> ##followup.requesttype##</div>\n<p>##ENDFOREACHfollowups##</p>\n<div class=\"description b\">##lang.problem.numberoftickets## : ##problem.numberoftickets##</div>\n<p>##FOREACHtickets##</p>\n<div><strong> [##ticket.date##] <em>##lang.problem.title## : <a href=\"##ticket.url##\">##ticket.title## </a></em></strong><br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> </span><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.problem.content## </span> ##ticket.content##\n<p>##ENDFOREACHtickets##</p>\n<div class=\"description b\">##lang.problem.numberoftasks## : ##problem.numberoftasks##</div>\n<p>##FOREACHtasks##</p>\n<div class=\"description b\"><strong>[##task.date##] </strong><br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.task.author##</span> ##task.author##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.task.description##</span> ##task.description##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.task.time##</span> ##task.time##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.task.category##</span> ##task.category##</div>\n<p>##ENDFOREACHtasks##</p>\n</div>'), +(18,18,'','##recall.action##: ##recall.item.name##','##recall.action##: ##recall.item.name##\n\n##recall.item.content##\n\n##lang.recall.planning.begin##: ##recall.planning.begin##\n##lang.recall.planning.end##: ##recall.planning.end##\n##lang.recall.planning.state##: ##recall.planning.state##\n##lang.recall.item.private##: ##recall.item.private##','<p>##recall.action##: <a href=\"##recall.item.url##\">##recall.item.name##</a></p>\n<p>##recall.item.content##</p>\n<p>##lang.recall.planning.begin##: ##recall.planning.begin##<br />##lang.recall.planning.end##: ##recall.planning.end##<br />##lang.recall.planning.state##: ##recall.planning.state##<br />##lang.recall.item.private##: ##recall.item.private##<br /><br /></p>\n<p><br /><br /></p>'), +(19,19,'','##change.action## ##change.title##','##IFchange.storestatus=5##\n ##lang.change.url## : ##change.urlapprove##\n ##lang.change.solvedate## : ##change.solvedate##\n ##lang.change.solution.type## : ##change.solution.type##\n ##lang.change.solution.description## : ##change.solution.description## ##ENDIFchange.storestatus##\n ##ELSEchange.storestatus## ##lang.change.url## : ##change.url## ##ENDELSEchange.storestatus##\n\n ##lang.change.description##\n\n ##lang.change.title## :##change.title##\n ##lang.change.authors## :##IFchange.authors## ##change.authors## ##ENDIFchange.authors## ##ELSEchange.authors##--##ENDELSEchange.authors##\n ##lang.change.creationdate## :##change.creationdate##\n ##IFchange.assigntousers## ##lang.change.assigntousers## : ##change.assigntousers## ##ENDIFchange.assigntousers##\n ##lang.change.status## : ##change.status##\n ##IFchange.assigntogroups## ##lang.change.assigntogroups## : ##change.assigntogroups## ##ENDIFchange.assigntogroups##\n ##lang.change.urgency## : ##change.urgency##\n ##lang.change.impact## : ##change.impact##\n ##lang.change.priority## : ##change.priority##\n##IFchange.category## ##lang.change.category## :##change.category## ##ENDIFchange.category## ##ELSEchange.category## ##lang.change.nocategoryassigned## ##ENDELSEchange.category##\n ##lang.change.content## : ##change.content##\n\n##IFchange.storestatus=6##\n ##lang.change.solvedate## : ##change.solvedate##\n ##lang.change.solution.type## : ##change.solution.type##\n ##lang.change.solution.description## : ##change.solution.description##\n##ENDIFchange.storestatus##\n ##lang.change.numberoffollowups## : ##change.numberoffollowups##\n\n##FOREACHfollowups##\n\n [##followup.date##] ##lang.followup.isprivate## : ##followup.isprivate##\n ##lang.followup.author## ##followup.author##\n ##lang.followup.description## ##followup.description##\n ##lang.followup.date## ##followup.date##\n ##lang.followup.requesttype## ##followup.requesttype##\n\n##ENDFOREACHfollowups##\n ##lang.change.numberofproblems## : ##change.numberofproblems##\n\n##FOREACHproblems##\n [##problem.date##] ##lang.change.title## : ##problem.title##\n ##lang.change.content## ##problem.content##\n\n##ENDFOREACHproblems##\n ##lang.change.numberoftasks## : ##change.numberoftasks##\n\n##FOREACHtasks##\n [##task.date##]\n ##lang.task.author## ##task.author##\n ##lang.task.description## ##task.description##\n ##lang.task.time## ##task.time##\n ##lang.task.category## ##task.category##\n\n##ENDFOREACHtasks##\n','<p>##IFchange.storestatus=5##</p>\n<div>##lang.change.url## : <a href=\"##change.urlapprove##\">##change.urlapprove##</a></div>\n<div><span style=\"color: #888888;\"><strong><span style=\"text-decoration: underline;\">##lang.change.solvedate##</span></strong></span> : ##change.solvedate##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.change.solution.type##</strong></span> : ##change.solution.type##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.change.solution.description##</strong></span> : ##change.solution.description## ##ENDIFchange.storestatus##</div>\n<div>##ELSEchange.storestatus## ##lang.change.url## : <a href=\"##change.url##\">##change.url##</a> ##ENDELSEchange.storestatus##</div>\n<p class=\"description b\"><strong>##lang.change.description##</strong></p>\n<p><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.title##</span> :##change.title## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.authors##</span> :##IFchange.authors## ##change.authors## ##ENDIFchange.authors## ##ELSEchange.authors##--##ENDELSEchange.authors## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.creationdate##</span> :##change.creationdate## <br /> ##IFchange.assigntousers## <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.assigntousers##</span> : ##change.assigntousers## ##ENDIFchange.assigntousers##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.change.status## </span> : ##change.status##<br /> ##IFchange.assigntogroups## <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.assigntogroups##</span> : ##change.assigntogroups## ##ENDIFchange.assigntogroups##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.urgency##</span> : ##change.urgency##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.impact##</span> : ##change.impact##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.priority##</span> : ##change.priority## <br />##IFchange.category##<span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.change.category## </span> :##change.category## ##ENDIFchange.category## ##ELSEchange.category## ##lang.change.nocategoryassigned## ##ENDELSEchange.category## <br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.change.content##</span> : ##change.content##</p>\n<p>##IFchange.storestatus=6##<br /><span style=\"text-decoration: underline;\"><strong><span style=\"color: #888888;\">##lang.change.solvedate##</span></strong></span> : ##change.solvedate##<br /><span style=\"color: #888888;\"><strong><span style=\"text-decoration: underline;\">##lang.change.solution.type##</span></strong></span> : ##change.solution.type##<br /><span style=\"text-decoration: underline; color: #888888;\"><strong>##lang.change.solution.description##</strong></span> : ##change.solution.description##<br />##ENDIFchange.storestatus##</p>\n<div class=\"description b\">##lang.change.numberoffollowups## : ##change.numberoffollowups##</div>\n<p>##FOREACHfollowups##</p>\n<div class=\"description b\"><br /> <strong> [##followup.date##] <em>##lang.followup.isprivate## : ##followup.isprivate## </em></strong><br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.followup.author## </span> ##followup.author##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.followup.description## </span> ##followup.description##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.followup.date## </span> ##followup.date##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.followup.requesttype## </span> ##followup.requesttype##</div>\n<p>##ENDFOREACHfollowups##</p>\n<div class=\"description b\">##lang.change.numberofproblems## : ##change.numberofproblems##</div>\n<p>##FOREACHproblems##</p>\n<div><strong> [##problem.date##] <em>##lang.change.title## : <a href=\"##problem.url##\">##problem.title## </a></em></strong><br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> </span><span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\">##lang.change.content## </span> ##problem.content##\n<p>##ENDFOREACHproblems##</p>\n<div class=\"description b\">##lang.change.numberoftasks## : ##change.numberoftasks##</div>\n<p>##FOREACHtasks##</p>\n<div class=\"description b\"><strong>[##task.date##] </strong><br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.task.author##</span> ##task.author##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.task.description##</span> ##task.description##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.task.time##</span> ##task.time##<br /> <span style=\"color: #8b8c8f; font-weight: bold; text-decoration: underline;\"> ##lang.task.category##</span> ##task.category##</div>\n<p>##ENDFOREACHtasks##</p>\n</div>'), +(20,20,'','##mailcollector.action##','##FOREACHmailcollectors##\n##lang.mailcollector.name## : ##mailcollector.name##\n##lang.mailcollector.errors## : ##mailcollector.errors##\n##mailcollector.url##\n##ENDFOREACHmailcollectors##','<p>##FOREACHmailcollectors##<br />##lang.mailcollector.name## : ##mailcollector.name##<br /> ##lang.mailcollector.errors## : ##mailcollector.errors##<br /><a href=\"##mailcollector.url##\">##mailcollector.url##</a><br /> ##ENDFOREACHmailcollectors##</p>\n<p></p>'), +(21,21,'','##project.action## ##project.name## ##project.code##','##lang.project.url## : ##project.url##\n\n##lang.project.description##\n\n##lang.project.name## : ##project.name##\n##lang.project.code## : ##project.code##\n##lang.project.manager## : ##project.manager##\n##lang.project.managergroup## : ##project.managergroup##\n##lang.project.creationdate## : ##project.creationdate##\n##lang.project.priority## : ##project.priority##\n##lang.project.state## : ##project.state##\n##lang.project.type## : ##project.type##\n##lang.project.description## : ##project.description##\n\n##lang.project.numberoftasks## : ##project.numberoftasks##\n\n\n\n##FOREACHtasks##\n\n[##task.creationdate##]\n##lang.task.name## : ##task.name##\n##lang.task.state## : ##task.state##\n##lang.task.type## : ##task.type##\n##lang.task.percent## : ##task.percent##\n##lang.task.description## : ##task.description##\n\n##ENDFOREACHtasks##','<p>##lang.project.url## : <a href=\"##project.url##\">##project.url##</a></p>\n<p><strong>##lang.project.description##</strong></p>\n<p>##lang.project.name## : ##project.name##<br />##lang.project.code## : ##project.code##<br /> ##lang.project.manager## : ##project.manager##<br />##lang.project.managergroup## : ##project.managergroup##<br /> ##lang.project.creationdate## : ##project.creationdate##<br />##lang.project.priority## : ##project.priority## <br />##lang.project.state## : ##project.state##<br />##lang.project.type## : ##project.type##<br />##lang.project.description## : ##project.description##</p>\n<p>##lang.project.numberoftasks## : ##project.numberoftasks##</p>\n<div>\n<p>##FOREACHtasks##</p>\n<div><strong>[##task.creationdate##] </strong><br /> ##lang.task.name## : ##task.name##<br />##lang.task.state## : ##task.state##<br />##lang.task.type## : ##task.type##<br />##lang.task.percent## : ##task.percent##<br />##lang.task.description## : ##task.description##</div>\n<p>##ENDFOREACHtasks##</p>\n</div>'), +(22,22,'','##projecttask.action## ##projecttask.name##','##lang.projecttask.url## : ##projecttask.url##\n\n##lang.projecttask.description##\n\n##lang.projecttask.name## : ##projecttask.name##\n##lang.projecttask.project## : ##projecttask.project##\n##lang.projecttask.creationdate## : ##projecttask.creationdate##\n##lang.projecttask.state## : ##projecttask.state##\n##lang.projecttask.type## : ##projecttask.type##\n##lang.projecttask.description## : ##projecttask.description##\n\n##lang.projecttask.numberoftasks## : ##projecttask.numberoftasks##\n\n\n\n##FOREACHtasks##\n\n[##task.creationdate##]\n##lang.task.name## : ##task.name##\n##lang.task.state## : ##task.state##\n##lang.task.type## : ##task.type##\n##lang.task.percent## : ##task.percent##\n##lang.task.description## : ##task.description##\n\n##ENDFOREACHtasks##','<p>##lang.projecttask.url## : <a href=\"##projecttask.url##\">##projecttask.url##</a></p>\n<p><strong>##lang.projecttask.description##</strong></p>\n<p>##lang.projecttask.name## : ##projecttask.name##<br />##lang.projecttask.project## : <a href=\"##projecttask.projecturl##\">##projecttask.project##</a><br />##lang.projecttask.creationdate## : ##projecttask.creationdate##<br />##lang.projecttask.state## : ##projecttask.state##<br />##lang.projecttask.type## : ##projecttask.type##<br />##lang.projecttask.description## : ##projecttask.description##</p>\n<p>##lang.projecttask.numberoftasks## : ##projecttask.numberoftasks##</p>\n<div>\n<p>##FOREACHtasks##</p>\n<div><strong>[##task.creationdate##] </strong><br />##lang.task.name## : ##task.name##<br />##lang.task.state## : ##task.state##<br />##lang.task.type## : ##task.type##<br />##lang.task.percent## : ##task.percent##<br />##lang.task.description## : ##task.description##</div>\n<p>##ENDFOREACHtasks##</p>\n</div>'), +(23,23,'','##objectlock.action##','##objectlock.type## ###objectlock.id## - ##objectlock.name##\n\n ##lang.objectlock.url##\n ##objectlock.url##\n\n ##lang.objectlock.date_mod##\n ##objectlock.date_mod##\n\n Hello ##objectlock.lockedby.firstname##,\n Could go to this item and unlock it for me?\n Thank you,\n Regards,\n ##objectlock.requester.firstname##','<table>\n <tbody>\n <tr><th colspan=\"2\"><a href=\"##objectlock.url##\">##objectlock.type## ###objectlock.id## - ##objectlock.name##</a></th></tr>\n <tr>\n <td>##lang.objectlock.url##</td>\n <td>##objectlock.url##</td>\n </tr>\n <tr>\n <td>##lang.objectlock.date_mod##</td>\n <td>##objectlock.date_mod##</td>\n </tr>\n </tbody>\n </table>\n <p><span style=\"font-size: small;\">Hello ##objectlock.lockedby.firstname##,<br />Could go to this item and unlock it for me?<br />Thank you,<br />Regards,<br />##objectlock.requester.firstname## ##objectlock.requester.lastname##</span></p>'), +(24,24,'','##savedsearch.action## ##savedsearch.name##','##savedsearch.type## ###savedsearch.id## - ##savedsearch.name##\n\n ##savedsearch.message##\n\n ##lang.savedsearch.url##\n ##savedsearch.url##\n\n Regards,','<table>\n <tbody>\n <tr><th colspan=\"2\"><a href=\"##savedsearch.url##\">##savedsearch.type## ###savedsearch.id## - ##savedsearch.name##</a></th></tr>\n <tr><td colspan=\"2\"><a href=\"##savedsearch.url##\">##savedsearch.message##</a></td></tr>\n <tr>\n <td>##lang.savedsearch.url##</td>\n <td>##savedsearch.url##</td>\n </tr>\n </tbody>\n </table>\n <p><span style=\"font-size: small;\">Hello <br />Regards,</span></p>'), +(25,25,'','##certificate.action## ##certificate.name##','##lang.certificate.entity## : ##certificate.entity##\n\n##lang.certificate.serial## : ##certificate.serial##\n\n##lang.certificate.expirationdate## : ##certificate.expirationdate##\n\n##certificate.url##','<p>\n##lang.certificate.entity## : ##certificate.entity##<br />\n<br />##lang.certificate.name## : ##certificate.name##<br />\n##lang.certificate.serial## : ##certificate.serial##<br />\n##lang.certificate.expirationdate## : ##certificate.expirationdate##\n<br /> <a href=\"##certificate.url##\"> ##certificate.url##\n</a><br />\n</p>'), +(26,26,'','##domain.action## : ##domain.name##','##lang.domain.entity## :##domain.entity##\n ##lang.domain.name## : ##domain.name## - ##lang.domain.dateexpiration## : ##domain.dateexpiration##','<p>##lang.domain.entity## :##domain.entity##<br /> <br />\n ##lang.domain.name## : ##domain.name## - ##lang.domain.dateexpiration## : ##domain.dateexpiration##<br />\n </p>'), +(27,27,'','##user.action##','##user.realname## ##user.firstname##,\n\n##IFuser.password.has_expired=1##\n##lang.password.has_expired.information##\n##ENDIFuser.password.has_expired##\n##ELSEuser.password.has_expired##\n##lang.password.expires_soon.information##\n##ENDELSEuser.password.has_expired##\n##lang.user.password.expiration.date##: ##user.password.expiration.date##\n##IFuser.account.lock.date##\n##lang.user.account.lock.date##: ##user.account.lock.date##\n##ENDIFuser.account.lock.date##\n\n##password.update.link## ##user.password.update.url##','<p><strong>##user.realname## ##user.firstname##</strong></p>\n\n##IFuser.password.has_expired=1##\n<p>##lang.password.has_expired.information##</p>\n##ENDIFuser.password.has_expired##\n##ELSEuser.password.has_expired##\n<p>##lang.password.expires_soon.information##</p>\n##ENDELSEuser.password.has_expired##\n<p>##lang.user.password.expiration.date##: ##user.password.expiration.date##</p>\n##IFuser.account.lock.date##\n<p>##lang.user.account.lock.date##: ##user.account.lock.date##</p>\n##ENDIFuser.account.lock.date##\n\n<p>##lang.password.update.link## <a href=\"##user.password.update.url##\">##user.password.update.url##</a></p>'), +(28,28,'','##lang.plugins_updates_available##','##lang.plugins_updates_available##\n\n##FOREACHplugins##\n##plugin.name## :##plugin.old_version## -> ##plugin.version##\n##ENDFOREACHplugins##\n\n##lang.marketplace.url## : ##marketplace.url##','<p>##lang.plugins_updates_available##</p>\n<ul>##FOREACHplugins##\n<li>##plugin.name## :##plugin.old_version## -> ##plugin.version##</li>\n##ENDFOREACHplugins##</ul>\n<p>##lang.marketplace.url## : <a title=\"##lang.marketplace.url##\" href=\"##marketplace.url##\" target=\"_blank\" rel=\"noopener\">##marketplace.url##</a></p>'); +/*!40000 ALTER TABLE `glpi_notificationtemplatetranslations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_notimportedemails` +-- + +DROP TABLE IF EXISTS `glpi_notimportedemails`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_notimportedemails` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `from` varchar(255) NOT NULL, + `to` varchar(255) NOT NULL, + `mailcollectors_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` timestamp NOT NULL DEFAULT current_timestamp(), + `subject` text DEFAULT NULL, + `messageid` varchar(255) NOT NULL, + `reason` int(11) NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `users_id` (`users_id`), + KEY `mailcollectors_id` (`mailcollectors_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_notimportedemails` +-- + +LOCK TABLES `glpi_notimportedemails` WRITE; +/*!40000 ALTER TABLE `glpi_notimportedemails` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_notimportedemails` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_objectlocks` +-- + +DROP TABLE IF EXISTS `glpi_objectlocks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_objectlocks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL COMMENT 'Type of locked object', + `items_id` int(10) unsigned NOT NULL COMMENT 'RELATION to various tables, according to itemtype (ID)', + `users_id` int(10) unsigned NOT NULL COMMENT 'id of the locker', + `date` timestamp NOT NULL DEFAULT current_timestamp(), + PRIMARY KEY (`id`), + UNIQUE KEY `item` (`itemtype`,`items_id`), + KEY `users_id` (`users_id`), + KEY `date` (`date`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_objectlocks` +-- + +LOCK TABLES `glpi_objectlocks` WRITE; +/*!40000 ALTER TABLE `glpi_objectlocks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_objectlocks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_olalevelactions` +-- + +DROP TABLE IF EXISTS `glpi_olalevelactions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_olalevelactions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `olalevels_id` int(10) unsigned NOT NULL DEFAULT 0, + `action_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `value` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `olalevels_id` (`olalevels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_olalevelactions` +-- + +LOCK TABLES `glpi_olalevelactions` WRITE; +/*!40000 ALTER TABLE `glpi_olalevelactions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_olalevelactions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_olalevelcriterias` +-- + +DROP TABLE IF EXISTS `glpi_olalevelcriterias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_olalevelcriterias` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `olalevels_id` int(10) unsigned NOT NULL DEFAULT 0, + `criteria` varchar(255) DEFAULT NULL, + `condition` int(11) NOT NULL DEFAULT 0 COMMENT 'see define.php PATTERN_* and REGEX_* constant', + `pattern` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `olalevels_id` (`olalevels_id`), + KEY `condition` (`condition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_olalevelcriterias` +-- + +LOCK TABLES `glpi_olalevelcriterias` WRITE; +/*!40000 ALTER TABLE `glpi_olalevelcriterias` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_olalevelcriterias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_olalevels` +-- + +DROP TABLE IF EXISTS `glpi_olalevels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_olalevels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `olas_id` int(10) unsigned NOT NULL DEFAULT 0, + `execution_time` int(11) NOT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 1, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `match` char(10) DEFAULT NULL COMMENT 'see define.php *_MATCHING constant', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_active` (`is_active`), + KEY `olas_id` (`olas_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_olalevels` +-- + +LOCK TABLES `glpi_olalevels` WRITE; +/*!40000 ALTER TABLE `glpi_olalevels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_olalevels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_olalevels_tickets` +-- + +DROP TABLE IF EXISTS `glpi_olalevels_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_olalevels_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `olalevels_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickets_id`,`olalevels_id`), + KEY `olalevels_id` (`olalevels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_olalevels_tickets` +-- + +LOCK TABLES `glpi_olalevels_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_olalevels_tickets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_olalevels_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_olas` +-- + +DROP TABLE IF EXISTS `glpi_olas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_olas` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `number_time` int(11) NOT NULL, + `use_ticket_calendar` tinyint(4) NOT NULL DEFAULT 0, + `calendars_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `definition_time` varchar(255) DEFAULT NULL, + `end_of_working_day` tinyint(4) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `slms_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `calendars_id` (`calendars_id`), + KEY `slms_id` (`slms_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_olas` +-- + +LOCK TABLES `glpi_olas` WRITE; +/*!40000 ALTER TABLE `glpi_olas` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_olas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_operatingsystemarchitectures` +-- + +DROP TABLE IF EXISTS `glpi_operatingsystemarchitectures`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_operatingsystemarchitectures` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_operatingsystemarchitectures` +-- + +LOCK TABLES `glpi_operatingsystemarchitectures` WRITE; +/*!40000 ALTER TABLE `glpi_operatingsystemarchitectures` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_operatingsystemarchitectures` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_operatingsystemeditions` +-- + +DROP TABLE IF EXISTS `glpi_operatingsystemeditions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_operatingsystemeditions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_operatingsystemeditions` +-- + +LOCK TABLES `glpi_operatingsystemeditions` WRITE; +/*!40000 ALTER TABLE `glpi_operatingsystemeditions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_operatingsystemeditions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_operatingsystemkernels` +-- + +DROP TABLE IF EXISTS `glpi_operatingsystemkernels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_operatingsystemkernels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_operatingsystemkernels` +-- + +LOCK TABLES `glpi_operatingsystemkernels` WRITE; +/*!40000 ALTER TABLE `glpi_operatingsystemkernels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_operatingsystemkernels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_operatingsystemkernelversions` +-- + +DROP TABLE IF EXISTS `glpi_operatingsystemkernelversions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_operatingsystemkernelversions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `operatingsystemkernels_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `operatingsystemkernels_id` (`operatingsystemkernels_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_operatingsystemkernelversions` +-- + +LOCK TABLES `glpi_operatingsystemkernelversions` WRITE; +/*!40000 ALTER TABLE `glpi_operatingsystemkernelversions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_operatingsystemkernelversions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_operatingsystems` +-- + +DROP TABLE IF EXISTS `glpi_operatingsystems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_operatingsystems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_operatingsystems` +-- + +LOCK TABLES `glpi_operatingsystems` WRITE; +/*!40000 ALTER TABLE `glpi_operatingsystems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_operatingsystems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_operatingsystemservicepacks` +-- + +DROP TABLE IF EXISTS `glpi_operatingsystemservicepacks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_operatingsystemservicepacks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_operatingsystemservicepacks` +-- + +LOCK TABLES `glpi_operatingsystemservicepacks` WRITE; +/*!40000 ALTER TABLE `glpi_operatingsystemservicepacks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_operatingsystemservicepacks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_operatingsystemversions` +-- + +DROP TABLE IF EXISTS `glpi_operatingsystemversions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_operatingsystemversions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_operatingsystemversions` +-- + +LOCK TABLES `glpi_operatingsystemversions` WRITE; +/*!40000 ALTER TABLE `glpi_operatingsystemversions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_operatingsystemversions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_passivedcequipmentmodels` +-- + +DROP TABLE IF EXISTS `glpi_passivedcequipmentmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_passivedcequipmentmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `weight` int(11) NOT NULL DEFAULT 0, + `required_units` int(11) NOT NULL DEFAULT 1, + `depth` float NOT NULL DEFAULT 1, + `power_connections` int(11) NOT NULL DEFAULT 0, + `power_consumption` int(11) NOT NULL DEFAULT 0, + `is_half_rack` tinyint(4) NOT NULL DEFAULT 0, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_passivedcequipmentmodels` +-- + +LOCK TABLES `glpi_passivedcequipmentmodels` WRITE; +/*!40000 ALTER TABLE `glpi_passivedcequipmentmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_passivedcequipmentmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_passivedcequipments` +-- + +DROP TABLE IF EXISTS `glpi_passivedcequipments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_passivedcequipments` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `passivedcequipmentmodels_id` int(10) unsigned DEFAULT NULL, + `passivedcequipmenttypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to states (id)', + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `passivedcequipmentmodels_id` (`passivedcequipmentmodels_id`), + KEY `passivedcequipmenttypes_id` (`passivedcequipmenttypes_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `group_id_tech` (`groups_id_tech`), + KEY `is_template` (`is_template`), + KEY `is_deleted` (`is_deleted`), + KEY `states_id` (`states_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_passivedcequipments` +-- + +LOCK TABLES `glpi_passivedcequipments` WRITE; +/*!40000 ALTER TABLE `glpi_passivedcequipments` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_passivedcequipments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_passivedcequipmenttypes` +-- + +DROP TABLE IF EXISTS `glpi_passivedcequipmenttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_passivedcequipmenttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_passivedcequipmenttypes` +-- + +LOCK TABLES `glpi_passivedcequipmenttypes` WRITE; +/*!40000 ALTER TABLE `glpi_passivedcequipmenttypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_passivedcequipmenttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_pcivendors` +-- + +DROP TABLE IF EXISTS `glpi_pcivendors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_pcivendors` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `vendorid` varchar(4) NOT NULL, + `deviceid` varchar(4) DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`vendorid`,`deviceid`), + KEY `deviceid` (`deviceid`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_pcivendors` +-- + +LOCK TABLES `glpi_pcivendors` WRITE; +/*!40000 ALTER TABLE `glpi_pcivendors` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_pcivendors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_pdumodels` +-- + +DROP TABLE IF EXISTS `glpi_pdumodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_pdumodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `weight` int(11) NOT NULL DEFAULT 0, + `required_units` int(11) NOT NULL DEFAULT 1, + `depth` float NOT NULL DEFAULT 1, + `power_connections` int(11) NOT NULL DEFAULT 0, + `max_power` int(11) NOT NULL DEFAULT 0, + `is_half_rack` tinyint(4) NOT NULL DEFAULT 0, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + `is_rackable` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_rackable` (`is_rackable`), + KEY `product_number` (`product_number`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_pdumodels` +-- + +LOCK TABLES `glpi_pdumodels` WRITE; +/*!40000 ALTER TABLE `glpi_pdumodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_pdumodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_pdus` +-- + +DROP TABLE IF EXISTS `glpi_pdus`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_pdus` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `pdumodels_id` int(10) unsigned DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'RELATION to states (id)', + `comment` text DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `pdutypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `pdumodels_id` (`pdumodels_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `group_id_tech` (`groups_id_tech`), + KEY `is_template` (`is_template`), + KEY `is_deleted` (`is_deleted`), + KEY `states_id` (`states_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `pdutypes_id` (`pdutypes_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_pdus` +-- + +LOCK TABLES `glpi_pdus` WRITE; +/*!40000 ALTER TABLE `glpi_pdus` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_pdus` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_pdus_plugs` +-- + +DROP TABLE IF EXISTS `glpi_pdus_plugs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_pdus_plugs` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `plugs_id` int(10) unsigned NOT NULL DEFAULT 0, + `pdus_id` int(10) unsigned NOT NULL DEFAULT 0, + `number_plugs` int(11) DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `plugs_id` (`plugs_id`), + KEY `pdus_id` (`pdus_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_pdus_plugs` +-- + +LOCK TABLES `glpi_pdus_plugs` WRITE; +/*!40000 ALTER TABLE `glpi_pdus_plugs` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_pdus_plugs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_pdus_racks` +-- + +DROP TABLE IF EXISTS `glpi_pdus_racks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_pdus_racks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `racks_id` int(10) unsigned NOT NULL DEFAULT 0, + `pdus_id` int(10) unsigned NOT NULL DEFAULT 0, + `side` int(11) DEFAULT 0, + `position` int(11) NOT NULL, + `bgcolor` varchar(7) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `racks_id` (`racks_id`), + KEY `pdus_id` (`pdus_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_pdus_racks` +-- + +LOCK TABLES `glpi_pdus_racks` WRITE; +/*!40000 ALTER TABLE `glpi_pdus_racks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_pdus_racks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_pdutypes` +-- + +DROP TABLE IF EXISTS `glpi_pdutypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_pdutypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `name` (`name`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_pdutypes` +-- + +LOCK TABLES `glpi_pdutypes` WRITE; +/*!40000 ALTER TABLE `glpi_pdutypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_pdutypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_pendingreasons` +-- + +DROP TABLE IF EXISTS `glpi_pendingreasons`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_pendingreasons` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `followup_frequency` int(11) NOT NULL DEFAULT 0, + `followups_before_resolution` int(11) NOT NULL DEFAULT 0, + `itilfollowuptemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `solutiontemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `itilfollowuptemplates_id` (`itilfollowuptemplates_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `solutiontemplates_id` (`solutiontemplates_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_pendingreasons` +-- + +LOCK TABLES `glpi_pendingreasons` WRITE; +/*!40000 ALTER TABLE `glpi_pendingreasons` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_pendingreasons` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_pendingreasons_items` +-- + +DROP TABLE IF EXISTS `glpi_pendingreasons_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_pendingreasons_items` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pendingreasons_id` int(10) unsigned NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL DEFAULT '', + `followup_frequency` int(11) NOT NULL DEFAULT 0, + `followups_before_resolution` int(11) NOT NULL DEFAULT 0, + `bump_count` int(11) NOT NULL DEFAULT 0, + `last_bump_date` timestamp NULL DEFAULT NULL, + `previous_status` int(11) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`items_id`,`itemtype`), + KEY `pendingreasons_id` (`pendingreasons_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_pendingreasons_items` +-- + +LOCK TABLES `glpi_pendingreasons_items` WRITE; +/*!40000 ALTER TABLE `glpi_pendingreasons_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_pendingreasons_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_peripheralmodels` +-- + +DROP TABLE IF EXISTS `glpi_peripheralmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_peripheralmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `weight` int(11) NOT NULL DEFAULT 0, + `required_units` int(11) NOT NULL DEFAULT 1, + `depth` float NOT NULL DEFAULT 1, + `power_connections` int(11) NOT NULL DEFAULT 0, + `power_consumption` int(11) NOT NULL DEFAULT 0, + `is_half_rack` tinyint(4) NOT NULL DEFAULT 0, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_peripheralmodels` +-- + +LOCK TABLES `glpi_peripheralmodels` WRITE; +/*!40000 ALTER TABLE `glpi_peripheralmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_peripheralmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_peripherals` +-- + +DROP TABLE IF EXISTS `glpi_peripherals`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_peripherals` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `peripheraltypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `peripheralmodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `brand` varchar(255) DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_global` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `ticket_tco` decimal(20,4) DEFAULT 0.0000, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `uuid` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_template` (`is_template`), + KEY `is_global` (`is_global`), + KEY `entities_id` (`entities_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `peripheralmodels_id` (`peripheralmodels_id`), + KEY `states_id` (`states_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `peripheraltypes_id` (`peripheraltypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `is_dynamic` (`is_dynamic`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `uuid` (`uuid`), + KEY `date_creation` (`date_creation`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_peripherals` +-- + +LOCK TABLES `glpi_peripherals` WRITE; +/*!40000 ALTER TABLE `glpi_peripherals` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_peripherals` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_peripheraltypes` +-- + +DROP TABLE IF EXISTS `glpi_peripheraltypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_peripheraltypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_peripheraltypes` +-- + +LOCK TABLES `glpi_peripheraltypes` WRITE; +/*!40000 ALTER TABLE `glpi_peripheraltypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_peripheraltypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_phonemodels` +-- + +DROP TABLE IF EXISTS `glpi_phonemodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_phonemodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_phonemodels` +-- + +LOCK TABLES `glpi_phonemodels` WRITE; +/*!40000 ALTER TABLE `glpi_phonemodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_phonemodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_phonepowersupplies` +-- + +DROP TABLE IF EXISTS `glpi_phonepowersupplies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_phonepowersupplies` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_phonepowersupplies` +-- + +LOCK TABLES `glpi_phonepowersupplies` WRITE; +/*!40000 ALTER TABLE `glpi_phonepowersupplies` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_phonepowersupplies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_phones` +-- + +DROP TABLE IF EXISTS `glpi_phones`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_phones` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `phonetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `phonemodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `brand` varchar(255) DEFAULT NULL, + `phonepowersupplies_id` int(10) unsigned NOT NULL DEFAULT 0, + `number_line` varchar(255) DEFAULT NULL, + `have_headset` tinyint(4) NOT NULL DEFAULT 0, + `have_hp` tinyint(4) NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_global` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `ticket_tco` decimal(20,4) DEFAULT 0.0000, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `uuid` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `last_inventory_update` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_template` (`is_template`), + KEY `is_global` (`is_global`), + KEY `entities_id` (`entities_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `phonemodels_id` (`phonemodels_id`), + KEY `phonepowersupplies_id` (`phonepowersupplies_id`), + KEY `states_id` (`states_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `phonetypes_id` (`phonetypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `is_dynamic` (`is_dynamic`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `uuid` (`uuid`), + KEY `date_creation` (`date_creation`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_phones` +-- + +LOCK TABLES `glpi_phones` WRITE; +/*!40000 ALTER TABLE `glpi_phones` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_phones` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_phonetypes` +-- + +DROP TABLE IF EXISTS `glpi_phonetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_phonetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_phonetypes` +-- + +LOCK TABLES `glpi_phonetypes` WRITE; +/*!40000 ALTER TABLE `glpi_phonetypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_phonetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_planningeventcategories` +-- + +DROP TABLE IF EXISTS `glpi_planningeventcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_planningeventcategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `color` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_planningeventcategories` +-- + +LOCK TABLES `glpi_planningeventcategories` WRITE; +/*!40000 ALTER TABLE `glpi_planningeventcategories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_planningeventcategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_planningexternalevents` +-- + +DROP TABLE IF EXISTS `glpi_planningexternalevents`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_planningexternalevents` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `uuid` varchar(255) DEFAULT NULL, + `planningexternaleventtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 1, + `date` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_guests` text DEFAULT NULL, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `text` text DEFAULT NULL, + `begin` timestamp NULL DEFAULT NULL, + `end` timestamp NULL DEFAULT NULL, + `rrule` text DEFAULT NULL, + `state` int(11) NOT NULL DEFAULT 0, + `planningeventcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `background` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `name` (`name`), + KEY `planningexternaleventtemplates_id` (`planningexternaleventtemplates_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date` (`date`), + KEY `begin` (`begin`), + KEY `end` (`end`), + KEY `users_id` (`users_id`), + KEY `groups_id` (`groups_id`), + KEY `state` (`state`), + KEY `planningeventcategories_id` (`planningeventcategories_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_planningexternalevents` +-- + +LOCK TABLES `glpi_planningexternalevents` WRITE; +/*!40000 ALTER TABLE `glpi_planningexternalevents` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_planningexternalevents` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_planningexternaleventtemplates` +-- + +DROP TABLE IF EXISTS `glpi_planningexternaleventtemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_planningexternaleventtemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `text` mediumtext DEFAULT NULL, + `comment` text DEFAULT NULL, + `duration` int(11) NOT NULL DEFAULT 0, + `before_time` int(11) NOT NULL DEFAULT 0, + `rrule` text DEFAULT NULL, + `state` int(11) NOT NULL DEFAULT 0, + `planningeventcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `background` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `state` (`state`), + KEY `planningeventcategories_id` (`planningeventcategories_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_planningexternaleventtemplates` +-- + +LOCK TABLES `glpi_planningexternaleventtemplates` WRITE; +/*!40000 ALTER TABLE `glpi_planningexternaleventtemplates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_planningexternaleventtemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_planningrecalls` +-- + +DROP TABLE IF EXISTS `glpi_planningrecalls`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_planningrecalls` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `before_time` int(11) NOT NULL DEFAULT -10, + `when` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`,`users_id`), + KEY `users_id` (`users_id`), + KEY `before_time` (`before_time`), + KEY `when` (`when`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_planningrecalls` +-- + +LOCK TABLES `glpi_planningrecalls` WRITE; +/*!40000 ALTER TABLE `glpi_planningrecalls` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_planningrecalls` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_plugins` +-- + +DROP TABLE IF EXISTS `glpi_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_plugins` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `directory` varchar(255) NOT NULL, + `name` varchar(255) NOT NULL, + `version` varchar(255) NOT NULL, + `state` int(11) NOT NULL DEFAULT 0 COMMENT 'see define.php PLUGIN_* constant', + `author` varchar(255) DEFAULT NULL, + `homepage` varchar(255) DEFAULT NULL, + `license` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`directory`), + KEY `name` (`name`), + KEY `state` (`state`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_plugins` +-- + +LOCK TABLES `glpi_plugins` WRITE; +/*!40000 ALTER TABLE `glpi_plugins` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_plugs` +-- + +DROP TABLE IF EXISTS `glpi_plugs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_plugs` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_plugs` +-- + +LOCK TABLES `glpi_plugs` WRITE; +/*!40000 ALTER TABLE `glpi_plugs` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_plugs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_printerlogs` +-- + +DROP TABLE IF EXISTS `glpi_printerlogs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_printerlogs` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `printers_id` int(10) unsigned NOT NULL, + `total_pages` int(11) NOT NULL DEFAULT 0, + `bw_pages` int(11) NOT NULL DEFAULT 0, + `color_pages` int(11) NOT NULL DEFAULT 0, + `rv_pages` int(11) NOT NULL DEFAULT 0, + `prints` int(11) NOT NULL DEFAULT 0, + `bw_prints` int(11) NOT NULL DEFAULT 0, + `color_prints` int(11) NOT NULL DEFAULT 0, + `copies` int(11) NOT NULL DEFAULT 0, + `bw_copies` int(11) NOT NULL DEFAULT 0, + `color_copies` int(11) NOT NULL DEFAULT 0, + `scanned` int(11) NOT NULL DEFAULT 0, + `date` date DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `faxed` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`printers_id`,`date`), + KEY `date` (`date`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_printerlogs` +-- + +LOCK TABLES `glpi_printerlogs` WRITE; +/*!40000 ALTER TABLE `glpi_printerlogs` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_printerlogs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_printermodels` +-- + +DROP TABLE IF EXISTS `glpi_printermodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_printermodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `picture_front` text DEFAULT NULL, + `picture_rear` text DEFAULT NULL, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `product_number` (`product_number`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_printermodels` +-- + +LOCK TABLES `glpi_printermodels` WRITE; +/*!40000 ALTER TABLE `glpi_printermodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_printermodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_printers` +-- + +DROP TABLE IF EXISTS `glpi_printers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_printers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `have_serial` tinyint(4) NOT NULL DEFAULT 0, + `have_parallel` tinyint(4) NOT NULL DEFAULT 0, + `have_usb` tinyint(4) NOT NULL DEFAULT 0, + `have_wifi` tinyint(4) NOT NULL DEFAULT 0, + `have_ethernet` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `memory_size` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `networks_id` int(10) unsigned NOT NULL DEFAULT 0, + `printertypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `printermodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_global` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `init_pages_counter` int(11) NOT NULL DEFAULT 0, + `last_pages_counter` int(11) NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `ticket_tco` decimal(20,4) DEFAULT 0.0000, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `uuid` varchar(255) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `sysdescr` text DEFAULT NULL, + `last_inventory_update` timestamp NULL DEFAULT NULL, + `snmpcredentials_id` int(10) unsigned NOT NULL DEFAULT 0, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_template` (`is_template`), + KEY `is_global` (`is_global`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `printermodels_id` (`printermodels_id`), + KEY `networks_id` (`networks_id`), + KEY `states_id` (`states_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `printertypes_id` (`printertypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `last_pages_counter` (`last_pages_counter`), + KEY `is_dynamic` (`is_dynamic`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `uuid` (`uuid`), + KEY `date_creation` (`date_creation`), + KEY `snmpcredentials_id` (`snmpcredentials_id`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_printers` +-- + +LOCK TABLES `glpi_printers` WRITE; +/*!40000 ALTER TABLE `glpi_printers` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_printers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_printers_cartridgeinfos` +-- + +DROP TABLE IF EXISTS `glpi_printers_cartridgeinfos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_printers_cartridgeinfos` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `printers_id` int(10) unsigned NOT NULL, + `property` varchar(255) NOT NULL, + `value` varchar(255) NOT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `printers_id` (`printers_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_printers_cartridgeinfos` +-- + +LOCK TABLES `glpi_printers_cartridgeinfos` WRITE; +/*!40000 ALTER TABLE `glpi_printers_cartridgeinfos` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_printers_cartridgeinfos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_printertypes` +-- + +DROP TABLE IF EXISTS `glpi_printertypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_printertypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_printertypes` +-- + +LOCK TABLES `glpi_printertypes` WRITE; +/*!40000 ALTER TABLE `glpi_printertypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_printertypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problemcosts` +-- + +DROP TABLE IF EXISTS `glpi_problemcosts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problemcosts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problems_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `begin_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `actiontime` int(11) NOT NULL DEFAULT 0, + `cost_time` decimal(20,4) NOT NULL DEFAULT 0.0000, + `cost_fixed` decimal(20,4) NOT NULL DEFAULT 0.0000, + `cost_material` decimal(20,4) NOT NULL DEFAULT 0.0000, + `budgets_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `problems_id` (`problems_id`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + KEY `entities_id` (`entities_id`), + KEY `budgets_id` (`budgets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problemcosts` +-- + +LOCK TABLES `glpi_problemcosts` WRITE; +/*!40000 ALTER TABLE `glpi_problemcosts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_problemcosts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problems` +-- + +DROP TABLE IF EXISTS `glpi_problems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `status` int(11) NOT NULL DEFAULT 1, + `content` longtext DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date` timestamp NULL DEFAULT NULL, + `solvedate` timestamp NULL DEFAULT NULL, + `closedate` timestamp NULL DEFAULT NULL, + `time_to_resolve` timestamp NULL DEFAULT NULL, + `users_id_recipient` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_lastupdater` int(10) unsigned NOT NULL DEFAULT 0, + `urgency` int(11) NOT NULL DEFAULT 1, + `impact` int(11) NOT NULL DEFAULT 1, + `priority` int(11) NOT NULL DEFAULT 1, + `itilcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `impactcontent` longtext DEFAULT NULL, + `causecontent` longtext DEFAULT NULL, + `symptomcontent` longtext DEFAULT NULL, + `actiontime` int(11) NOT NULL DEFAULT 0, + `begin_waiting_date` timestamp NULL DEFAULT NULL, + `waiting_duration` int(11) NOT NULL DEFAULT 0, + `close_delay_stat` int(11) NOT NULL DEFAULT 0, + `solve_delay_stat` int(11) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_deleted` (`is_deleted`), + KEY `date` (`date`), + KEY `closedate` (`closedate`), + KEY `status` (`status`), + KEY `priority` (`priority`), + KEY `date_mod` (`date_mod`), + KEY `itilcategories_id` (`itilcategories_id`), + KEY `users_id_recipient` (`users_id_recipient`), + KEY `solvedate` (`solvedate`), + KEY `urgency` (`urgency`), + KEY `impact` (`impact`), + KEY `time_to_resolve` (`time_to_resolve`), + KEY `users_id_lastupdater` (`users_id_lastupdater`), + KEY `date_creation` (`date_creation`), + KEY `locations_id` (`locations_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problems` +-- + +LOCK TABLES `glpi_problems` WRITE; +/*!40000 ALTER TABLE `glpi_problems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_problems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problems_suppliers` +-- + +DROP TABLE IF EXISTS `glpi_problems_suppliers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problems_suppliers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problems_id` int(10) unsigned NOT NULL DEFAULT 0, + `suppliers_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + `use_notification` tinyint(4) NOT NULL DEFAULT 0, + `alternative_email` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`problems_id`,`type`,`suppliers_id`), + KEY `group` (`suppliers_id`,`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problems_suppliers` +-- + +LOCK TABLES `glpi_problems_suppliers` WRITE; +/*!40000 ALTER TABLE `glpi_problems_suppliers` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_problems_suppliers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problems_tickets` +-- + +DROP TABLE IF EXISTS `glpi_problems_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problems_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problems_id` int(10) unsigned NOT NULL DEFAULT 0, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`problems_id`,`tickets_id`), + KEY `tickets_id` (`tickets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problems_tickets` +-- + +LOCK TABLES `glpi_problems_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_problems_tickets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_problems_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problems_users` +-- + +DROP TABLE IF EXISTS `glpi_problems_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problems_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problems_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + `use_notification` tinyint(4) NOT NULL DEFAULT 0, + `alternative_email` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`problems_id`,`type`,`users_id`,`alternative_email`), + KEY `user` (`users_id`,`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problems_users` +-- + +LOCK TABLES `glpi_problems_users` WRITE; +/*!40000 ALTER TABLE `glpi_problems_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_problems_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problemtasks` +-- + +DROP TABLE IF EXISTS `glpi_problemtasks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problemtasks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `uuid` varchar(255) DEFAULT NULL, + `problems_id` int(10) unsigned NOT NULL DEFAULT 0, + `taskcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` timestamp NULL DEFAULT NULL, + `begin` timestamp NULL DEFAULT NULL, + `end` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_editor` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `actiontime` int(11) NOT NULL DEFAULT 0, + `state` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `tasktemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `timeline_position` tinyint(4) NOT NULL DEFAULT 0, + `is_private` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `problems_id` (`problems_id`), + KEY `users_id` (`users_id`), + KEY `users_id_editor` (`users_id_editor`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `date` (`date`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `begin` (`begin`), + KEY `end` (`end`), + KEY `state` (`state`), + KEY `taskcategories_id` (`taskcategories_id`), + KEY `tasktemplates_id` (`tasktemplates_id`), + KEY `is_private` (`is_private`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problemtasks` +-- + +LOCK TABLES `glpi_problemtasks` WRITE; +/*!40000 ALTER TABLE `glpi_problemtasks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_problemtasks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problemtemplatehiddenfields` +-- + +DROP TABLE IF EXISTS `glpi_problemtemplatehiddenfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problemtemplatehiddenfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problemtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`problemtemplates_id`,`num`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problemtemplatehiddenfields` +-- + +LOCK TABLES `glpi_problemtemplatehiddenfields` WRITE; +/*!40000 ALTER TABLE `glpi_problemtemplatehiddenfields` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_problemtemplatehiddenfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problemtemplatemandatoryfields` +-- + +DROP TABLE IF EXISTS `glpi_problemtemplatemandatoryfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problemtemplatemandatoryfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problemtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`problemtemplates_id`,`num`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problemtemplatemandatoryfields` +-- + +LOCK TABLES `glpi_problemtemplatemandatoryfields` WRITE; +/*!40000 ALTER TABLE `glpi_problemtemplatemandatoryfields` DISABLE KEYS */; +INSERT INTO `glpi_problemtemplatemandatoryfields` VALUES +(1,1,21); +/*!40000 ALTER TABLE `glpi_problemtemplatemandatoryfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problemtemplatepredefinedfields` +-- + +DROP TABLE IF EXISTS `glpi_problemtemplatepredefinedfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problemtemplatepredefinedfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `problemtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + `value` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `problemtemplates_id` (`problemtemplates_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problemtemplatepredefinedfields` +-- + +LOCK TABLES `glpi_problemtemplatepredefinedfields` WRITE; +/*!40000 ALTER TABLE `glpi_problemtemplatepredefinedfields` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_problemtemplatepredefinedfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_problemtemplates` +-- + +DROP TABLE IF EXISTS `glpi_problemtemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_problemtemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_problemtemplates` +-- + +LOCK TABLES `glpi_problemtemplates` WRITE; +/*!40000 ALTER TABLE `glpi_problemtemplates` DISABLE KEYS */; +INSERT INTO `glpi_problemtemplates` VALUES +(1,'Default',0,1,NULL); +/*!40000 ALTER TABLE `glpi_problemtemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_profilerights` +-- + +DROP TABLE IF EXISTS `glpi_profilerights`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_profilerights` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `profiles_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `rights` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`profiles_id`,`name`), + KEY `name` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=754 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_profilerights` +-- + +LOCK TABLES `glpi_profilerights` WRITE; +/*!40000 ALTER TABLE `glpi_profilerights` DISABLE KEYS */; +INSERT INTO `glpi_profilerights` VALUES +(1,1,'computer',0), +(2,1,'monitor',0), +(3,1,'software',0), +(4,1,'networking',0), +(5,1,'internet',0), +(6,1,'printer',0), +(7,1,'peripheral',0), +(8,1,'cartridge',0), +(9,1,'consumable',0), +(10,1,'phone',0), +(11,6,'queuednotification',0), +(12,1,'contact_enterprise',0), +(13,1,'document',0), +(14,1,'contract',0), +(15,1,'infocom',0), +(16,1,'knowbase',2048), +(17,1,'reservation',1024), +(18,1,'reports',0), +(19,1,'dropdown',0), +(20,1,'device',0), +(21,1,'typedoc',0), +(22,1,'link',0), +(23,1,'config',0), +(24,1,'rule_ticket',0), +(25,1,'rule_import',0), +(26,1,'rule_location',0), +(27,1,'rule_ldap',0), +(28,1,'rule_softwarecategories',0), +(29,1,'search_config',0), +(30,5,'location',0), +(31,7,'domain',31), +(32,1,'profile',0), +(33,1,'user',0), +(34,1,'group',0), +(35,1,'entity',0), +(36,1,'transfer',0), +(37,1,'logs',0), +(38,1,'reminder_public',1), +(39,1,'rssfeed_public',1), +(40,1,'bookmark_public',0), +(41,1,'backup',0), +(42,1,'ticket',5), +(43,1,'followup',5), +(44,1,'task',1), +(45,1,'planning',0), +(46,2,'state',0), +(47,2,'taskcategory',0), +(48,1,'statistic',0), +(49,1,'password_update',1), +(50,1,'show_group_hardware',0), +(51,1,'rule_dictionnary_software',0), +(52,1,'rule_dictionnary_dropdown',0), +(53,1,'budget',0), +(54,1,'notification',0), +(55,1,'rule_mailcollector',0), +(56,7,'solutiontemplate',23), +(57,7,'itilfollowuptemplate',23), +(58,1,'calendar',0), +(59,1,'slm',0), +(60,1,'rule_dictionnary_printer',0), +(61,1,'problem',0), +(62,2,'cable_management',0), +(63,4,'knowbasecategory',23), +(64,5,'itilcategory',0), +(65,1,'itiltemplate',0), +(66,1,'ticketrecurrent',0), +(67,1,'ticketcost',0), +(68,6,'changevalidation',20), +(69,1,'ticketvalidation',0), +(70,2,'computer',33), +(71,2,'monitor',33), +(72,2,'software',33), +(73,2,'networking',33), +(74,2,'internet',1), +(75,2,'printer',33), +(76,2,'peripheral',33), +(77,2,'cartridge',33), +(78,2,'consumable',33), +(79,2,'phone',33), +(80,5,'queuednotification',0), +(81,2,'contact_enterprise',33), +(82,2,'document',33), +(83,2,'contract',33), +(84,2,'infocom',1), +(85,2,'knowbase',10241), +(86,2,'reservation',1025), +(87,2,'reports',1), +(88,2,'dropdown',0), +(89,2,'device',0), +(90,2,'typedoc',1), +(91,2,'link',1), +(92,2,'config',0), +(93,2,'rule_ticket',0), +(94,2,'rule_import',0), +(95,2,'rule_location',0), +(96,2,'rule_ldap',0), +(97,2,'rule_softwarecategories',0), +(98,2,'search_config',1024), +(99,4,'location',23), +(100,6,'domain',0), +(101,2,'profile',0), +(102,2,'user',2049), +(103,2,'group',33), +(104,2,'entity',0), +(105,2,'transfer',0), +(106,2,'logs',0), +(107,2,'reminder_public',129), +(108,2,'rssfeed_public',129), +(109,2,'bookmark_public',0), +(110,2,'backup',0), +(111,2,'ticket',168989), +(112,2,'followup',5), +(113,2,'task',1), +(114,6,'projecttask',1025), +(115,7,'projecttask',1025), +(116,2,'planning',1), +(117,1,'state',0), +(118,1,'taskcategory',0), +(119,2,'statistic',1), +(120,2,'password_update',1), +(121,2,'show_group_hardware',0), +(122,2,'rule_dictionnary_software',0), +(123,2,'rule_dictionnary_dropdown',0), +(124,2,'budget',33), +(125,2,'notification',0), +(126,2,'rule_mailcollector',0), +(127,5,'solutiontemplate',0), +(128,5,'itilfollowuptemplate',0), +(129,6,'solutiontemplate',0), +(130,6,'itilfollowuptemplate',0), +(131,2,'calendar',0), +(132,2,'slm',0), +(133,2,'rule_dictionnary_printer',0), +(134,2,'problem',1057), +(135,1,'cable_management',0), +(136,3,'knowbasecategory',23), +(137,4,'itilcategory',23), +(138,2,'itiltemplate',0), +(139,2,'ticketrecurrent',0), +(140,2,'ticketcost',1), +(141,4,'changevalidation',1044), +(142,5,'changevalidation',20), +(143,2,'ticketvalidation',15376), +(144,3,'computer',127), +(145,3,'monitor',127), +(146,3,'software',127), +(147,3,'networking',127), +(148,3,'internet',31), +(149,3,'printer',127), +(150,3,'peripheral',127), +(151,3,'cartridge',127), +(152,3,'consumable',127), +(153,3,'phone',127), +(154,4,'queuednotification',31), +(155,3,'contact_enterprise',127), +(156,3,'document',127), +(157,3,'contract',127), +(158,3,'infocom',23), +(159,3,'knowbase',14359), +(160,3,'reservation',1055), +(161,3,'reports',1), +(162,3,'dropdown',23), +(163,3,'device',23), +(164,3,'typedoc',23), +(165,3,'link',23), +(166,3,'config',0), +(167,3,'rule_ticket',1047), +(168,3,'rule_import',0), +(169,3,'rule_location',0), +(170,3,'rule_ldap',0), +(171,3,'rule_softwarecategories',0), +(172,3,'search_config',3072), +(173,3,'location',23), +(174,5,'domain',0), +(175,3,'profile',1), +(176,3,'user',7199), +(177,3,'group',119), +(178,3,'entity',33), +(179,3,'transfer',1), +(180,3,'logs',1), +(181,3,'reminder_public',151), +(182,3,'rssfeed_public',151), +(183,3,'bookmark_public',23), +(184,3,'backup',1024), +(185,3,'ticket',261151), +(186,3,'followup',31767), +(187,3,'task',13329), +(188,3,'projecttask',1121), +(189,4,'projecttask',1121), +(190,5,'projecttask',0), +(191,3,'planning',3073), +(192,7,'taskcategory',23), +(193,7,'cable_management',31), +(194,3,'statistic',1), +(195,3,'password_update',1), +(196,3,'show_group_hardware',0), +(197,3,'rule_dictionnary_software',0), +(198,3,'rule_dictionnary_dropdown',0), +(199,3,'budget',127), +(200,3,'notification',0), +(201,3,'rule_mailcollector',23), +(202,3,'solutiontemplate',23), +(203,3,'itilfollowuptemplate',23), +(204,4,'solutiontemplate',23), +(205,4,'itilfollowuptemplate',23), +(206,3,'calendar',23), +(207,3,'slm',23), +(208,3,'rule_dictionnary_printer',0), +(209,3,'problem',1151), +(210,2,'knowbasecategory',0), +(211,3,'itilcategory',23), +(212,3,'itiltemplate',23), +(213,3,'ticketrecurrent',1), +(214,3,'ticketcost',23), +(215,2,'changevalidation',1044), +(216,3,'changevalidation',1044), +(217,3,'ticketvalidation',15376), +(218,4,'computer',255), +(219,4,'monitor',255), +(220,4,'software',255), +(221,4,'networking',255), +(222,4,'internet',159), +(223,4,'printer',255), +(224,4,'peripheral',255), +(225,4,'cartridge',255), +(226,4,'consumable',255), +(227,4,'phone',255), +(228,4,'contact_enterprise',255), +(229,4,'document',255), +(230,4,'contract',255), +(231,4,'infocom',23), +(232,4,'knowbase',15383), +(233,4,'reservation',1055), +(234,4,'reports',1), +(235,4,'dropdown',23), +(236,4,'device',23), +(237,4,'typedoc',23), +(238,4,'link',159), +(239,4,'config',3), +(240,4,'rule_ticket',1047), +(241,4,'rule_import',23), +(242,4,'rule_location',23), +(243,4,'rule_ldap',23), +(244,4,'rule_softwarecategories',23), +(245,4,'search_config',3072), +(246,2,'location',0), +(247,4,'domain',31), +(248,4,'profile',23), +(249,4,'user',7327), +(250,4,'group',119), +(251,4,'entity',3327), +(252,4,'transfer',23), +(253,4,'logs',1), +(254,4,'reminder_public',159), +(255,4,'rssfeed_public',159), +(256,4,'bookmark_public',23), +(257,4,'backup',1045), +(258,4,'ticket',261151), +(259,4,'followup',31767), +(260,4,'task',13329), +(261,7,'project',1151), +(262,1,'projecttask',0), +(263,2,'projecttask',1025), +(264,4,'planning',3073), +(265,6,'taskcategory',0), +(266,6,'cable_management',0), +(267,4,'statistic',1), +(268,4,'password_update',1), +(269,4,'show_group_hardware',1), +(270,4,'rule_dictionnary_software',23), +(271,4,'rule_dictionnary_dropdown',23), +(272,4,'budget',127), +(273,4,'notification',23), +(274,4,'rule_mailcollector',23), +(275,1,'solutiontemplate',0), +(276,1,'itilfollowuptemplate',0), +(277,2,'solutiontemplate',0), +(278,2,'itilfollowuptemplate',0), +(279,4,'calendar',23), +(280,4,'slm',23), +(281,4,'rule_dictionnary_printer',23), +(282,4,'problem',1151), +(283,1,'knowbasecategory',0), +(284,2,'itilcategory',0), +(285,4,'itiltemplate',23), +(286,4,'ticketrecurrent',23), +(287,4,'ticketcost',23), +(288,7,'change',1151), +(289,1,'changevalidation',0), +(290,4,'ticketvalidation',15376), +(291,5,'computer',0), +(292,5,'monitor',0), +(293,5,'software',0), +(294,5,'networking',0), +(295,5,'internet',0), +(296,5,'printer',0), +(297,5,'peripheral',0), +(298,5,'cartridge',0), +(299,5,'consumable',0), +(300,5,'phone',0), +(301,3,'queuednotification',0), +(302,5,'contact_enterprise',0), +(303,5,'document',0), +(304,5,'contract',0), +(305,5,'infocom',0), +(306,5,'knowbase',10240), +(307,5,'reservation',0), +(308,5,'reports',0), +(309,5,'dropdown',0), +(310,5,'device',0), +(311,5,'typedoc',0), +(312,5,'link',0), +(313,5,'config',0), +(314,5,'rule_ticket',0), +(315,5,'rule_import',0), +(316,5,'rule_location',0), +(317,5,'rule_ldap',0), +(318,5,'rule_softwarecategories',0), +(319,5,'search_config',0), +(320,1,'location',0), +(321,3,'domain',31), +(322,5,'profile',0), +(323,5,'user',1025), +(324,5,'group',0), +(325,5,'entity',0), +(326,5,'transfer',0), +(327,5,'logs',0), +(328,5,'reminder_public',128), +(329,5,'rssfeed_public',128), +(330,5,'bookmark_public',0), +(331,5,'backup',0), +(332,5,'ticket',140295), +(333,5,'followup',12295), +(334,5,'task',8193), +(335,4,'project',1151), +(336,5,'project',1151), +(337,6,'project',1151), +(338,5,'planning',1), +(339,5,'taskcategory',0), +(340,5,'cable_management',0), +(341,5,'statistic',1), +(342,5,'password_update',1), +(343,5,'show_group_hardware',0), +(344,5,'rule_dictionnary_software',0), +(345,5,'rule_dictionnary_dropdown',0), +(346,5,'budget',0), +(347,5,'notification',0), +(348,5,'rule_mailcollector',0), +(349,6,'state',0), +(350,7,'state',23), +(351,5,'calendar',0), +(352,5,'slm',0), +(353,5,'rule_dictionnary_printer',0), +(354,5,'problem',1024), +(355,7,'knowbasecategory',23), +(356,1,'itilcategory',0), +(357,5,'itiltemplate',0), +(358,5,'ticketrecurrent',0), +(359,5,'ticketcost',23), +(360,5,'change',1054), +(361,6,'change',1151), +(362,5,'ticketvalidation',3088), +(363,6,'computer',127), +(364,6,'monitor',127), +(365,6,'software',127), +(366,6,'networking',127), +(367,6,'internet',31), +(368,6,'printer',127), +(369,6,'peripheral',127), +(370,6,'cartridge',127), +(371,6,'consumable',127), +(372,6,'phone',127), +(373,2,'queuednotification',0), +(374,6,'contact_enterprise',96), +(375,6,'document',127), +(376,6,'contract',96), +(377,6,'infocom',0), +(378,6,'knowbase',14359), +(379,6,'reservation',1055), +(380,6,'reports',1), +(381,6,'dropdown',0), +(382,6,'device',0), +(383,6,'typedoc',0), +(384,6,'link',0), +(385,6,'config',0), +(386,6,'rule_ticket',0), +(387,6,'rule_import',0), +(388,6,'rule_location',0), +(389,6,'rule_ldap',0), +(390,6,'rule_softwarecategories',0), +(391,6,'search_config',0), +(392,2,'domain',0), +(393,6,'profile',0), +(394,6,'user',1055), +(395,6,'group',1), +(396,6,'entity',33), +(397,6,'transfer',1), +(398,6,'logs',0), +(399,6,'reminder_public',151), +(400,6,'rssfeed_public',151), +(401,6,'bookmark_public',0), +(402,6,'backup',0), +(403,6,'ticket',166919), +(404,6,'followup',13319), +(405,6,'task',13329), +(406,1,'project',0), +(407,2,'project',1025), +(408,3,'project',1151), +(409,6,'planning',1), +(410,4,'taskcategory',23), +(411,4,'cable_management',31), +(412,6,'statistic',1), +(413,6,'password_update',1), +(414,6,'show_group_hardware',0), +(415,6,'rule_dictionnary_software',0), +(416,6,'rule_dictionnary_dropdown',0), +(417,6,'budget',96), +(418,6,'notification',0), +(419,6,'rule_mailcollector',0), +(420,4,'state',23), +(421,5,'state',0), +(422,6,'calendar',0), +(423,6,'slm',1), +(424,6,'rule_dictionnary_printer',0), +(425,6,'problem',1121), +(426,6,'knowbasecategory',0), +(427,7,'itilcategory',23), +(428,7,'location',23), +(429,6,'itiltemplate',1), +(430,6,'ticketrecurrent',1), +(431,6,'ticketcost',23), +(432,3,'change',1151), +(433,4,'change',1151), +(434,6,'ticketvalidation',3088), +(435,7,'computer',127), +(436,7,'monitor',127), +(437,7,'software',127), +(438,7,'networking',127), +(439,7,'internet',31), +(440,7,'printer',127), +(441,7,'peripheral',127), +(442,7,'cartridge',127), +(443,7,'consumable',127), +(444,7,'phone',127), +(445,1,'queuednotification',0), +(446,7,'contact_enterprise',96), +(447,7,'document',127), +(448,7,'contract',96), +(449,7,'infocom',0), +(450,7,'knowbase',14359), +(451,7,'reservation',1055), +(452,7,'reports',1), +(453,7,'dropdown',0), +(454,7,'device',0), +(455,7,'typedoc',0), +(456,7,'link',0), +(457,7,'config',0), +(458,7,'rule_ticket',1047), +(459,7,'rule_import',0), +(460,7,'rule_location',0), +(461,7,'rule_ldap',0), +(462,7,'rule_softwarecategories',0), +(463,7,'search_config',0), +(464,1,'domain',0), +(465,7,'profile',0), +(466,7,'user',1055), +(467,7,'group',1), +(468,7,'entity',33), +(469,7,'transfer',1), +(470,7,'logs',1), +(471,7,'reminder_public',151), +(472,7,'rssfeed_public',151), +(473,7,'bookmark_public',0), +(474,7,'backup',0), +(475,7,'ticket',261151), +(476,7,'followup',31767), +(477,7,'task',13329), +(478,7,'queuednotification',0), +(479,7,'planning',3073), +(480,3,'taskcategory',23), +(481,3,'cable_management',31), +(482,7,'statistic',1), +(483,7,'password_update',1), +(484,7,'show_group_hardware',0), +(485,7,'rule_dictionnary_software',0), +(486,7,'rule_dictionnary_dropdown',0), +(487,7,'budget',96), +(488,7,'notification',0), +(489,7,'rule_mailcollector',23), +(490,7,'changevalidation',1044), +(491,3,'state',23), +(492,7,'calendar',23), +(493,7,'slm',23), +(494,7,'rule_dictionnary_printer',0), +(495,7,'problem',1151), +(496,5,'knowbasecategory',0), +(497,6,'itilcategory',0), +(498,6,'location',0), +(499,7,'itiltemplate',23), +(500,7,'ticketrecurrent',1), +(501,7,'ticketcost',23), +(502,1,'change',0), +(503,2,'change',1057), +(504,7,'ticketvalidation',15376), +(505,8,'backup',1), +(506,8,'bookmark_public',1), +(507,8,'budget',33), +(508,8,'calendar',1), +(509,8,'cartridge',33), +(510,8,'change',1057), +(511,8,'changevalidation',0), +(512,8,'computer',33), +(513,8,'config',1), +(514,8,'consumable',33), +(515,8,'contact_enterprise',33), +(516,8,'contract',33), +(517,8,'device',1), +(518,8,'document',33), +(519,8,'domain',1), +(520,8,'dropdown',1), +(521,8,'entity',33), +(522,8,'followup',8193), +(523,8,'global_validation',0), +(524,8,'group',33), +(525,8,'infocom',1), +(526,8,'internet',1), +(527,8,'itilcategory',1), +(528,8,'knowbase',10241), +(529,8,'knowbasecategory',1), +(530,8,'link',1), +(531,8,'location',1), +(532,8,'logs',1), +(533,8,'monitor',33), +(534,8,'cable_management',1), +(535,8,'networking',33), +(536,8,'notification',1), +(537,8,'password_update',0), +(538,8,'peripheral',33), +(539,8,'phone',33), +(540,8,'planning',3073), +(541,8,'printer',33), +(542,8,'problem',1057), +(543,8,'profile',1), +(544,8,'project',1057), +(545,8,'projecttask',33), +(546,8,'queuednotification',1), +(547,8,'reminder_public',1), +(548,8,'reports',1), +(549,8,'reservation',129), +(550,8,'rssfeed_public',129), +(551,8,'rule_dictionnary_dropdown',1), +(552,8,'rule_dictionnary_printer',1), +(553,8,'rule_dictionnary_software',1), +(554,8,'rule_import',1), +(555,8,'rule_location',1), +(556,8,'rule_ldap',1), +(557,8,'rule_mailcollector',1), +(558,8,'rule_softwarecategories',1), +(559,8,'rule_ticket',1), +(560,8,'search_config',0), +(561,8,'show_group_hardware',1), +(562,8,'slm',1), +(563,8,'software',33), +(564,8,'solutiontemplate',1), +(565,8,'itilfollowuptemplate',1), +(566,8,'state',1), +(567,8,'statistic',1), +(568,8,'task',8193), +(569,8,'taskcategory',1), +(570,8,'ticket',138241), +(571,8,'ticketcost',1), +(572,8,'ticketrecurrent',1), +(573,8,'itiltemplate',1), +(574,8,'ticketvalidation',0), +(575,8,'transfer',1), +(576,8,'typedoc',1), +(577,8,'user',1), +(578,1,'license',0), +(579,2,'license',33), +(580,3,'license',127), +(581,4,'license',255), +(582,5,'license',0), +(583,6,'license',127), +(584,7,'license',127), +(585,8,'license',33), +(586,1,'line',0), +(587,2,'line',33), +(588,3,'line',127), +(589,4,'line',255), +(590,5,'line',0), +(591,6,'line',127), +(592,7,'line',127), +(593,8,'line',33), +(594,1,'lineoperator',0), +(595,2,'lineoperator',33), +(596,3,'lineoperator',23), +(597,4,'lineoperator',23), +(598,5,'lineoperator',0), +(599,6,'lineoperator',0), +(600,7,'lineoperator',23), +(601,8,'lineoperator',1), +(602,1,'devicesimcard_pinpuk',0), +(603,2,'devicesimcard_pinpuk',1), +(604,3,'devicesimcard_pinpuk',3), +(605,4,'devicesimcard_pinpuk',3), +(606,5,'devicesimcard_pinpuk',0), +(607,6,'devicesimcard_pinpuk',3), +(608,7,'devicesimcard_pinpuk',3), +(609,8,'devicesimcard_pinpuk',1), +(610,1,'certificate',0), +(611,2,'certificate',33), +(612,3,'certificate',127), +(613,4,'certificate',255), +(614,5,'certificate',0), +(615,6,'certificate',127), +(616,7,'certificate',127), +(617,8,'certificate',33), +(618,1,'datacenter',0), +(619,2,'datacenter',1), +(620,3,'datacenter',31), +(621,4,'datacenter',31), +(622,5,'datacenter',0), +(623,6,'datacenter',31), +(624,7,'datacenter',31), +(625,8,'datacenter',1), +(626,4,'rule_asset',1047), +(627,1,'personalization',3), +(628,2,'personalization',3), +(629,3,'personalization',3), +(630,4,'personalization',3), +(631,5,'personalization',3), +(632,6,'personalization',3), +(633,7,'personalization',3), +(634,8,'personalization',3), +(635,1,'rule_asset',0), +(636,2,'rule_asset',0), +(637,3,'rule_asset',0), +(638,5,'rule_asset',0), +(639,6,'rule_asset',0), +(640,7,'rule_asset',0), +(641,8,'rule_asset',0), +(642,1,'global_validation',0), +(643,2,'global_validation',0), +(644,3,'global_validation',0), +(645,4,'global_validation',0), +(646,5,'global_validation',0), +(647,6,'global_validation',0), +(648,7,'global_validation',0), +(649,1,'cluster',0), +(650,2,'cluster',1), +(651,3,'cluster',31), +(652,4,'cluster',31), +(653,5,'cluster',0), +(654,6,'cluster',31), +(655,7,'cluster',31), +(656,8,'cluster',1), +(657,1,'externalevent',0), +(658,2,'externalevent',1), +(659,3,'externalevent',1055), +(660,4,'externalevent',1055), +(661,5,'externalevent',0), +(662,6,'externalevent',1), +(663,7,'externalevent',31), +(664,8,'externalevent',1), +(665,1,'dashboard',0), +(666,2,'dashboard',0), +(667,3,'dashboard',0), +(668,4,'dashboard',23), +(669,5,'dashboard',0), +(670,6,'dashboard',0), +(671,7,'dashboard',0), +(672,8,'dashboard',0), +(673,1,'appliance',0), +(674,2,'appliance',1), +(675,3,'appliance',31), +(676,4,'appliance',31), +(677,5,'appliance',0), +(678,6,'appliance',31), +(679,7,'appliance',31), +(680,8,'appliance',1), +(681,1,'inventory',0), +(682,2,'inventory',0), +(683,3,'inventory',3073), +(684,4,'inventory',3073), +(685,5,'inventory',0), +(686,6,'inventory',0), +(687,7,'inventory',0), +(688,8,'inventory',0), +(689,1,'pendingreason',0), +(690,2,'pendingreason',0), +(691,3,'pendingreason',31), +(692,4,'pendingreason',31), +(693,5,'pendingreason',1), +(694,6,'pendingreason',1), +(695,7,'pendingreason',1), +(696,8,'pendingreason',1), +(697,1,'database',0), +(698,2,'database',1), +(699,3,'database',31), +(700,4,'database',31), +(701,5,'database',0), +(702,6,'database',31), +(703,7,'database',31), +(704,8,'database',1), +(705,1,'recurrentchange',0), +(706,2,'recurrentchange',0), +(707,3,'recurrentchange',1), +(708,4,'recurrentchange',31), +(709,5,'recurrentchange',0), +(710,6,'recurrentchange',1), +(711,7,'recurrentchange',1), +(712,8,'recurrentchange',1), +(713,1,'locked_field',0), +(714,2,'locked_field',0), +(715,3,'locked_field',0), +(716,4,'locked_field',6), +(717,5,'locked_field',0), +(718,6,'locked_field',0), +(719,7,'locked_field',0), +(720,8,'locked_field',0), +(721,1,'snmpcredential',0), +(722,2,'snmpcredential',0), +(723,3,'snmpcredential',0), +(724,4,'snmpcredential',31), +(725,5,'snmpcredential',0), +(726,6,'snmpcredential',0), +(727,7,'snmpcredential',0), +(728,8,'snmpcredential',0), +(729,1,'refusedequipment',0), +(730,2,'refusedequipment',0), +(731,3,'refusedequipment',0), +(732,4,'refusedequipment',19), +(733,5,'refusedequipment',0), +(734,6,'refusedequipment',0), +(735,7,'refusedequipment',0), +(736,8,'refusedequipment',0), +(737,1,'agent',0), +(738,2,'agent',0), +(739,3,'agent',0), +(740,4,'agent',19), +(741,5,'agent',0), +(742,6,'agent',0), +(743,7,'agent',0), +(744,8,'agent',0), +(745,1,'unmanaged',0), +(746,2,'unmanaged',0), +(747,3,'unmanaged',0), +(748,4,'unmanaged',27), +(749,5,'unmanaged',0), +(750,6,'unmanaged',0), +(751,7,'unmanaged',0), +(752,8,'unmanaged',0), +(753,4,'system_logs',1); +/*!40000 ALTER TABLE `glpi_profilerights` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_profiles` +-- + +DROP TABLE IF EXISTS `glpi_profiles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_profiles` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `interface` varchar(255) DEFAULT 'helpdesk', + `is_default` tinyint(4) NOT NULL DEFAULT 0, + `helpdesk_hardware` int(11) NOT NULL DEFAULT 0, + `helpdesk_item_type` text DEFAULT NULL, + `ticket_status` text DEFAULT NULL COMMENT 'json encoded array of from/dest allowed status change', + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `problem_status` text DEFAULT NULL COMMENT 'json encoded array of from/dest allowed status change', + `create_ticket_on_login` tinyint(4) NOT NULL DEFAULT 0, + `tickettemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `changetemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `problemtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `change_status` text DEFAULT NULL COMMENT 'json encoded array of from/dest allowed status change', + `managed_domainrecordtypes` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `interface` (`interface`), + KEY `is_default` (`is_default`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `tickettemplates_id` (`tickettemplates_id`), + KEY `changetemplates_id` (`changetemplates_id`), + KEY `problemtemplates_id` (`problemtemplates_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_profiles` +-- + +LOCK TABLES `glpi_profiles` WRITE; +/*!40000 ALTER TABLE `glpi_profiles` DISABLE KEYS */; +INSERT INTO `glpi_profiles` VALUES +(1,'Self-Service','helpdesk',1,1,'[\"Computer\",\"Monitor\",\"NetworkEquipment\",\"Peripheral\",\"Phone\",\"Printer\",\"Software\", \"DCRoom\", \"Rack\", \"Enclosure\", \"Database\"]','{\"1\":{\"2\":0,\"3\":0,\"4\":0,\"5\":0,\"6\":0},\"2\":{\"1\":0,\"3\":0,\"4\":0,\"5\":0,\"6\":0},\"3\":{\"1\":0,\"2\":0,\"4\":0,\"5\":0,\"6\":0},\"4\":{\"1\":0,\"2\":0,\"3\":0,\"5\":0,\"6\":0},\"5\":{\"1\":0,\"2\":0,\"3\":0,\"4\":0},\"6\":{\"1\":0,\"2\":0,\"3\":0,\"4\":0,\"5\":0}}',NULL,'','[]',0,0,0,0,NULL,'[]',NULL), +(2,'Observer','central',0,1,'[\"Computer\",\"Monitor\",\"NetworkEquipment\",\"Peripheral\",\"Phone\",\"Printer\",\"Software\", \"DCRoom\", \"Rack\", \"Enclosure\", \"Database\"]','[]',NULL,'','[]',0,0,0,0,NULL,'[]',NULL), +(3,'Admin','central',0,3,'[\"Computer\",\"Monitor\",\"NetworkEquipment\",\"Peripheral\",\"Phone\",\"Printer\",\"Software\", \"DCRoom\", \"Rack\", \"Enclosure\", \"Database\"]','[]',NULL,'','[]',0,0,0,0,NULL,'[-1]',NULL), +(4,'Super-Admin','central',0,3,'[\"Computer\",\"Monitor\",\"NetworkEquipment\",\"Peripheral\",\"Phone\",\"Printer\",\"Software\", \"DCRoom\", \"Rack\", \"Enclosure\", \"Database\"]','[]',NULL,'','[]',0,0,0,0,NULL,'[-1]',NULL), +(5,'Hotliner','central',0,3,'[\"Computer\",\"Monitor\",\"NetworkEquipment\",\"Peripheral\",\"Phone\",\"Printer\",\"Software\", \"DCRoom\", \"Rack\", \"Enclosure\", \"Database\"]','[]',NULL,'','[]',1,0,0,0,NULL,'[]',NULL), +(6,'Technician','central',0,3,'[\"Computer\",\"Monitor\",\"NetworkEquipment\",\"Peripheral\",\"Phone\",\"Printer\",\"Software\", \"DCRoom\", \"Rack\", \"Enclosure\", \"Database\"]','[]',NULL,'','[]',0,0,0,0,NULL,'[]',NULL), +(7,'Supervisor','central',0,3,'[\"Computer\",\"Monitor\",\"NetworkEquipment\",\"Peripheral\",\"Phone\",\"Printer\",\"Software\", \"DCRoom\", \"Rack\", \"Enclosure\", \"Database\"]','[]',NULL,'','[]',0,0,0,0,NULL,'[]',NULL), +(8,'Read-Only','central',0,0,'[]','{\"1\":{\"2\":0,\"3\":0,\"4\":0,\"5\":0,\"6\":0},\"2\":{\"1\":0,\"3\":0,\"4\":0,\"5\":0,\"6\":0},\"3\":{\"1\":0,\"2\":0,\"4\":0,\"5\":0,\"6\":0},\"4\":{\"1\":0,\"2\":0,\"3\":0,\"5\":0,\"6\":0},\"5\":{\"1\":0,\"2\":0,\"3\":0,\"4\":0,\"6\":0},\"6\":{\"1\":0,\"2\":0,\"3\":0,\"4\":0,\"5\":0}}',NULL,'This profile defines read-only access. It is used when objects are locked. It can also be used to give to users rights to unlock objects.','{\"1\":{\"7\":0,\"2\":0,\"3\":0,\"4\":0,\"5\":0,\"8\":0,\"6\":0},\"7\":{\"1\":0,\"2\":0,\"3\":0,\"4\":0,\"5\":0,\"8\":0,\"6\":0},\"2\":{\"1\":0,\"7\":0,\"3\":0,\"4\":0,\"5\":0,\"8\":0,\"6\":0},\"3\":{\"1\":0,\"7\":0,\"2\":0,\"4\":0,\"5\":0,\"8\":0,\"6\":0},\"4\":{\"1\":0,\"7\":0,\"2\":0,\"3\":0,\"5\":0,\"8\":0,\"6\":0},\"5\":{\"1\":0,\"7\":0,\"2\":0,\"3\":0,\"4\":0,\"8\":0,\"6\":0},\"8\":{\"1\":0,\"7\":0,\"2\":0,\"3\":0,\"4\":0,\"5\":0,\"6\":0},\"6\":{\"1\":0,\"7\":0,\"2\":0,\"3\":0,\"4\":0,\"5\":0,\"8\":0}}',0,0,0,0,'{\"1\":{\"9\":0,\"10\":0,\"7\":0,\"4\":0,\"11\":0,\"12\":0,\"5\":0,\"8\":0,\"6\":0},\"9\":{\"1\":0,\"10\":0,\"7\":0,\"4\":0,\"11\":0,\"12\":0,\"5\":0,\"8\":0,\"6\":0},\"10\":{\"1\":0,\"9\":0,\"7\":0,\"4\":0,\"11\":0,\"12\":0,\"5\":0,\"8\":0,\"6\":0},\"7\":{\"1\":0,\"9\":0,\"10\":0,\"4\":0,\"11\":0,\"12\":0,\"5\":0,\"8\":0,\"6\":0},\"4\":{\"1\":0,\"9\":0,\"10\":0,\"7\":0,\"11\":0,\"12\":0,\"5\":0,\"8\":0,\"6\":0},\"11\":{\"1\":0,\"9\":0,\"10\":0,\"7\":0,\"4\":0,\"12\":0,\"5\":0,\"8\":0,\"6\":0},\"12\":{\"1\":0,\"9\":0,\"10\":0,\"7\":0,\"4\":0,\"11\":0,\"5\":0,\"8\":0,\"6\":0},\"5\":{\"1\":0,\"9\":0,\"10\":0,\"7\":0,\"4\":0,\"11\":0,\"12\":0,\"8\":0,\"6\":0},\"8\":{\"1\":0,\"9\":0,\"10\":0,\"7\":0,\"4\":0,\"11\":0,\"12\":0,\"5\":0,\"6\":0},\"6\":{\"1\":0,\"9\":0,\"10\":0,\"7\":0,\"4\":0,\"11\":0,\"12\":0,\"5\":0,\"8\":0}}','[]',NULL); +/*!40000 ALTER TABLE `glpi_profiles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_profiles_reminders` +-- + +DROP TABLE IF EXISTS `glpi_profiles_reminders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_profiles_reminders` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `reminders_id` int(10) unsigned NOT NULL DEFAULT 0, + `profiles_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `no_entity_restriction` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `reminders_id` (`reminders_id`), + KEY `profiles_id` (`profiles_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_profiles_reminders` +-- + +LOCK TABLES `glpi_profiles_reminders` WRITE; +/*!40000 ALTER TABLE `glpi_profiles_reminders` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_profiles_reminders` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_profiles_rssfeeds` +-- + +DROP TABLE IF EXISTS `glpi_profiles_rssfeeds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_profiles_rssfeeds` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `rssfeeds_id` int(10) unsigned NOT NULL DEFAULT 0, + `profiles_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `no_entity_restriction` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `rssfeeds_id` (`rssfeeds_id`), + KEY `profiles_id` (`profiles_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_profiles_rssfeeds` +-- + +LOCK TABLES `glpi_profiles_rssfeeds` WRITE; +/*!40000 ALTER TABLE `glpi_profiles_rssfeeds` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_profiles_rssfeeds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_profiles_users` +-- + +DROP TABLE IF EXISTS `glpi_profiles_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_profiles_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `profiles_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 1, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `is_default_profile` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `profiles_id` (`profiles_id`), + KEY `users_id` (`users_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_dynamic` (`is_dynamic`) +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_profiles_users` +-- + +LOCK TABLES `glpi_profiles_users` WRITE; +/*!40000 ALTER TABLE `glpi_profiles_users` DISABLE KEYS */; +INSERT INTO `glpi_profiles_users` VALUES +(2,2,4,0,1,0,0), +(3,3,1,0,1,0,0), +(4,4,6,0,1,0,0), +(5,5,2,0,1,0,0), +(6,7,1,0,0,0,0), +(7,8,1,0,0,0,0), +(8,9,1,0,0,0,0), +(9,10,1,0,0,0,0), +(10,11,1,0,0,0,0), +(12,13,1,0,0,0,0), +(14,15,1,0,0,0,0), +(17,14,1,0,0,0,0), +(18,12,3,0,0,0,0), +(19,16,3,0,0,0,0), +(20,17,1,0,0,0,0); +/*!40000 ALTER TABLE `glpi_profiles_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projectcosts` +-- + +DROP TABLE IF EXISTS `glpi_projectcosts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projectcosts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `projects_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `begin_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `cost` decimal(20,4) NOT NULL DEFAULT 0.0000, + `budgets_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `projects_id` (`projects_id`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `budgets_id` (`budgets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projectcosts` +-- + +LOCK TABLES `glpi_projectcosts` WRITE; +/*!40000 ALTER TABLE `glpi_projectcosts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projectcosts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projects` +-- + +DROP TABLE IF EXISTS `glpi_projects`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projects` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `code` varchar(255) DEFAULT NULL, + `priority` int(11) NOT NULL DEFAULT 1, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `projects_id` int(10) unsigned NOT NULL DEFAULT 0, + `projectstates_id` int(10) unsigned NOT NULL DEFAULT 0, + `projecttypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `plan_start_date` timestamp NULL DEFAULT NULL, + `plan_end_date` timestamp NULL DEFAULT NULL, + `real_start_date` timestamp NULL DEFAULT NULL, + `real_end_date` timestamp NULL DEFAULT NULL, + `percent_done` int(11) NOT NULL DEFAULT 0, + `auto_percent_done` tinyint(4) NOT NULL DEFAULT 0, + `show_on_global_gantt` tinyint(4) NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `comment` longtext DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `projecttemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `code` (`code`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_deleted` (`is_deleted`), + KEY `projects_id` (`projects_id`), + KEY `projectstates_id` (`projectstates_id`), + KEY `projecttypes_id` (`projecttypes_id`), + KEY `priority` (`priority`), + KEY `date` (`date`), + KEY `date_mod` (`date_mod`), + KEY `users_id` (`users_id`), + KEY `groups_id` (`groups_id`), + KEY `plan_start_date` (`plan_start_date`), + KEY `plan_end_date` (`plan_end_date`), + KEY `real_start_date` (`real_start_date`), + KEY `real_end_date` (`real_end_date`), + KEY `percent_done` (`percent_done`), + KEY `show_on_global_gantt` (`show_on_global_gantt`), + KEY `date_creation` (`date_creation`), + KEY `projecttemplates_id` (`projecttemplates_id`), + KEY `is_template` (`is_template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projects` +-- + +LOCK TABLES `glpi_projects` WRITE; +/*!40000 ALTER TABLE `glpi_projects` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projects` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projectstates` +-- + +DROP TABLE IF EXISTS `glpi_projectstates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projectstates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `color` varchar(255) DEFAULT NULL, + `is_finished` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_finished` (`is_finished`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projectstates` +-- + +LOCK TABLES `glpi_projectstates` WRITE; +/*!40000 ALTER TABLE `glpi_projectstates` DISABLE KEYS */; +INSERT INTO `glpi_projectstates` VALUES +(1,'New',NULL,'#06ff00',0,NULL,NULL), +(2,'Processing',NULL,'#ffb800',0,NULL,NULL), +(3,'Closed',NULL,'#ff0000',1,NULL,NULL); +/*!40000 ALTER TABLE `glpi_projectstates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projecttasklinks` +-- + +DROP TABLE IF EXISTS `glpi_projecttasklinks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projecttasklinks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `projecttasks_id_source` int(10) unsigned NOT NULL, + `source_uuid` varchar(255) NOT NULL, + `projecttasks_id_target` int(10) unsigned NOT NULL, + `target_uuid` varchar(255) NOT NULL, + `type` tinyint(4) NOT NULL DEFAULT 0, + `lag` smallint(6) DEFAULT 0, + `lead` smallint(6) DEFAULT 0, + PRIMARY KEY (`id`), + KEY `projecttasks_id_source` (`projecttasks_id_source`), + KEY `projecttasks_id_target` (`projecttasks_id_target`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projecttasklinks` +-- + +LOCK TABLES `glpi_projecttasklinks` WRITE; +/*!40000 ALTER TABLE `glpi_projecttasklinks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projecttasklinks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projecttasks` +-- + +DROP TABLE IF EXISTS `glpi_projecttasks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projecttasks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `uuid` varchar(255) DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `content` longtext DEFAULT NULL, + `comment` longtext DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `projects_id` int(10) unsigned NOT NULL DEFAULT 0, + `projecttasks_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `plan_start_date` timestamp NULL DEFAULT NULL, + `plan_end_date` timestamp NULL DEFAULT NULL, + `real_start_date` timestamp NULL DEFAULT NULL, + `real_end_date` timestamp NULL DEFAULT NULL, + `planned_duration` int(11) NOT NULL DEFAULT 0, + `effective_duration` int(11) NOT NULL DEFAULT 0, + `projectstates_id` int(10) unsigned NOT NULL DEFAULT 0, + `projecttasktypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `percent_done` int(11) NOT NULL DEFAULT 0, + `auto_percent_done` tinyint(4) NOT NULL DEFAULT 0, + `is_milestone` tinyint(4) NOT NULL DEFAULT 0, + `projecttasktemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `projects_id` (`projects_id`), + KEY `projecttasks_id` (`projecttasks_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`), + KEY `users_id` (`users_id`), + KEY `plan_start_date` (`plan_start_date`), + KEY `plan_end_date` (`plan_end_date`), + KEY `real_start_date` (`real_start_date`), + KEY `real_end_date` (`real_end_date`), + KEY `percent_done` (`percent_done`), + KEY `projectstates_id` (`projectstates_id`), + KEY `projecttasktypes_id` (`projecttasktypes_id`), + KEY `projecttasktemplates_id` (`projecttasktemplates_id`), + KEY `is_template` (`is_template`), + KEY `is_milestone` (`is_milestone`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projecttasks` +-- + +LOCK TABLES `glpi_projecttasks` WRITE; +/*!40000 ALTER TABLE `glpi_projecttasks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projecttasks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projecttasks_tickets` +-- + +DROP TABLE IF EXISTS `glpi_projecttasks_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projecttasks_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `projecttasks_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickets_id`,`projecttasks_id`), + KEY `projects_id` (`projecttasks_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projecttasks_tickets` +-- + +LOCK TABLES `glpi_projecttasks_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_projecttasks_tickets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projecttasks_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projecttaskteams` +-- + +DROP TABLE IF EXISTS `glpi_projecttaskteams`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projecttaskteams` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `projecttasks_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`projecttasks_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projecttaskteams` +-- + +LOCK TABLES `glpi_projecttaskteams` WRITE; +/*!40000 ALTER TABLE `glpi_projecttaskteams` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projecttaskteams` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projecttasktemplates` +-- + +DROP TABLE IF EXISTS `glpi_projecttasktemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projecttasktemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `description` longtext DEFAULT NULL, + `comment` longtext DEFAULT NULL, + `projects_id` int(10) unsigned NOT NULL DEFAULT 0, + `projecttasks_id` int(10) unsigned NOT NULL DEFAULT 0, + `plan_start_date` timestamp NULL DEFAULT NULL, + `plan_end_date` timestamp NULL DEFAULT NULL, + `real_start_date` timestamp NULL DEFAULT NULL, + `real_end_date` timestamp NULL DEFAULT NULL, + `planned_duration` int(11) NOT NULL DEFAULT 0, + `effective_duration` int(11) NOT NULL DEFAULT 0, + `projectstates_id` int(10) unsigned NOT NULL DEFAULT 0, + `projecttasktypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `percent_done` int(11) NOT NULL DEFAULT 0, + `is_milestone` tinyint(4) NOT NULL DEFAULT 0, + `comments` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `projects_id` (`projects_id`), + KEY `projecttasks_id` (`projecttasks_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`), + KEY `users_id` (`users_id`), + KEY `plan_start_date` (`plan_start_date`), + KEY `plan_end_date` (`plan_end_date`), + KEY `real_start_date` (`real_start_date`), + KEY `real_end_date` (`real_end_date`), + KEY `percent_done` (`percent_done`), + KEY `projectstates_id` (`projectstates_id`), + KEY `projecttasktypes_id` (`projecttasktypes_id`), + KEY `is_milestone` (`is_milestone`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projecttasktemplates` +-- + +LOCK TABLES `glpi_projecttasktemplates` WRITE; +/*!40000 ALTER TABLE `glpi_projecttasktemplates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projecttasktemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projecttasktypes` +-- + +DROP TABLE IF EXISTS `glpi_projecttasktypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projecttasktypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projecttasktypes` +-- + +LOCK TABLES `glpi_projecttasktypes` WRITE; +/*!40000 ALTER TABLE `glpi_projecttasktypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projecttasktypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projectteams` +-- + +DROP TABLE IF EXISTS `glpi_projectteams`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projectteams` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `projects_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`projects_id`,`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projectteams` +-- + +LOCK TABLES `glpi_projectteams` WRITE; +/*!40000 ALTER TABLE `glpi_projectteams` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projectteams` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_projecttypes` +-- + +DROP TABLE IF EXISTS `glpi_projecttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_projecttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_projecttypes` +-- + +LOCK TABLES `glpi_projecttypes` WRITE; +/*!40000 ALTER TABLE `glpi_projecttypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_projecttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_queuednotifications` +-- + +DROP TABLE IF EXISTS `glpi_queuednotifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_queuednotifications` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `notificationtemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `sent_try` int(11) NOT NULL DEFAULT 0, + `create_time` timestamp NULL DEFAULT NULL, + `send_time` timestamp NULL DEFAULT NULL, + `sent_time` timestamp NULL DEFAULT NULL, + `name` text DEFAULT NULL, + `sender` text DEFAULT NULL, + `sendername` text DEFAULT NULL, + `recipient` text DEFAULT NULL, + `recipientname` text DEFAULT NULL, + `replyto` text DEFAULT NULL, + `replytoname` text DEFAULT NULL, + `headers` text DEFAULT NULL, + `body_html` longtext DEFAULT NULL, + `body_text` longtext DEFAULT NULL, + `messageid` text DEFAULT NULL, + `documents` text DEFAULT NULL, + `mode` varchar(20) NOT NULL COMMENT 'See Notification_NotificationTemplate::MODE_* constants', + `event` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `item` (`itemtype`,`items_id`,`notificationtemplates_id`), + KEY `is_deleted` (`is_deleted`), + KEY `entities_id` (`entities_id`), + KEY `sent_try` (`sent_try`), + KEY `create_time` (`create_time`), + KEY `send_time` (`send_time`), + KEY `sent_time` (`sent_time`), + KEY `mode` (`mode`), + KEY `notificationtemplates_id` (`notificationtemplates_id`), + KEY `recipient` (`recipient`(255)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_queuednotifications` +-- + +LOCK TABLES `glpi_queuednotifications` WRITE; +/*!40000 ALTER TABLE `glpi_queuednotifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_queuednotifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_rackmodels` +-- + +DROP TABLE IF EXISTS `glpi_rackmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_rackmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `product_number` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `product_number` (`product_number`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_rackmodels` +-- + +LOCK TABLES `glpi_rackmodels` WRITE; +/*!40000 ALTER TABLE `glpi_rackmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_rackmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_racks` +-- + +DROP TABLE IF EXISTS `glpi_racks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_racks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `rackmodels_id` int(10) unsigned DEFAULT NULL, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `racktypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `width` int(11) DEFAULT NULL, + `height` int(11) DEFAULT NULL, + `depth` int(11) DEFAULT NULL, + `number_units` int(11) DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `dcrooms_id` int(10) unsigned NOT NULL DEFAULT 0, + `room_orientation` int(11) NOT NULL DEFAULT 0, + `position` varchar(50) DEFAULT NULL, + `bgcolor` varchar(7) DEFAULT NULL, + `max_power` int(11) NOT NULL DEFAULT 0, + `mesured_power` int(11) NOT NULL DEFAULT 0, + `max_weight` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `locations_id` (`locations_id`), + KEY `rackmodels_id` (`rackmodels_id`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `racktypes_id` (`racktypes_id`), + KEY `states_id` (`states_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `group_id_tech` (`groups_id_tech`), + KEY `is_template` (`is_template`), + KEY `is_deleted` (`is_deleted`), + KEY `dcrooms_id` (`dcrooms_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_racks` +-- + +LOCK TABLES `glpi_racks` WRITE; +/*!40000 ALTER TABLE `glpi_racks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_racks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_racktypes` +-- + +DROP TABLE IF EXISTS `glpi_racktypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_racktypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `name` (`name`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_racktypes` +-- + +LOCK TABLES `glpi_racktypes` WRITE; +/*!40000 ALTER TABLE `glpi_racktypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_racktypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_recurrentchanges` +-- + +DROP TABLE IF EXISTS `glpi_recurrentchanges`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_recurrentchanges` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `changetemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `begin_date` timestamp NULL DEFAULT NULL, + `periodicity` varchar(255) DEFAULT NULL, + `create_before` int(11) NOT NULL DEFAULT 0, + `next_creation_date` timestamp NULL DEFAULT NULL, + `calendars_id` int(10) unsigned NOT NULL DEFAULT 0, + `end_date` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_active` (`is_active`), + KEY `changetemplates_id` (`changetemplates_id`), + KEY `next_creation_date` (`next_creation_date`), + KEY `calendars_id` (`calendars_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_recurrentchanges` +-- + +LOCK TABLES `glpi_recurrentchanges` WRITE; +/*!40000 ALTER TABLE `glpi_recurrentchanges` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_recurrentchanges` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_refusedequipments` +-- + +DROP TABLE IF EXISTS `glpi_refusedequipments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_refusedequipments` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `itemtype` varchar(100) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `ip` text DEFAULT NULL, + `mac` text DEFAULT NULL, + `rules_id` int(10) unsigned NOT NULL DEFAULT 0, + `method` varchar(255) DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `uuid` varchar(255) DEFAULT NULL, + `agents_id` int(10) unsigned NOT NULL DEFAULT 0, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `agents_id` (`agents_id`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`), + KEY `rules_id` (`rules_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_refusedequipments` +-- + +LOCK TABLES `glpi_refusedequipments` WRITE; +/*!40000 ALTER TABLE `glpi_refusedequipments` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_refusedequipments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_registeredids` +-- + +DROP TABLE IF EXISTS `glpi_registeredids`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_registeredids` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `device_type` varchar(100) NOT NULL COMMENT 'USB, PCI ...', + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `item` (`itemtype`,`items_id`), + KEY `device_type` (`device_type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_registeredids` +-- + +LOCK TABLES `glpi_registeredids` WRITE; +/*!40000 ALTER TABLE `glpi_registeredids` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_registeredids` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_reminders` +-- + +DROP TABLE IF EXISTS `glpi_reminders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_reminders` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `uuid` varchar(255) DEFAULT NULL, + `date` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `text` text DEFAULT NULL, + `begin` timestamp NULL DEFAULT NULL, + `end` timestamp NULL DEFAULT NULL, + `is_planned` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `state` int(11) NOT NULL DEFAULT 0, + `begin_view_date` timestamp NULL DEFAULT NULL, + `end_view_date` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `name` (`name`), + KEY `date` (`date`), + KEY `begin` (`begin`), + KEY `end` (`end`), + KEY `users_id` (`users_id`), + KEY `is_planned` (`is_planned`), + KEY `state` (`state`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_reminders` +-- + +LOCK TABLES `glpi_reminders` WRITE; +/*!40000 ALTER TABLE `glpi_reminders` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_reminders` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_reminders_users` +-- + +DROP TABLE IF EXISTS `glpi_reminders_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_reminders_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `reminders_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `reminders_id` (`reminders_id`), + KEY `users_id` (`users_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_reminders_users` +-- + +LOCK TABLES `glpi_reminders_users` WRITE; +/*!40000 ALTER TABLE `glpi_reminders_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_reminders_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_remindertranslations` +-- + +DROP TABLE IF EXISTS `glpi_remindertranslations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_remindertranslations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `reminders_id` int(10) unsigned NOT NULL DEFAULT 0, + `language` varchar(5) DEFAULT NULL, + `name` text DEFAULT NULL, + `text` longtext DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `item` (`reminders_id`,`language`), + KEY `users_id` (`users_id`), + KEY `date_creation` (`date_creation`), + KEY `date_mod` (`date_mod`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_remindertranslations` +-- + +LOCK TABLES `glpi_remindertranslations` WRITE; +/*!40000 ALTER TABLE `glpi_remindertranslations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_remindertranslations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_requesttypes` +-- + +DROP TABLE IF EXISTS `glpi_requesttypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_requesttypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `is_helpdesk_default` tinyint(4) NOT NULL DEFAULT 0, + `is_followup_default` tinyint(4) NOT NULL DEFAULT 0, + `is_mail_default` tinyint(4) NOT NULL DEFAULT 0, + `is_mailfollowup_default` tinyint(4) NOT NULL DEFAULT 0, + `is_active` tinyint(4) NOT NULL DEFAULT 1, + `is_ticketheader` tinyint(4) NOT NULL DEFAULT 1, + `is_itilfollowup` tinyint(4) NOT NULL DEFAULT 1, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_helpdesk_default` (`is_helpdesk_default`), + KEY `is_followup_default` (`is_followup_default`), + KEY `is_mail_default` (`is_mail_default`), + KEY `is_mailfollowup_default` (`is_mailfollowup_default`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `is_active` (`is_active`), + KEY `is_ticketheader` (`is_ticketheader`), + KEY `is_itilfollowup` (`is_itilfollowup`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_requesttypes` +-- + +LOCK TABLES `glpi_requesttypes` WRITE; +/*!40000 ALTER TABLE `glpi_requesttypes` DISABLE KEYS */; +INSERT INTO `glpi_requesttypes` VALUES +(1,'Helpdesk',1,1,0,0,1,1,1,NULL,NULL,NULL), +(2,'E-Mail',0,0,1,1,1,1,1,NULL,NULL,NULL), +(3,'Phone',0,0,0,0,1,1,1,NULL,NULL,NULL), +(4,'Direct',0,0,0,0,1,1,1,NULL,NULL,NULL), +(5,'Written',0,0,0,0,1,1,1,NULL,NULL,NULL), +(6,'Other',0,0,0,0,1,1,1,NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_requesttypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_reservationitems` +-- + +DROP TABLE IF EXISTS `glpi_reservationitems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_reservationitems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) NOT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`), + KEY `is_active` (`is_active`), + KEY `item` (`itemtype`,`items_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_reservationitems` +-- + +LOCK TABLES `glpi_reservationitems` WRITE; +/*!40000 ALTER TABLE `glpi_reservationitems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_reservationitems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_reservations` +-- + +DROP TABLE IF EXISTS `glpi_reservations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_reservations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `reservationitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `begin` timestamp NULL DEFAULT NULL, + `end` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `group` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `begin` (`begin`), + KEY `end` (`end`), + KEY `users_id` (`users_id`), + KEY `resagroup` (`reservationitems_id`,`group`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_reservations` +-- + +LOCK TABLES `glpi_reservations` WRITE; +/*!40000 ALTER TABLE `glpi_reservations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_reservations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_rssfeeds` +-- + +DROP TABLE IF EXISTS `glpi_rssfeeds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_rssfeeds` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `url` text DEFAULT NULL, + `refresh_rate` int(11) NOT NULL DEFAULT 86400, + `max_items` int(11) NOT NULL DEFAULT 20, + `have_error` tinyint(4) NOT NULL DEFAULT 0, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `users_id` (`users_id`), + KEY `date_mod` (`date_mod`), + KEY `have_error` (`have_error`), + KEY `is_active` (`is_active`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_rssfeeds` +-- + +LOCK TABLES `glpi_rssfeeds` WRITE; +/*!40000 ALTER TABLE `glpi_rssfeeds` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_rssfeeds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_rssfeeds_users` +-- + +DROP TABLE IF EXISTS `glpi_rssfeeds_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_rssfeeds_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `rssfeeds_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `rssfeeds_id` (`rssfeeds_id`), + KEY `users_id` (`users_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_rssfeeds_users` +-- + +LOCK TABLES `glpi_rssfeeds_users` WRITE; +/*!40000 ALTER TABLE `glpi_rssfeeds_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_rssfeeds_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ruleactions` +-- + +DROP TABLE IF EXISTS `glpi_ruleactions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ruleactions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `rules_id` int(10) unsigned NOT NULL DEFAULT 0, + `action_type` varchar(255) DEFAULT NULL COMMENT 'VALUE IN (assign, regex_result, append_regex_result, affectbyip, affectbyfqdn, affectbymac)', + `field` varchar(255) DEFAULT NULL, + `value` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `rules_id` (`rules_id`), + KEY `field_value` (`field`(50),`value`(50)) +) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ruleactions` +-- + +LOCK TABLES `glpi_ruleactions` WRITE; +/*!40000 ALTER TABLE `glpi_ruleactions` DISABLE KEYS */; +INSERT INTO `glpi_ruleactions` VALUES +(1,1,'assign','_ignore_import','1'), +(2,2,'assign','_inventory','0'), +(3,3,'assign','_inventory','0'), +(4,4,'assign','_inventory','0'), +(5,5,'assign','_inventory','0'), +(6,6,'assign','_inventory','0'), +(7,7,'assign','_inventory','0'), +(8,8,'assign','_inventory','0'), +(9,9,'assign','_inventory','0'), +(10,10,'assign','_ignore_import','1'), +(11,11,'assign','_inventory','0'), +(12,12,'assign','_inventory','0'), +(13,13,'assign','_inventory','0'), +(14,14,'assign','_inventory','0'), +(15,15,'assign','_inventory','0'), +(16,16,'assign','_inventory','0'), +(17,17,'assign','_inventory','0'), +(18,18,'assign','_inventory','0'), +(19,19,'assign','_inventory','0'), +(20,20,'assign','_inventory','0'), +(21,21,'assign','_inventory','0'), +(22,22,'assign','_ignore_import','1'), +(23,23,'assign','_ignore_import','1'), +(24,24,'assign','_inventory','0'), +(25,25,'assign','_inventory','0'), +(26,26,'assign','_inventory','0'), +(27,27,'assign','_inventory','0'), +(28,28,'assign','_ignore_import','1'), +(29,29,'assign','_ignore_import','1'), +(30,30,'assign','_inventory','0'), +(31,31,'assign','_inventory','0'), +(32,32,'assign','_inventory','0'), +(33,33,'assign','_inventory','0'), +(34,34,'assign','_ignore_import','1'), +(35,35,'assign','_inventory','0'), +(36,36,'assign','_inventory','0'), +(37,37,'assign','_ignore_import','1'), +(38,38,'assign','_inventory','0'), +(39,39,'assign','_inventory','0'), +(40,40,'assign','_ignore_import','1'), +(41,41,'assign','_ignore_import','1'), +(42,42,'assign','_inventory','0'), +(43,43,'assign','_inventory','0'), +(44,44,'assign','_inventory','0'), +(45,45,'assign','_inventory','0'), +(46,46,'assign','_inventory','0'), +(47,47,'assign','_inventory','0'), +(48,48,'assign','_inventory','0'), +(49,49,'assign','_inventory','0'), +(50,50,'assign','_inventory','0'), +(51,51,'assign','_inventory','0'), +(52,52,'assign','_inventory','0'), +(53,53,'assign','_ignore_import','1'), +(54,54,'assign','_inventory','0'), +(55,55,'assign','_inventory','0'), +(56,56,'assign','_ignore_import','1'), +(57,57,'assign','_inventory','0'), +(58,58,'assign','_inventory','0'), +(59,59,'assign','_ignore_import','1'), +(60,60,'assign','_ignore_import','1'), +(61,61,'assign','_inventory','0'), +(62,62,'assign','_inventory','0'), +(63,63,'assign','_inventory','0'), +(64,64,'assign','_inventory','0'), +(65,65,'assign','_ignore_import','1'), +(66,66,'assign','_inventory','0'), +(67,67,'assign','_inventory','0'), +(68,68,'assign','_ignore_import','1'), +(69,69,'assign','_inventory','0'), +(70,70,'assign','_inventory','0'), +(71,71,'assign','_ignore_import','1'), +(72,72,'assign','entities_id','0'), +(73,73,'assign','_refuse_email_no_response','1'), +(74,74,'assign','_refuse_email_no_response','1'), +(75,75,'assign','entities_id','0'), +(76,76,'assign','_import_category','1'), +(77,77,'fromitem','locations_id','1'), +(78,78,'fromuser','locations_id','1'), +(79,79,'regex_result','_affect_user_by_regex','#0'), +(80,80,'regex_result','_affect_user_by_regex','#0'), +(81,81,'regex_result','_affect_user_by_regex','#0'), +(82,82,'append_regex_result','name','#0'), +(83,83,'append_regex_result','name','#1'), +(84,84,'append_regex_result','name','#1 #2'), +(85,85,'append_regex_result','name','#1'), +(86,86,'append_regex_result','name','#2'), +(87,87,'append_regex_result','name','#3'), +(88,88,'append_regex_result','name','#2'), +(89,89,'append_regex_result','name','#4'), +(90,90,'append_regex_result','name','#4'); +/*!40000 ALTER TABLE `glpi_ruleactions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_rulecriterias` +-- + +DROP TABLE IF EXISTS `glpi_rulecriterias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_rulecriterias` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `rules_id` int(10) unsigned NOT NULL DEFAULT 0, + `criteria` varchar(255) DEFAULT NULL, + `condition` int(11) NOT NULL DEFAULT 0 COMMENT 'see define.php PATTERN_* and REGEX_* constant', + `pattern` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `rules_id` (`rules_id`), + KEY `condition` (`condition`) +) ENGINE=InnoDB AUTO_INCREMENT=207 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_rulecriterias` +-- + +LOCK TABLES `glpi_rulecriterias` WRITE; +/*!40000 ALTER TABLE `glpi_rulecriterias` DISABLE KEYS */; +INSERT INTO `glpi_rulecriterias` VALUES +(1,1,'partial',0,'1'), +(2,1,'itemtype',9,'1'), +(3,2,'itemtype',9,'1'), +(4,2,'mac',10,'1'), +(5,2,'mac',8,'1'), +(6,2,'ifnumber',10,'1'), +(7,2,'ifnumber',8,'1'), +(8,2,'link_criteria_port',203,'1'), +(9,3,'itemtype',9,'1'), +(10,3,'mac',10,'1'), +(11,3,'mac',8,'1'), +(12,3,'ifnumber',10,'1'), +(13,3,'ifnumber',8,'1'), +(14,4,'itemtype',9,'1'), +(15,4,'mac',8,'1'), +(16,4,'ifnumber',8,'1'), +(17,5,'itemtype',9,'1'), +(18,5,'ip',10,'1'), +(19,5,'ip',8,'1'), +(20,5,'ifdescr',10,'1'), +(21,5,'ifdescr',8,'1'), +(22,5,'link_criteria_port',203,'1'), +(23,6,'itemtype',9,'1'), +(24,6,'ip',10,'1'), +(25,6,'ip',8,'1'), +(26,6,'ifdescr',10,'1'), +(27,6,'ifdescr',8,'1'), +(28,7,'itemtype',9,'1'), +(29,7,'ip',8,'1'), +(30,7,'ifdescr',8,'1'), +(31,8,'itemtype',9,'1'), +(32,8,'mac',10,'1'), +(33,8,'mac',8,'1'), +(34,8,'only_these_criteria',204,'1'), +(35,9,'itemtype',9,'1'), +(36,9,'mac',8,'1'), +(37,9,'only_these_criteria',204,'1'), +(38,10,'itemtype',0,'Computer'), +(39,10,'name',9,'1'), +(40,11,'itemtype',0,'Computer'), +(41,11,'serial',10,'1'), +(42,11,'serial',8,'1'), +(43,11,'uuid',10,'1'), +(44,11,'uuid',8,'1'), +(45,12,'itemtype',0,'Computer'), +(46,12,'serial',10,'1'), +(47,12,'serial',8,'1'), +(48,12,'uuid',30,'1'), +(49,13,'itemtype',0,'Computer'), +(50,13,'uuid',8,'1'), +(51,13,'serial',8,'1'), +(52,14,'itemtype',0,'Computer'), +(53,14,'serial',10,'1'), +(54,14,'serial',8,'1'), +(55,15,'itemtype',0,'Computer'), +(56,15,'uuid',10,'1'), +(57,15,'uuid',8,'1'), +(58,16,'itemtype',0,'Computer'), +(59,16,'mac',10,'1'), +(60,16,'mac',8,'1'), +(61,17,'itemtype',0,'Computer'), +(62,17,'name',10,'1'), +(63,17,'name',8,'1'), +(64,18,'itemtype',0,'Computer'), +(65,18,'serial',8,'1'), +(66,19,'itemtype',0,'Computer'), +(67,19,'uuid',8,'1'), +(68,20,'itemtype',0,'Computer'), +(69,20,'mac',8,'1'), +(70,21,'itemtype',0,'Computer'), +(71,21,'name',8,'1'), +(72,22,'itemtype',0,'Computer'), +(73,23,'itemtype',0,'Printer'), +(74,23,'name',9,'1'), +(75,24,'itemtype',0,'Printer'), +(76,24,'serial',8,'1'), +(77,24,'serial',10,'1'), +(78,25,'itemtype',0,'Printer'), +(79,25,'mac',8,'1'), +(80,25,'mac',10,'1'), +(81,26,'itemtype',0,'Printer'), +(82,26,'serial',8,'1'), +(83,27,'itemtype',0,'Printer'), +(84,27,'mac',8,'1'), +(85,28,'itemtype',0,'Printer'), +(86,29,'itemtype',0,'NetworkEquipment'), +(87,29,'name',9,'1'), +(88,30,'itemtype',0,'NetworkEquipment'), +(89,30,'serial',8,'1'), +(90,30,'serial',10,'1'), +(91,31,'itemtype',0,'NetworkEquipment'), +(92,31,'mac',8,'1'), +(93,31,'mac',10,'1'), +(94,32,'itemtype',0,'NetworkEquipment'), +(95,32,'serial',8,'1'), +(96,33,'itemtype',0,'NetworkEquipment'), +(97,33,'mac',8,'1'), +(98,34,'itemtype',0,'NetworkEquipment'), +(99,35,'itemtype',0,'Peripheral'), +(100,35,'serial',8,'1'), +(101,35,'serial',10,'1'), +(102,36,'itemtype',0,'Peripheral'), +(103,36,'serial',8,'1'), +(104,37,'itemtype',0,'Peripheral'), +(105,38,'itemtype',0,'Monitor'), +(106,38,'serial',8,'1'), +(107,38,'serial',10,'1'), +(108,39,'itemtype',0,'Monitor'), +(109,39,'serial',8,'1'), +(110,40,'itemtype',0,'Monitor'), +(111,41,'itemtype',0,'Phone'), +(112,41,'name',9,'1'), +(113,42,'itemtype',0,'Phone'), +(114,42,'serial',10,'1'), +(115,42,'serial',8,'1'), +(116,42,'uuid',10,'1'), +(117,42,'uuid',8,'1'), +(118,43,'itemtype',0,'Phone'), +(119,43,'serial',10,'1'), +(120,43,'serial',8,'1'), +(121,43,'uuid',30,'1'), +(122,44,'itemtype',0,'Phone'), +(123,44,'uuid',8,'1'), +(124,44,'serial',8,'1'), +(125,45,'itemtype',0,'Phone'), +(126,45,'serial',10,'1'), +(127,45,'serial',8,'1'), +(128,46,'itemtype',0,'Phone'), +(129,46,'uuid',10,'1'), +(130,46,'uuid',8,'1'), +(131,47,'itemtype',0,'Phone'), +(132,47,'mac',10,'1'), +(133,47,'mac',8,'1'), +(134,48,'itemtype',0,'Phone'), +(135,48,'name',10,'1'), +(136,48,'name',8,'1'), +(137,49,'itemtype',0,'Phone'), +(138,49,'serial',8,'1'), +(139,50,'itemtype',0,'Phone'), +(140,50,'uuid',8,'1'), +(141,51,'itemtype',0,'Phone'), +(142,51,'mac',8,'1'), +(143,52,'itemtype',0,'Phone'), +(144,52,'name',8,'1'), +(145,53,'itemtype',0,'Phone'), +(146,54,'itemtype',0,'Cluster'), +(147,54,'uuid',8,'1'), +(148,54,'uuid',10,'1'), +(149,55,'itemtype',0,'Cluster'), +(150,55,'uuid',8,'1'), +(151,56,'itemtype',0,'Cluster'), +(152,57,'itemtype',0,'Enclosure'), +(153,57,'serial',8,'1'), +(154,57,'serial',10,'1'), +(155,58,'itemtype',0,'Enclosure'), +(156,58,'serial',8,'1'), +(157,59,'itemtype',0,'Enclosure'), +(158,60,'name',9,'1'), +(159,61,'serial',8,'1'), +(160,61,'serial',10,'1'), +(161,62,'mac',8,'1'), +(162,62,'mac',10,'1'), +(163,63,'serial',8,'1'), +(164,64,'mac',8,'1'), +(165,65,'itemtype',0,''), +(166,66,'itemtype',0,'DatabaseInstance'), +(167,66,'name',8,'1'), +(168,66,'name',10,'1'), +(169,66,'linked_item',10,'1'), +(170,67,'itemtype',0,'DatabaseInstance'), +(171,67,'name',8,'1'), +(172,68,'itemtype',0,'DatabaseInstance'), +(173,69,'itemtype',0,'Unmanaged'), +(174,69,'name',8,'1'), +(175,69,'name',10,'1'), +(176,70,'itemtype',0,'Unmanaged'), +(177,70,'name',8,'1'), +(178,71,'itemtype',0,'Unmanaged'), +(179,72,'subject',6,'/.*/'), +(180,73,'x-auto-response-suppress',6,'/\\S+/'), +(181,74,'auto-submitted',6,'/^(?!.*no).+$/i'), +(182,75,'TYPE',0,'3'), +(183,75,'TYPE',0,'2'), +(184,76,'name',0,'*'), +(185,77,'locations_id',9,'1'), +(186,77,'_locations_id_of_item',8,'1'), +(187,78,'locations_id',9,'1'), +(188,78,'_locations_id_of_requester',8,'1'), +(189,79,'_itemtype',0,'Computer'), +(190,79,'_auto',0,'1'), +(191,79,'contact',6,'/(.*)@/'), +(192,80,'_itemtype',0,'Computer'), +(193,80,'_auto',0,'1'), +(194,80,'contact',6,'/(.*)[,|\\/]/'), +(195,81,'_itemtype',0,'Computer'), +(196,81,'_auto',0,'1'), +(197,81,'contact',6,'/(.*)/'), +(198,82,'os_name',6,'/(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle|Amazon Linux)(?:\\D+|)([\\d.]*) ?(?:\\(?([\\w ]+)\\)?)?/'), +(199,83,'os_name',6,'/(Microsoft)(?>\\(R\\)|®)? (Windows) (XP|\\d\\.\\d|\\d{1,4}|Vista)(™)? ?(.*)/'), +(200,84,'os_name',6,'/(Microsoft)(?>\\(R\\)|®)? (?:(Hyper-V|Windows)(?:\\(R\\))?) ((?:Server|))(?:\\(R\\)|®)? (\\d{4}(?: R2)?)(?:[,\\s]++)?([^\\s]*)(?: Edition(?: x64)?)?$/'), +(201,85,'os_name',6,'/(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle)(?:\\D+|)([\\d.]+) ?(?:\\(?([\\w ]+)\\)?)?/'), +(202,86,'os_name',6,'/(Microsoft)(?>\\(R\\)|®)? (Windows) (XP|\\d\\.\\d|\\d{1,4}|Vista)(™)? ?(.*)/'), +(203,87,'os_name',6,'/(Microsoft)(?>\\(R\\)|®)? (?:(Hyper-V|Windows)(?:\\(R\\))?) ((?:Server|))(?:\\(R\\)|®)? (\\d{4}(?: R2)?)(?:[,\\s]++)?([^\\s]*)(?: Edition(?: x64)?)?$/'), +(204,88,'os_name',6,'/(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle)(?:\\D+|)([\\d.]+) ?(?:\\(?([\\w ]+)\\)?)?/'), +(205,89,'os_name',6,'/(Microsoft)(?>\\(R\\)|®)? (Windows) (XP|\\d\\.\\d|\\d{1,4}|Vista)(™)? ?(.*)/'), +(206,90,'os_name',6,'/(Microsoft)(?>\\(R\\)|®)? (?:(Hyper-V|Windows)(?:\\(R\\))?) ((?:Server|))(?:\\(R\\)|®)? (\\d{4}(?: R2)?)(?:[,\\s]++)?([^\\s]*)(?: Edition(?: x64)?)?$/'); +/*!40000 ALTER TABLE `glpi_rulecriterias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_rulematchedlogs` +-- + +DROP TABLE IF EXISTS `glpi_rulematchedlogs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_rulematchedlogs` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `date` timestamp NULL DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `rules_id` int(10) unsigned DEFAULT NULL, + `agents_id` int(10) unsigned NOT NULL DEFAULT 0, + `method` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `agents_id` (`agents_id`), + KEY `item` (`itemtype`,`items_id`), + KEY `rules_id` (`rules_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_rulematchedlogs` +-- + +LOCK TABLES `glpi_rulematchedlogs` WRITE; +/*!40000 ALTER TABLE `glpi_rulematchedlogs` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_rulematchedlogs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_rulerightparameters` +-- + +DROP TABLE IF EXISTS `glpi_rulerightparameters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_rulerightparameters` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `value` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_rulerightparameters` +-- + +LOCK TABLES `glpi_rulerightparameters` WRITE; +/*!40000 ALTER TABLE `glpi_rulerightparameters` DISABLE KEYS */; +INSERT INTO `glpi_rulerightparameters` VALUES +(1,'(LDAP)Organization','o',NULL,NULL,NULL), +(2,'(LDAP)Common Name','cn',NULL,NULL,NULL), +(3,'(LDAP)Department Number','departmentnumber',NULL,NULL,NULL), +(4,'(LDAP)Email','mail',NULL,NULL,NULL), +(5,'Object Class','objectclass',NULL,NULL,NULL), +(6,'(LDAP)User ID','uid',NULL,NULL,NULL), +(7,'(LDAP)Telephone Number','phone',NULL,NULL,NULL), +(8,'(LDAP)Employee Number','employeenumber',NULL,NULL,NULL), +(9,'(LDAP)Manager','manager',NULL,NULL,NULL), +(10,'(LDAP)DistinguishedName','dn',NULL,NULL,NULL), +(12,'(AD)User ID','samaccountname',NULL,NULL,NULL), +(13,'(LDAP) Title','title',NULL,NULL,NULL), +(14,'(LDAP) MemberOf','memberof',NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_rulerightparameters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_rules` +-- + +DROP TABLE IF EXISTS `glpi_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_rules` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `sub_type` varchar(255) NOT NULL DEFAULT '', + `ranking` int(11) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `description` text DEFAULT NULL, + `match` char(10) DEFAULT NULL COMMENT 'see define.php *_MATCHING constant', + `is_active` tinyint(4) NOT NULL DEFAULT 1, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `uuid` varchar(255) DEFAULT NULL, + `condition` int(11) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_active` (`is_active`), + KEY `sub_type` (`sub_type`), + KEY `date_mod` (`date_mod`), + KEY `is_recursive` (`is_recursive`), + KEY `condition` (`condition`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_rules` +-- + +LOCK TABLES `glpi_rules` WRITE; +/*!40000 ALTER TABLE `glpi_rules` DISABLE KEYS */; +INSERT INTO `glpi_rules` VALUES +(1,0,'RuleImportAsset',1,'No creation on partial import','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_no_creation_on_partial_import',0,'2024-12-01 14:42:31'), +(2,0,'RuleImportAsset',2,'Global update (by mac+ifnumber restricted port)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_update_mac_ifnumber_restricted_port',0,'2024-12-01 14:42:31'), +(3,0,'RuleImportAsset',3,'Global update (by mac+ifnumber not restricted port)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_update_mac_ifnumber_no_restricted_port',0,'2024-12-01 14:42:31'), +(4,0,'RuleImportAsset',4,'Global import (by mac+ifnumber)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_import_mac_ifnumber',0,'2024-12-01 14:42:31'), +(5,0,'RuleImportAsset',5,'Global update (by ip+ifdescr restricted port)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_update_mac_ifdescr_restricted_port',0,'2024-12-01 14:42:31'), +(6,0,'RuleImportAsset',6,'Global update (by ip+ifdescr not restricted port)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_update_ip_ifdescr_no_restricted_port',0,'2024-12-01 14:42:31'), +(7,0,'RuleImportAsset',7,'Global import (by ip+ifdescr)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_import_ip_ifdescr',0,'2024-12-01 14:42:31'), +(8,0,'RuleImportAsset',8,'Update only mac address (mac on switch port)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_update_only_mac_adress',0,'2024-12-01 14:42:31'), +(9,0,'RuleImportAsset',9,'Import only mac address (mac on switch port)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_import_only_mac_adress',0,'2024-12-01 14:42:31'), +(10,0,'RuleImportAsset',10,'Computer constraint (name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_constraint_name',0,'2024-12-01 14:42:31'), +(11,0,'RuleImportAsset',11,'Computer update (by serial + uuid)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_update_serial_uuid',0,'2024-12-01 14:42:31'), +(12,0,'RuleImportAsset',12,'Computer update (by serial + uuid is empty in GLPI)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_update_serial_uuid_empty',0,'2024-12-01 14:42:31'), +(13,0,'RuleImportAsset',13,'Computer import (by serial + uuid)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_import_serial_uuid',0,'2024-12-01 14:42:31'), +(14,0,'RuleImportAsset',14,'Computer update (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_update_serial',0,'2024-12-01 14:42:31'), +(15,0,'RuleImportAsset',15,'Computer update (by uuid)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_update_uuid',0,'2024-12-01 14:42:31'), +(16,0,'RuleImportAsset',16,'Computer update (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_update_mac',0,'2024-12-01 14:42:31'), +(17,0,'RuleImportAsset',17,'Computer update (by name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_update_name',0,'2024-12-01 14:42:31'), +(18,0,'RuleImportAsset',18,'Computer import (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_import_serial',0,'2024-12-01 14:42:31'), +(19,0,'RuleImportAsset',19,'Computer import (by uuid)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_import_uuid',0,'2024-12-01 14:42:31'), +(20,0,'RuleImportAsset',20,'Computer import (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_import_mac',0,'2024-12-01 14:42:31'), +(21,0,'RuleImportAsset',21,'Computer import (by name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_import_name',0,'2024-12-01 14:42:31'), +(22,0,'RuleImportAsset',22,'Computer import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_computer_import_denied',0,'2024-12-01 14:42:31'), +(23,0,'RuleImportAsset',23,'Printer constraint (name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_printer_constraint_name',0,'2024-12-01 14:42:31'), +(24,0,'RuleImportAsset',24,'Printer update (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_printer_update_serial',0,'2024-12-01 14:42:31'), +(25,0,'RuleImportAsset',25,'Printer update (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_printer_update_mac',0,'2024-12-01 14:42:31'), +(26,0,'RuleImportAsset',26,'Printer import (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_printer_import_serial',0,'2024-12-01 14:42:31'), +(27,0,'RuleImportAsset',27,'Printer import (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_printer_import_mac',0,'2024-12-01 14:42:31'), +(28,0,'RuleImportAsset',28,'Printer import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_printer_import_denied',0,'2024-12-01 14:42:31'), +(29,0,'RuleImportAsset',29,'NetworkEquipment constraint (name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_networkequipment_constraint_name',0,'2024-12-01 14:42:31'), +(30,0,'RuleImportAsset',30,'NetworkEquipment update (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_networkequipment_update_serial',0,'2024-12-01 14:42:31'), +(31,0,'RuleImportAsset',31,'NetworkEquipment update (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_networkequipment_update_mac',0,'2024-12-01 14:42:31'), +(32,0,'RuleImportAsset',32,'NetworkEquipment import (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_networkequipment_import_serial',0,'2024-12-01 14:42:31'), +(33,0,'RuleImportAsset',33,'NetworkEquipment import (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_networkequipment_import_mac',0,'2024-12-01 14:42:31'), +(34,0,'RuleImportAsset',34,'NetworkEquipment import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_networkequipment_import_denied',0,'2024-12-01 14:42:31'), +(35,0,'RuleImportAsset',35,'Device update (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_device_update_serial',0,'2024-12-01 14:42:31'), +(36,0,'RuleImportAsset',36,'Device import (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_device_importe_serial',0,'2024-12-01 14:42:31'), +(37,0,'RuleImportAsset',37,'Device import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_device_import_denied',0,'2024-12-01 14:42:31'), +(38,0,'RuleImportAsset',38,'Monitor update (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_monitor_update_serial',0,'2024-12-01 14:42:31'), +(39,0,'RuleImportAsset',39,'Monitor import (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_monitor_import_serial',0,'2024-12-01 14:42:31'), +(40,0,'RuleImportAsset',40,'Monitor import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_monitor_import_denied',0,'2024-12-01 14:42:31'), +(41,0,'RuleImportAsset',41,'Phone constraint (name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_constraint_name',0,'2024-12-01 14:42:31'), +(42,0,'RuleImportAsset',42,'Phone update (by serial + uuid)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_update_serial_uuid',0,'2024-12-01 14:42:31'), +(43,0,'RuleImportAsset',43,'Phone update (by serial + uuid is empty in GLPI)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_update_serial_uuid_empty',0,'2024-12-01 14:42:31'), +(44,0,'RuleImportAsset',44,'Phone import (by serial + uuid)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_import_serial_uuid',0,'2024-12-01 14:42:31'), +(45,0,'RuleImportAsset',45,'Phone update (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_update_serial',0,'2024-12-01 14:42:31'), +(46,0,'RuleImportAsset',46,'Phone update (by uuid)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_update_uuid',0,'2024-12-01 14:42:31'), +(47,0,'RuleImportAsset',47,'Phone update (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_update_mac',0,'2024-12-01 14:42:31'), +(48,0,'RuleImportAsset',48,'Phone update (by name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_update_name',0,'2024-12-01 14:42:31'), +(49,0,'RuleImportAsset',49,'Phone import (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_import_serial',0,'2024-12-01 14:42:31'), +(50,0,'RuleImportAsset',50,'Phone import (by uuid)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_import_uuid',0,'2024-12-01 14:42:31'), +(51,0,'RuleImportAsset',51,'Phone import (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_import_mac',0,'2024-12-01 14:42:31'), +(52,0,'RuleImportAsset',52,'Phone import (by name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_import_name',0,'2024-12-01 14:42:31'), +(53,0,'RuleImportAsset',53,'Phone import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_phone_import_denied',0,'2024-12-01 14:42:31'), +(54,0,'RuleImportAsset',54,'Cluster update (by uuid)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_cluster_update_uuid',0,'2024-12-01 14:42:31'), +(55,0,'RuleImportAsset',55,'Cluster import (by uuid)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_cluster_import_uuid',0,'2024-12-01 14:42:31'), +(56,0,'RuleImportAsset',56,'Cluster import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_cluster_import_denied',0,'2024-12-01 14:42:31'), +(57,0,'RuleImportAsset',57,'Enclosure update (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_enclosure_update_serial',0,'2024-12-01 14:42:31'), +(58,0,'RuleImportAsset',58,'Enclosure import (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_enclosure_import_serial',0,'2024-12-01 14:42:31'), +(59,0,'RuleImportAsset',59,'Enclosure import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_enclosure_import_denied',0,'2024-12-01 14:42:31'), +(60,0,'RuleImportAsset',60,'Global constraint (name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_constraint_name',0,'2024-12-01 14:42:31'), +(61,0,'RuleImportAsset',61,'Global update (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_update_serial',0,'2024-12-01 14:42:31'), +(62,0,'RuleImportAsset',62,'Global update (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_update_mac',0,'2024-12-01 14:42:31'), +(63,0,'RuleImportAsset',63,'Global import (by serial)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_import_serial',0,'2024-12-01 14:42:31'), +(64,0,'RuleImportAsset',64,'Global import (by mac)','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_import_mac',0,'2024-12-01 14:42:31'), +(65,0,'RuleImportAsset',65,'Global import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_global_import_denied',0,'2024-12-01 14:42:31'), +(66,0,'RuleImportAsset',66,'Database update (by name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_database_update_name',0,'2024-12-01 14:42:31'), +(67,0,'RuleImportAsset',67,'Database import (by name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_database_import_name',0,'2024-12-01 14:42:31'), +(68,0,'RuleImportAsset',68,'Database import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_database_import_denied',0,'2024-12-01 14:42:31'), +(69,0,'RuleImportAsset',69,'Unmanaged update (by name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_unmanaged_update_name',0,'2024-12-01 14:42:31'), +(70,0,'RuleImportAsset',70,'Unmanaged import (by name)','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_unmanaged_import_name',0,'2024-12-01 14:42:31'), +(71,0,'RuleImportAsset',71,'Unmanaged import denied','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_import_asset_unmanaged_import_denied',0,'2024-12-01 14:42:31'), +(72,0,'RuleMailCollector',3,'Root','','OR',1,'','2024-12-01 14:42:31',0,'glpi_rule_mail_collector_root',0,'2024-12-01 14:42:31'), +(73,0,'RuleMailCollector',1,'X-Auto-Response-Suppress','Exclude Auto-Reply emails using X-Auto-Response-Suppress header','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_mail_collector_x_auto_response_suppress',0,'2024-12-01 14:42:31'), +(74,0,'RuleMailCollector',2,'Auto-Reply Auto-Submitted','Exclude Auto-Reply emails using Auto-Submitted header','OR',1,'','2024-12-01 14:42:31',1,'glpi_rule_mail_collector_auto_reply_auto_submitted',0,'2024-12-01 14:42:31'), +(75,0,'RuleRight',1,'Root','','OR',1,'','2024-12-01 14:42:31',0,'glpi_rule_right_root',0,'2024-12-01 14:42:31'), +(76,0,'RuleSoftwareCategory',1,'Import category from inventory tool','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_rule_software_category_import_category_from_inventory_tool',1,'2024-12-01 14:42:31'), +(77,0,'RuleTicket',1,'Ticket location from item','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_rule_ticket_location_from_item',1,'2024-12-01 14:42:31'), +(78,0,'RuleTicket',2,'Ticket location from user','','AND',0,'','2024-12-01 14:42:31',1,'glpi_rule_rule_ticket_location_from_user',1,'2024-12-01 14:42:31'), +(79,0,'RuleAsset',1,'Domain user assignation','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_rule_asset_domain_user_assignation',3,'2024-12-01 14:42:31'), +(80,0,'RuleAsset',2,'Multiple users: assign to the first','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_rule_asset_multiple_user_assign_to_first',3,'2024-12-01 14:42:31'), +(81,0,'RuleAsset',3,'One user assignation','','AND',1,'','2024-12-01 14:42:31',1,'glpi_rule_rule_asset_one_user_assignation',3,'2024-12-01 14:42:31'), +(82,0,'RuleDictionnaryOperatingSystem',1,'Clean Linux OS Name','','AND',0,'/(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle|Amazon Linux)(?:\\D+|)([\\d.]*) ?(?:\\(?([\\w ]+)\\)?)?/\n\n Example :\n Ubuntu 22.04.1 LTS -> #0 = Ubuntu\n SUSE Linux Enterprise Server 11 (x86_64) ->#0 = SUSE\n SunOS -> #0 = SunOS\n Red Hat Enterprise Linux Server release 7.9 (Maipo) -> #0 = Red Hat\n Oracle Linux Server release 7.3 -> #0 = Oracle\n Fedora release 36 (Thirty Six) -> #0 = Fedora\n Debian GNU/Linux 9.5 (stretch) -> #0 = Debian\n CentOS Stream release 8 -> #0 = CentOS\n AlmaLinux 9.0 (Emerald Puma) -> #0 = AlmaLinux\n Amazon Linux 2023 -> #0 = Amazon Linux','2024-12-01 14:42:31',1,'clean_linux_os_name',0,'2024-12-01 14:42:31'), +(83,0,'RuleDictionnaryOperatingSystem',2,'Clean Windows OS Name','','AND',0,'/(Microsoft)(?>\\(R\\)|®)? (Windows) (XP|\\d\\.\\d|\\d{1,4}|Vista)(™)? ?(.*)/\n\n Example :\n Microsoft Windows XP Professionnel -> #1 : Windows\n Microsoft Windows 7 Enterprise -> #1 : Windows\n Microsoft® Windows Vista Professionnel -> #1 : Windows\n Microsoft Windows XP Édition familiale -> #1 : Windows\n Microsoft Windows 10 Entreprise -> #1 : Windows\n Microsoft Windows 10 Professionnel -> #1 : Windows\n Microsoft Windows 11 Professionnel -> #1 : Windows','2024-12-01 14:42:31',1,'clean_windows_os_name',0,'2024-12-01 14:42:31'), +(84,0,'RuleDictionnaryOperatingSystem',3,'Clean Windows Server OS Name','','AND',0,'/(Microsoft)(?>\\(R\\)|®)? (?:(Hyper-V|Windows)(?:\\(R\\))?) ((?:Server|))(?:\\(R\\)|®)? (\\d{4}(?: R2)?)(?:[,\\s]++)?([^\\s]*)(?: Edition(?: x64)?)?$/\n\n Example :\n Microsoft Windows Server 2012 R2 Datacenter -> #1 #2 : Windows Server\n Microsoft(R) Windows(R) Server 2003, Standard Edition x64 -> #1 #2 : Windows Server\n Microsoft Hyper-V Server 2012 R2 -> #1 #2 : Hyper-V Server\n Microsoft® Windows Server® 2008 Standard -> #1 #2 : Windows Server','2024-12-01 14:42:31',1,'clean_windows_server_os_name',0,'2024-12-01 14:42:31'), +(85,0,'RuleDictionnaryOperatingSystemVersion',1,'Clean Linux OS Version','','AND',0,'/(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle)(?:\\D+|)([\\d.]+) ?(?:\\(?([\\w ]+)\\)?)?/\n\n Example :\n Ubuntu 22.04.1 LTS -> #1 = 22.04.1\n SUSE Linux Enterprise Server 11 (x86_64) -> #1 = 11\n SunOS 5.10 -> #1 = 5.10\n Red Hat Enterprise Linux Server release 7.9 (Maipo) -> #1 = 7.9\n Oracle Linux Server release 7.3 -> #1 = 7.3\n Fedora release 36 (Thirty Six) -> #1 = 36\n Debian GNU/Linux 9.5 (stretch) -> #1 = 9.5\n CentOS release 6.9 (Final) -> #1 = 6.9\n AlmaLinux 9.0 (Emerald Puma) -> #1 = 9.0','2024-12-01 14:42:31',1,'clean_linux_os_version',0,'2024-12-01 14:42:31'), +(86,0,'RuleDictionnaryOperatingSystemVersion',2,'Clean Windows OS Version','','AND',0,'/(Microsoft)(?>\\(R\\)|®)? (Windows) (XP|\\d\\.\\d|\\d{1,4}|Vista)(™)? ?(.*)/\n\n Example :\n Microsoft Windows XP Professionnel -> #2 : XP\n Microsoft Windows 7 Enterprise -> #2 : 7\n Microsoft® Windows Vista Professionnel -> #2 : Vista\n Microsoft Windows XP Édition familiale -> #2 : XP\n Microsoft Windows 10 Entreprise -> #2 : 10\n Microsoft Windows 10 Professionnel -> #2 : 10\n Microsoft Windows 11 Professionnel -> #2 : 11','2024-12-01 14:42:31',1,'clean_windows_os_version',0,'2024-12-01 14:42:31'), +(87,0,'RuleDictionnaryOperatingSystemVersion',3,'Clean Windows Server OS Version','','AND',0,'/(Microsoft)(?>\\(R\\)|®)? (?:(Hyper-V|Windows)(?:\\(R\\))?) ((?:Server|))(?:\\(R\\)|®)? (\\d{4}(?: R2)?)(?:[,\\s]++)?([^\\s]*)(?: Edition(?: x64)?)?$/\n\n Example :\n Microsoft Windows Server 2012 R2 Datacenter -> #3 : 2012 R2\n Microsoft(R) Windows(R) Server 2003, Standard Edition x64 -> #3 : 2003\n Microsoft Hyper-V Server 2012 R2 -> #3 : 2012 R2\n Microsoft® Windows Server® 2008 Standard -> #3 : 2008','2024-12-01 14:42:31',1,'clean_windows_server_os_version',0,'2024-12-01 14:42:31'), +(88,0,'RuleDictionnaryOperatingSystemEdition',1,'Clean Linux OS Edition','','AND',0,'/(SUSE|SunOS|Red Hat|CentOS|Ubuntu|Debian|Fedora|AlmaLinux|Oracle)(?:\\D+|)([\\d.]+) ?(?:\\(?([\\w ]+)\\)?)?/\n\n Example :\n Ubuntu 22.04.1 LTS -> #2 = LTS\n SUSE Linux Enterprise Server 11 (x86_64) -> #2 = x86_64\n Red Hat Enterprise Linux Server release 7.9 (Maipo) -> #2 = Maipo\n Red Hat Enterprise Linux Server release 6.10 (Santiago) -> #2 = Santiago\n Fedora release 36 (Thirty Six) -> #2 = Thirty Six\n Debian GNU/Linux 9.5 (stretch) -> #2 = stretch\n Debian GNU/Linux 8.9 (jessie) -> #2 = jessie\n CentOS Linux release 7.2.1511 (Core) -> #2 = Core\n AlmaLinux 9.0 (Emerald Puma) -> #2 = Emerald Puma\n AlmaLinux 8.6 (Sky Tiger) -> #2 = Sky Tiger','2024-12-01 14:42:31',1,'clean_linux_os_edition',0,'2024-12-01 14:42:31'), +(89,0,'RuleDictionnaryOperatingSystemEdition',2,'Clean Windows OS Edition','','AND',0,'/(Microsoft)(?>\\(R\\)|®)? (Windows) (XP|\\d\\.\\d|\\d{1,4}|Vista)(™)? ?(.*)/\n\n Example :\n Microsoft Windows XP Professionnel -> #4 : Professionnel\n Microsoft Windows 7 Enterprise -> #4 : Enterprise\n Microsoft® Windows Vista Professionnel -> #4 : Professionnel\n Microsoft Windows XP Édition familiale -> #4 : Édition familiale\n Microsoft Windows 10 Entreprise -> #4 : Entreprise\n Microsoft Windows 10 Professionnel -> #4 : Professionnel\n Microsoft Windows 11 Professionnel -> #4 : Professionnel','2024-12-01 14:42:31',1,'clean_windows_os_edition',0,'2024-12-01 14:42:31'), +(90,0,'RuleDictionnaryOperatingSystemEdition',3,'Clean Windows Server OS Edition','','AND',0,'/(Microsoft)(?>\\(R\\)|®)? (?:(Hyper-V|Windows)(?:\\(R\\))?) ((?:Server|))(?:\\(R\\)|®)? (\\d{4}(?: R2)?)(?:[,\\s]++)?([^\\s]*)(?: Edition(?: x64)?)?$/\n\n Example :\n Microsoft Windows Server 2012 R2 Datacenter -> #4 : Datacenter\n Microsoft(R) Windows(R) Server 2003, Standard Edition x64 -> #4 : Standard\n Microsoft Hyper-V Server 2012 R2 -> #4 :\n Microsoft® Windows Server® 2008 Standard -> #4: Standard','2024-12-01 14:42:31',1,'clean_windows_server_os_edition',0,'2024-12-01 14:42:31'); +/*!40000 ALTER TABLE `glpi_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_savedsearches` +-- + +DROP TABLE IF EXISTS `glpi_savedsearches`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_savedsearches` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `type` int(11) NOT NULL DEFAULT 0 COMMENT 'see SavedSearch:: constants', + `itemtype` varchar(100) NOT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_private` tinyint(4) NOT NULL DEFAULT 1, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `query` text DEFAULT NULL, + `last_execution_time` int(11) DEFAULT NULL, + `do_count` tinyint(4) NOT NULL DEFAULT 2 COMMENT 'Do or do not count results on list display see SavedSearch::COUNT_* constants', + `last_execution_date` timestamp NULL DEFAULT NULL, + `counter` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `type` (`type`), + KEY `itemtype` (`itemtype`), + KEY `entities_id` (`entities_id`), + KEY `users_id` (`users_id`), + KEY `is_private` (`is_private`), + KEY `is_recursive` (`is_recursive`), + KEY `last_execution_time` (`last_execution_time`), + KEY `last_execution_date` (`last_execution_date`), + KEY `do_count` (`do_count`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_savedsearches` +-- + +LOCK TABLES `glpi_savedsearches` WRITE; +/*!40000 ALTER TABLE `glpi_savedsearches` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_savedsearches` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_savedsearches_alerts` +-- + +DROP TABLE IF EXISTS `glpi_savedsearches_alerts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_savedsearches_alerts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `savedsearches_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `operator` tinyint(4) NOT NULL, + `value` int(11) NOT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `frequency` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`savedsearches_id`,`operator`,`value`), + KEY `name` (`name`), + KEY `is_active` (`is_active`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_savedsearches_alerts` +-- + +LOCK TABLES `glpi_savedsearches_alerts` WRITE; +/*!40000 ALTER TABLE `glpi_savedsearches_alerts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_savedsearches_alerts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_savedsearches_users` +-- + +DROP TABLE IF EXISTS `glpi_savedsearches_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_savedsearches_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) NOT NULL, + `savedsearches_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`users_id`,`itemtype`), + KEY `savedsearches_id` (`savedsearches_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_savedsearches_users` +-- + +LOCK TABLES `glpi_savedsearches_users` WRITE; +/*!40000 ALTER TABLE `glpi_savedsearches_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_savedsearches_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_slalevelactions` +-- + +DROP TABLE IF EXISTS `glpi_slalevelactions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_slalevelactions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `slalevels_id` int(10) unsigned NOT NULL DEFAULT 0, + `action_type` varchar(255) DEFAULT NULL, + `field` varchar(255) DEFAULT NULL, + `value` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `slalevels_id` (`slalevels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_slalevelactions` +-- + +LOCK TABLES `glpi_slalevelactions` WRITE; +/*!40000 ALTER TABLE `glpi_slalevelactions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_slalevelactions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_slalevelcriterias` +-- + +DROP TABLE IF EXISTS `glpi_slalevelcriterias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_slalevelcriterias` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `slalevels_id` int(10) unsigned NOT NULL DEFAULT 0, + `criteria` varchar(255) DEFAULT NULL, + `condition` int(11) NOT NULL DEFAULT 0 COMMENT 'see define.php PATTERN_* and REGEX_* constant', + `pattern` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `slalevels_id` (`slalevels_id`), + KEY `condition` (`condition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_slalevelcriterias` +-- + +LOCK TABLES `glpi_slalevelcriterias` WRITE; +/*!40000 ALTER TABLE `glpi_slalevelcriterias` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_slalevelcriterias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_slalevels` +-- + +DROP TABLE IF EXISTS `glpi_slalevels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_slalevels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `slas_id` int(10) unsigned NOT NULL DEFAULT 0, + `execution_time` int(11) NOT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 1, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `match` char(10) DEFAULT NULL COMMENT 'see define.php *_MATCHING constant', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_active` (`is_active`), + KEY `slas_id` (`slas_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_slalevels` +-- + +LOCK TABLES `glpi_slalevels` WRITE; +/*!40000 ALTER TABLE `glpi_slalevels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_slalevels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_slalevels_tickets` +-- + +DROP TABLE IF EXISTS `glpi_slalevels_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_slalevels_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `slalevels_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickets_id`,`slalevels_id`), + KEY `slalevels_id` (`slalevels_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_slalevels_tickets` +-- + +LOCK TABLES `glpi_slalevels_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_slalevels_tickets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_slalevels_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_slas` +-- + +DROP TABLE IF EXISTS `glpi_slas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_slas` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `number_time` int(11) NOT NULL, + `use_ticket_calendar` tinyint(4) NOT NULL DEFAULT 0, + `calendars_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `definition_time` varchar(255) DEFAULT NULL, + `end_of_working_day` tinyint(4) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `slms_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `calendars_id` (`calendars_id`), + KEY `slms_id` (`slms_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_slas` +-- + +LOCK TABLES `glpi_slas` WRITE; +/*!40000 ALTER TABLE `glpi_slas` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_slas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_slms` +-- + +DROP TABLE IF EXISTS `glpi_slms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_slms` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `use_ticket_calendar` tinyint(4) NOT NULL DEFAULT 0, + `calendars_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `calendars_id` (`calendars_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_slms` +-- + +LOCK TABLES `glpi_slms` WRITE; +/*!40000 ALTER TABLE `glpi_slms` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_slms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_snmpcredentials` +-- + +DROP TABLE IF EXISTS `glpi_snmpcredentials`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_snmpcredentials` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(64) DEFAULT NULL, + `snmpversion` varchar(8) NOT NULL DEFAULT '1', + `community` varchar(255) DEFAULT NULL, + `username` varchar(255) DEFAULT NULL, + `authentication` varchar(255) DEFAULT NULL, + `auth_passphrase` varchar(255) DEFAULT NULL, + `encryption` varchar(255) DEFAULT NULL, + `priv_passphrase` varchar(255) DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `snmpversion` (`snmpversion`), + KEY `is_deleted` (`is_deleted`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_snmpcredentials` +-- + +LOCK TABLES `glpi_snmpcredentials` WRITE; +/*!40000 ALTER TABLE `glpi_snmpcredentials` DISABLE KEYS */; +INSERT INTO `glpi_snmpcredentials` VALUES +(1,'Public community v1','1','public',NULL,NULL,NULL,NULL,NULL,0), +(2,'Public community v2c','2','public',NULL,NULL,NULL,NULL,NULL,0); +/*!40000 ALTER TABLE `glpi_snmpcredentials` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_socketmodels` +-- + +DROP TABLE IF EXISTS `glpi_socketmodels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_socketmodels` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_socketmodels` +-- + +LOCK TABLES `glpi_socketmodels` WRITE; +/*!40000 ALTER TABLE `glpi_socketmodels` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_socketmodels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_sockets` +-- + +DROP TABLE IF EXISTS `glpi_sockets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_sockets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `position` int(11) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `socketmodels_id` int(10) unsigned NOT NULL DEFAULT 0, + `wiring_side` tinyint(4) DEFAULT 1, + `itemtype` varchar(255) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `networkports_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `socketmodels_id` (`socketmodels_id`), + KEY `location_name` (`locations_id`,`name`), + KEY `item` (`itemtype`,`items_id`), + KEY `networkports_id` (`networkports_id`), + KEY `wiring_side` (`wiring_side`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_sockets` +-- + +LOCK TABLES `glpi_sockets` WRITE; +/*!40000 ALTER TABLE `glpi_sockets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_sockets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_softwarecategories` +-- + +DROP TABLE IF EXISTS `glpi_softwarecategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_softwarecategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `softwarecategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `softwarecategories_id` (`softwarecategories_id`), + KEY `level` (`level`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_softwarecategories` +-- + +LOCK TABLES `glpi_softwarecategories` WRITE; +/*!40000 ALTER TABLE `glpi_softwarecategories` DISABLE KEYS */; +INSERT INTO `glpi_softwarecategories` VALUES +(1,'Inventoried',NULL,0,'Software from inventories',1,NULL,NULL); +/*!40000 ALTER TABLE `glpi_softwarecategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_softwarelicenses` +-- + +DROP TABLE IF EXISTS `glpi_softwarelicenses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_softwarelicenses` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `softwares_id` int(10) unsigned NOT NULL DEFAULT 0, + `softwarelicenses_id` int(10) unsigned NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `number` int(11) NOT NULL DEFAULT 0, + `softwarelicensetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `softwareversions_id_buy` int(10) unsigned NOT NULL DEFAULT 0, + `softwareversions_id_use` int(10) unsigned NOT NULL DEFAULT 0, + `expire` date DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `is_valid` tinyint(4) NOT NULL DEFAULT 1, + `date_creation` timestamp NULL DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_helpdesk_visible` tinyint(4) NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `allow_overquota` tinyint(4) NOT NULL DEFAULT 0, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_template` (`is_template`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `expire` (`expire`), + KEY `softwareversions_id_buy` (`softwareversions_id_buy`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `softwarelicensetypes_id` (`softwarelicensetypes_id`), + KEY `softwareversions_id_use` (`softwareversions_id_use`), + KEY `date_mod` (`date_mod`), + KEY `softwares_id_expire_number` (`softwares_id`,`expire`,`number`), + KEY `locations_id` (`locations_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `users_id` (`users_id`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `groups_id` (`groups_id`), + KEY `is_helpdesk_visible` (`is_helpdesk_visible`), + KEY `is_deleted` (`is_deleted`), + KEY `date_creation` (`date_creation`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `states_id` (`states_id`), + KEY `allow_overquota` (`allow_overquota`), + KEY `softwarelicenses_id` (`softwarelicenses_id`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_softwarelicenses` +-- + +LOCK TABLES `glpi_softwarelicenses` WRITE; +/*!40000 ALTER TABLE `glpi_softwarelicenses` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_softwarelicenses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_softwarelicensetypes` +-- + +DROP TABLE IF EXISTS `glpi_softwarelicensetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_softwarelicensetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `softwarelicensetypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `softwarelicensetypes_id` (`softwarelicensetypes_id`), + KEY `level` (`level`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_softwarelicensetypes` +-- + +LOCK TABLES `glpi_softwarelicensetypes` WRITE; +/*!40000 ALTER TABLE `glpi_softwarelicensetypes` DISABLE KEYS */; +INSERT INTO `glpi_softwarelicensetypes` VALUES +(1,'OEM',NULL,NULL,NULL,0,0,NULL,NULL,0,1,'OEM'); +/*!40000 ALTER TABLE `glpi_softwarelicensetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_softwares` +-- + +DROP TABLE IF EXISTS `glpi_softwares`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_softwares` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_update` tinyint(4) NOT NULL DEFAULT 0, + `softwares_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `is_template` tinyint(4) NOT NULL DEFAULT 0, + `template_name` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `ticket_tco` decimal(20,4) DEFAULT 0.0000, + `is_helpdesk_visible` tinyint(4) NOT NULL DEFAULT 1, + `softwarecategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_valid` tinyint(4) NOT NULL DEFAULT 1, + `date_creation` timestamp NULL DEFAULT NULL, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `date_mod` (`date_mod`), + KEY `name` (`name`), + KEY `is_template` (`is_template`), + KEY `is_update` (`is_update`), + KEY `softwarecategories_id` (`softwarecategories_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `users_id_tech` (`users_id_tech`), + KEY `softwares_id` (`softwares_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_helpdesk_visible` (`is_helpdesk_visible`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_softwares` +-- + +LOCK TABLES `glpi_softwares` WRITE; +/*!40000 ALTER TABLE `glpi_softwares` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_softwares` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_softwareversions` +-- + +DROP TABLE IF EXISTS `glpi_softwareversions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_softwareversions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `softwares_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `arch` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `operatingsystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `arch` (`arch`), + KEY `softwares_id` (`softwares_id`), + KEY `states_id` (`states_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `operatingsystems_id` (`operatingsystems_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_softwareversions` +-- + +LOCK TABLES `glpi_softwareversions` WRITE; +/*!40000 ALTER TABLE `glpi_softwareversions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_softwareversions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_solutiontemplates` +-- + +DROP TABLE IF EXISTS `glpi_solutiontemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_solutiontemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `content` mediumtext DEFAULT NULL, + `solutiontypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_recursive` (`is_recursive`), + KEY `solutiontypes_id` (`solutiontypes_id`), + KEY `entities_id` (`entities_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_solutiontemplates` +-- + +LOCK TABLES `glpi_solutiontemplates` WRITE; +/*!40000 ALTER TABLE `glpi_solutiontemplates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_solutiontemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_solutiontypes` +-- + +DROP TABLE IF EXISTS `glpi_solutiontypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_solutiontypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 1, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_solutiontypes` +-- + +LOCK TABLES `glpi_solutiontypes` WRITE; +/*!40000 ALTER TABLE `glpi_solutiontypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_solutiontypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ssovariables` +-- + +DROP TABLE IF EXISTS `glpi_ssovariables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ssovariables` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ssovariables` +-- + +LOCK TABLES `glpi_ssovariables` WRITE; +/*!40000 ALTER TABLE `glpi_ssovariables` DISABLE KEYS */; +INSERT INTO `glpi_ssovariables` VALUES +(1,'HTTP_AUTH_USER',NULL,NULL,NULL), +(2,'REMOTE_USER',NULL,NULL,NULL), +(3,'PHP_AUTH_USER',NULL,NULL,NULL), +(4,'USERNAME',NULL,NULL,NULL), +(5,'REDIRECT_REMOTE_USER',NULL,NULL,NULL), +(6,'HTTP_REMOTE_USER',NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_ssovariables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_states` +-- + +DROP TABLE IF EXISTS `glpi_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_states` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `completename` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `is_visible_computer` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_monitor` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_networkequipment` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_peripheral` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_phone` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_printer` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_softwareversion` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_softwarelicense` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_line` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_certificate` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_rack` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_passivedcequipment` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_enclosure` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_pdu` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_cluster` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_contract` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_appliance` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_databaseinstance` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_cable` tinyint(4) NOT NULL DEFAULT 1, + `is_visible_unmanaged` tinyint(4) NOT NULL DEFAULT 1, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`states_id`,`name`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_visible_computer` (`is_visible_computer`), + KEY `is_visible_monitor` (`is_visible_monitor`), + KEY `is_visible_networkequipment` (`is_visible_networkequipment`), + KEY `is_visible_peripheral` (`is_visible_peripheral`), + KEY `is_visible_phone` (`is_visible_phone`), + KEY `is_visible_printer` (`is_visible_printer`), + KEY `is_visible_softwareversion` (`is_visible_softwareversion`), + KEY `is_visible_softwarelicense` (`is_visible_softwarelicense`), + KEY `is_visible_line` (`is_visible_line`), + KEY `is_visible_certificate` (`is_visible_certificate`), + KEY `is_visible_rack` (`is_visible_rack`), + KEY `is_visible_passivedcequipment` (`is_visible_passivedcequipment`), + KEY `is_visible_enclosure` (`is_visible_enclosure`), + KEY `is_visible_pdu` (`is_visible_pdu`), + KEY `is_visible_cluster` (`is_visible_cluster`), + KEY `is_visible_contract` (`is_visible_contract`), + KEY `is_visible_appliance` (`is_visible_appliance`), + KEY `is_visible_databaseinstance` (`is_visible_databaseinstance`), + KEY `is_visible_cable` (`is_visible_cable`), + KEY `is_visible_unmanaged` (`is_visible_unmanaged`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_states` +-- + +LOCK TABLES `glpi_states` WRITE; +/*!40000 ALTER TABLE `glpi_states` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_states` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_suppliers` +-- + +DROP TABLE IF EXISTS `glpi_suppliers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_suppliers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `suppliertypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `registration_number` varchar(255) DEFAULT NULL, + `address` text DEFAULT NULL, + `postcode` varchar(255) DEFAULT NULL, + `town` varchar(255) DEFAULT NULL, + `state` varchar(255) DEFAULT NULL, + `country` varchar(255) DEFAULT NULL, + `website` varchar(255) DEFAULT NULL, + `phonenumber` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `fax` varchar(255) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `pictures` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `suppliertypes_id` (`suppliertypes_id`), + KEY `is_deleted` (`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `is_active` (`is_active`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_suppliers` +-- + +LOCK TABLES `glpi_suppliers` WRITE; +/*!40000 ALTER TABLE `glpi_suppliers` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_suppliers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_suppliers_tickets` +-- + +DROP TABLE IF EXISTS `glpi_suppliers_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_suppliers_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `suppliers_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + `use_notification` tinyint(4) NOT NULL DEFAULT 1, + `alternative_email` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickets_id`,`type`,`suppliers_id`), + KEY `group` (`suppliers_id`,`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_suppliers_tickets` +-- + +LOCK TABLES `glpi_suppliers_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_suppliers_tickets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_suppliers_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_suppliertypes` +-- + +DROP TABLE IF EXISTS `glpi_suppliertypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_suppliertypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_suppliertypes` +-- + +LOCK TABLES `glpi_suppliertypes` WRITE; +/*!40000 ALTER TABLE `glpi_suppliertypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_suppliertypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_taskcategories` +-- + +DROP TABLE IF EXISTS `glpi_taskcategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_taskcategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `taskcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `completename` text DEFAULT NULL, + `comment` text DEFAULT NULL, + `level` int(11) NOT NULL DEFAULT 0, + `ancestors_cache` longtext DEFAULT NULL, + `sons_cache` longtext DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 1, + `is_helpdeskvisible` tinyint(4) NOT NULL DEFAULT 1, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `knowbaseitemcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `taskcategories_id` (`taskcategories_id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_active` (`is_active`), + KEY `is_helpdeskvisible` (`is_helpdeskvisible`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `knowbaseitemcategories_id` (`knowbaseitemcategories_id`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_taskcategories` +-- + +LOCK TABLES `glpi_taskcategories` WRITE; +/*!40000 ALTER TABLE `glpi_taskcategories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_taskcategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tasktemplates` +-- + +DROP TABLE IF EXISTS `glpi_tasktemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tasktemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `content` mediumtext DEFAULT NULL, + `taskcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `actiontime` int(11) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `state` int(11) NOT NULL DEFAULT 0, + `is_private` tinyint(4) NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `is_recursive` (`is_recursive`), + KEY `taskcategories_id` (`taskcategories_id`), + KEY `entities_id` (`entities_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `is_private` (`is_private`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id_tech` (`groups_id_tech`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tasktemplates` +-- + +LOCK TABLES `glpi_tasktemplates` WRITE; +/*!40000 ALTER TABLE `glpi_tasktemplates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_tasktemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ticketcosts` +-- + +DROP TABLE IF EXISTS `glpi_ticketcosts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ticketcosts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `begin_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `actiontime` int(11) NOT NULL DEFAULT 0, + `cost_time` decimal(20,4) NOT NULL DEFAULT 0.0000, + `cost_fixed` decimal(20,4) NOT NULL DEFAULT 0.0000, + `cost_material` decimal(20,4) NOT NULL DEFAULT 0.0000, + `budgets_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `tickets_id` (`tickets_id`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + KEY `entities_id` (`entities_id`), + KEY `budgets_id` (`budgets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ticketcosts` +-- + +LOCK TABLES `glpi_ticketcosts` WRITE; +/*!40000 ALTER TABLE `glpi_ticketcosts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_ticketcosts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ticketrecurrents` +-- + +DROP TABLE IF EXISTS `glpi_ticketrecurrents`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ticketrecurrents` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `is_active` tinyint(4) NOT NULL DEFAULT 0, + `tickettemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `begin_date` timestamp NULL DEFAULT NULL, + `periodicity` varchar(255) DEFAULT NULL, + `create_before` int(11) NOT NULL DEFAULT 0, + `next_creation_date` timestamp NULL DEFAULT NULL, + `calendars_id` int(10) unsigned NOT NULL DEFAULT 0, + `end_date` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `is_active` (`is_active`), + KEY `tickettemplates_id` (`tickettemplates_id`), + KEY `next_creation_date` (`next_creation_date`), + KEY `calendars_id` (`calendars_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ticketrecurrents` +-- + +LOCK TABLES `glpi_ticketrecurrents` WRITE; +/*!40000 ALTER TABLE `glpi_ticketrecurrents` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_ticketrecurrents` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickets` +-- + +DROP TABLE IF EXISTS `glpi_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `date` timestamp NULL DEFAULT NULL, + `closedate` timestamp NULL DEFAULT NULL, + `solvedate` timestamp NULL DEFAULT NULL, + `takeintoaccountdate` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `users_id_lastupdater` int(10) unsigned NOT NULL DEFAULT 0, + `status` int(11) NOT NULL DEFAULT 1, + `users_id_recipient` int(10) unsigned NOT NULL DEFAULT 0, + `requesttypes_id` int(10) unsigned NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `urgency` int(11) NOT NULL DEFAULT 1, + `impact` int(11) NOT NULL DEFAULT 1, + `priority` int(11) NOT NULL DEFAULT 1, + `itilcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + `global_validation` int(11) NOT NULL DEFAULT 1, + `slas_id_ttr` int(10) unsigned NOT NULL DEFAULT 0, + `slas_id_tto` int(10) unsigned NOT NULL DEFAULT 0, + `slalevels_id_ttr` int(10) unsigned NOT NULL DEFAULT 0, + `time_to_resolve` timestamp NULL DEFAULT NULL, + `time_to_own` timestamp NULL DEFAULT NULL, + `begin_waiting_date` timestamp NULL DEFAULT NULL, + `sla_waiting_duration` int(11) NOT NULL DEFAULT 0, + `ola_waiting_duration` int(11) NOT NULL DEFAULT 0, + `olas_id_tto` int(10) unsigned NOT NULL DEFAULT 0, + `olas_id_ttr` int(10) unsigned NOT NULL DEFAULT 0, + `olalevels_id_ttr` int(10) unsigned NOT NULL DEFAULT 0, + `ola_tto_begin_date` timestamp NULL DEFAULT NULL, + `ola_ttr_begin_date` timestamp NULL DEFAULT NULL, + `internal_time_to_resolve` timestamp NULL DEFAULT NULL, + `internal_time_to_own` timestamp NULL DEFAULT NULL, + `waiting_duration` int(11) NOT NULL DEFAULT 0, + `close_delay_stat` int(11) NOT NULL DEFAULT 0, + `solve_delay_stat` int(11) NOT NULL DEFAULT 0, + `takeintoaccount_delay_stat` int(11) NOT NULL DEFAULT 0, + `actiontime` int(11) NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `validation_percent` int(11) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `date` (`date`), + KEY `closedate` (`closedate`), + KEY `status` (`status`), + KEY `priority` (`priority`), + KEY `request_type` (`requesttypes_id`), + KEY `date_mod` (`date_mod`), + KEY `entities_id` (`entities_id`), + KEY `users_id_recipient` (`users_id_recipient`), + KEY `solvedate` (`solvedate`), + KEY `takeintoaccountdate` (`takeintoaccountdate`), + KEY `urgency` (`urgency`), + KEY `impact` (`impact`), + KEY `global_validation` (`global_validation`), + KEY `slas_id_tto` (`slas_id_tto`), + KEY `slas_id_ttr` (`slas_id_ttr`), + KEY `time_to_resolve` (`time_to_resolve`), + KEY `time_to_own` (`time_to_own`), + KEY `olas_id_tto` (`olas_id_tto`), + KEY `olas_id_ttr` (`olas_id_ttr`), + KEY `slalevels_id_ttr` (`slalevels_id_ttr`), + KEY `internal_time_to_resolve` (`internal_time_to_resolve`), + KEY `internal_time_to_own` (`internal_time_to_own`), + KEY `users_id_lastupdater` (`users_id_lastupdater`), + KEY `type` (`type`), + KEY `itilcategories_id` (`itilcategories_id`), + KEY `is_deleted` (`is_deleted`), + KEY `name` (`name`), + KEY `locations_id` (`locations_id`), + KEY `date_creation` (`date_creation`), + KEY `ola_waiting_duration` (`ola_waiting_duration`), + KEY `olalevels_id_ttr` (`olalevels_id_ttr`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickets` +-- + +LOCK TABLES `glpi_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_tickets` DISABLE KEYS */; +INSERT INTO `glpi_tickets` VALUES +(1,0,'Libérer le serveur Zefyr','2024-12-06 10:00:00',NULL,'2024-12-07 16:09:08','2024-12-06 10:46:41','2024-12-07 16:09:08',16,5,2,2,'<p>Bonjour, le logiciel Zefyr n\'étant pas suffisament maîtrisé par mon équipe, j\'ai donc supprimé les comptes d\'accès des collaborateurs. Vous pouvez désormais libérer le serveur ainsi que sa base de donnée. Merci</p>',1,1,1,37,2,1,0,0,0,NULL,NULL,'2024-12-07 16:09:08',0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,108548,2801,0,0,0,0,'2024-12-06 10:46:41'), +(2,0,'Plus d\'accès compte utilisateur','2024-12-06 10:30:00',NULL,'2024-12-07 15:13:57','2024-12-06 10:51:47','2024-12-07 15:13:57',16,5,2,3,'<p>Bonjour, je vous appelle car depuis ce matin, je n’arrive plus à m’identifier sur mon poste ni sur aucun autre poste. J’ai simplement l’erreur : “Mot de passe invalide\"</p>',3,2,2,24,1,1,0,0,0,NULL,NULL,'2024-12-07 15:13:57',0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,103437,1307,0,0,0,0,'2024-12-06 10:51:47'), +(3,0,'Accès serveur pour site','2024-12-06 12:30:00',NULL,NULL,'2024-12-06 10:57:10','2024-12-06 10:57:52',2,2,2,1,'<p>Bonjour, je suis un nouveau développeur web sur le projet de refonte du site. J’aurais besoin d’avoir accès au compte root du serveur pour pouvoir déboguer un problème d’affichage sur certains navigateurs. Merci d’avance.</p>',1,1,1,31,2,1,0,0,0,NULL,NULL,NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,0,1,0,0,0,0,'2024-12-06 10:57:10'), +(4,0,'Distribution téléphone','2024-12-06 12:45:00',NULL,NULL,'2024-12-06 11:00:13','2024-12-06 11:00:13',2,2,2,4,'<p>Bonjour, j’ai entendu dire que les nouveaux téléphones étaient arrivés. Je voulais savoir quand je pourrai avoir le mien. Merci.</p>',1,1,1,35,2,1,0,0,0,NULL,NULL,NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,0,1,0,0,0,0,'2024-12-06 11:00:13'), +(5,0,'Accès VPN Ocito','2024-12-06 14:00:00',NULL,'2024-12-07 15:56:11','2024-12-06 11:02:45','2024-12-07 15:56:11',16,5,2,4,'<p>Bonjour, dans le cadre du projet de raccordement VPN IPSec au partenaire “Ocito”, peux-tu prendre contact avec le partenaire et le guider pour la configuration du VPN et lui donner les flux à ouvrir pour qu’on puisse accéder à ses équipements ? Merci.</p>',2,3,2,19,2,1,0,0,0,NULL,NULL,'2024-12-07 15:56:11',0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,93371,1,0,0,0,0,'2024-12-06 11:02:45'), +(6,0,'Alerte E458 climatisation salle serveur','2024-12-06 14:30:00',NULL,NULL,'2024-12-06 11:06:25','2024-12-06 11:07:15',2,2,2,1,'<p>Un code d’alerte E458 remonte sur la climatisation numéro 3.</p>',4,3,4,25,1,1,0,0,0,NULL,NULL,NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,0,1,0,0,0,0,'2024-12-06 11:06:25'), +(7,0,'Plus de disques durs','2024-12-06 15:10:00',NULL,'2024-12-07 15:03:27','2024-12-06 11:13:12','2024-12-07 15:03:27',16,5,2,3,'<p>Bonjour, on n’a plus de stock de disques durs en salle machine. Tu peux recommander 10 disques de 4 To et 5 de 8 To, STP ?</p>',4,3,4,20,1,1,0,0,0,NULL,NULL,'2024-12-07 15:03:27',0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,86007,1,0,0,0,0,'2024-12-06 11:13:12'), +(8,0,'Impossible d\'installer iTunes','2024-12-06 15:45:00',NULL,NULL,'2024-12-06 11:15:04','2024-12-06 11:15:04',2,2,2,4,'<p>Bonjour, je n\'arrive pas à installer iTunes sur mon ordinateur portable. Pourriez-vous m\'aider ?</p>',1,1,1,34,1,1,0,0,0,NULL,NULL,NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,0,1,0,0,0,0,'2024-12-06 11:15:04'), +(9,0,'Plus d\'accès mail et bureautique','2024-12-06 16:30:00',NULL,NULL,'2024-12-06 11:21:00','2024-12-06 11:21:00',2,2,2,3,'<p>Bonjour, un prestataire externe m\'a envoyé un devis par mail. Depuis, mon adresse mail n\'est plus du tout accessible. La suite bureautique non plus. Je ne peux plus rien faire SVP il faut que vous m\'aidiez !</p>',3,2,2,26,1,1,0,0,0,NULL,NULL,NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,0,1,0,0,0,0,'2024-12-06 11:21:00'), +(10,0,'Accès application Zefyr','2024-12-06 12:41:00',NULL,'2024-12-07 15:26:21','2024-12-07 14:52:39','2024-12-07 15:26:21',16,5,2,3,'<p>Steeve, du service Comptabilité, a laissé deux messages vocaux signalant un problème d\'accès à l\'application Zefyr. Voici les détails des messages :</p>\n<p>1️⃣ <strong>Message du 05/12 à 13h41</strong><br>Steeve indique qu\'il n\'a plus accès à l\'application Zefyr. Il précise que le chef de service a demandé la suppression des accès, mais il souligne qu\'il utilise cette application quotidiennement car elle lui fait gagner beaucoup de temps. Il demande à être rappelé pour en discuter.</p>\n<p>2️⃣ <strong>Message du 05/12 à 15h32</strong><br>Steeve relance la demande de manière plus insistante. Il mentionne l\'urgence de la situation et l\'impact sur son travail, notamment pour l\'export d\'écritures comptables. Il insiste sur le fait que d\'autres utilisateurs peuvent ne pas utiliser l\'application s\'ils ne savent pas s\'en servir, mais que lui en a un réel besoin.</p>',2,2,2,38,2,1,0,0,0,NULL,NULL,'2024-12-07 15:26:21',0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,96321,180699,0,0,0,0,'2024-12-07 14:52:39'); +/*!40000 ALTER TABLE `glpi_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickets_contracts` +-- + +DROP TABLE IF EXISTS `glpi_tickets_contracts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickets_contracts` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `contracts_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickets_id`,`contracts_id`), + KEY `contracts_id` (`contracts_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickets_contracts` +-- + +LOCK TABLES `glpi_tickets_contracts` WRITE; +/*!40000 ALTER TABLE `glpi_tickets_contracts` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_tickets_contracts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickets_tickets` +-- + +DROP TABLE IF EXISTS `glpi_tickets_tickets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickets_tickets` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id_1` int(10) unsigned NOT NULL DEFAULT 0, + `tickets_id_2` int(10) unsigned NOT NULL DEFAULT 0, + `link` int(11) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickets_id_1`,`tickets_id_2`), + KEY `tickets_id_2` (`tickets_id_2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickets_tickets` +-- + +LOCK TABLES `glpi_tickets_tickets` WRITE; +/*!40000 ALTER TABLE `glpi_tickets_tickets` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_tickets_tickets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickets_users` +-- + +DROP TABLE IF EXISTS `glpi_tickets_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickets_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + `use_notification` tinyint(4) NOT NULL DEFAULT 1, + `alternative_email` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickets_id`,`type`,`users_id`,`alternative_email`), + KEY `user` (`users_id`,`type`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickets_users` +-- + +LOCK TABLES `glpi_tickets_users` WRITE; +/*!40000 ALTER TABLE `glpi_tickets_users` DISABLE KEYS */; +INSERT INTO `glpi_tickets_users` VALUES +(1,1,7,1,0,''), +(2,2,8,1,0,''), +(3,1,16,2,0,''), +(4,2,16,2,0,''), +(5,3,9,1,0,''), +(6,4,10,1,0,''), +(7,5,11,1,0,''), +(8,5,16,2,0,''), +(9,6,12,1,0,''), +(10,7,13,1,0,''), +(11,7,16,2,0,''), +(12,8,14,1,0,''), +(13,9,15,1,0,''), +(14,10,17,1,0,''), +(15,10,16,2,0,''); +/*!40000 ALTER TABLE `glpi_tickets_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ticketsatisfactions` +-- + +DROP TABLE IF EXISTS `glpi_ticketsatisfactions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ticketsatisfactions` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `type` int(11) NOT NULL DEFAULT 1, + `date_begin` timestamp NULL DEFAULT NULL, + `date_answered` timestamp NULL DEFAULT NULL, + `satisfaction` int(11) DEFAULT NULL, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `tickets_id` (`tickets_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ticketsatisfactions` +-- + +LOCK TABLES `glpi_ticketsatisfactions` WRITE; +/*!40000 ALTER TABLE `glpi_ticketsatisfactions` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_ticketsatisfactions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickettasks` +-- + +DROP TABLE IF EXISTS `glpi_tickettasks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickettasks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `uuid` varchar(255) DEFAULT NULL, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `taskcategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `date` timestamp NULL DEFAULT NULL, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_editor` int(10) unsigned NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `is_private` tinyint(4) NOT NULL DEFAULT 0, + `actiontime` int(11) NOT NULL DEFAULT 0, + `begin` timestamp NULL DEFAULT NULL, + `end` timestamp NULL DEFAULT NULL, + `state` int(11) NOT NULL DEFAULT 1, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `tasktemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `timeline_position` tinyint(4) NOT NULL DEFAULT 0, + `sourceitems_id` int(10) unsigned NOT NULL DEFAULT 0, + `sourceof_items_id` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `uuid` (`uuid`), + KEY `date` (`date`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`), + KEY `users_id` (`users_id`), + KEY `users_id_editor` (`users_id_editor`), + KEY `tickets_id` (`tickets_id`), + KEY `is_private` (`is_private`), + KEY `taskcategories_id` (`taskcategories_id`), + KEY `state` (`state`), + KEY `users_id_tech` (`users_id_tech`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `begin` (`begin`), + KEY `end` (`end`), + KEY `tasktemplates_id` (`tasktemplates_id`), + KEY `sourceitems_id` (`sourceitems_id`), + KEY `sourceof_items_id` (`sourceof_items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickettasks` +-- + +LOCK TABLES `glpi_tickettasks` WRITE; +/*!40000 ALTER TABLE `glpi_tickettasks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_tickettasks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickettemplatehiddenfields` +-- + +DROP TABLE IF EXISTS `glpi_tickettemplatehiddenfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickettemplatehiddenfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickettemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickettemplates_id`,`num`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickettemplatehiddenfields` +-- + +LOCK TABLES `glpi_tickettemplatehiddenfields` WRITE; +/*!40000 ALTER TABLE `glpi_tickettemplatehiddenfields` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_tickettemplatehiddenfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickettemplatemandatoryfields` +-- + +DROP TABLE IF EXISTS `glpi_tickettemplatemandatoryfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickettemplatemandatoryfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickettemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`tickettemplates_id`,`num`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickettemplatemandatoryfields` +-- + +LOCK TABLES `glpi_tickettemplatemandatoryfields` WRITE; +/*!40000 ALTER TABLE `glpi_tickettemplatemandatoryfields` DISABLE KEYS */; +INSERT INTO `glpi_tickettemplatemandatoryfields` VALUES +(1,1,21); +/*!40000 ALTER TABLE `glpi_tickettemplatemandatoryfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickettemplatepredefinedfields` +-- + +DROP TABLE IF EXISTS `glpi_tickettemplatepredefinedfields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickettemplatepredefinedfields` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `tickettemplates_id` int(10) unsigned NOT NULL DEFAULT 0, + `num` int(11) NOT NULL DEFAULT 0, + `value` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `tickettemplates_id` (`tickettemplates_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickettemplatepredefinedfields` +-- + +LOCK TABLES `glpi_tickettemplatepredefinedfields` WRITE; +/*!40000 ALTER TABLE `glpi_tickettemplatepredefinedfields` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_tickettemplatepredefinedfields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_tickettemplates` +-- + +DROP TABLE IF EXISTS `glpi_tickettemplates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_tickettemplates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `comment` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_tickettemplates` +-- + +LOCK TABLES `glpi_tickettemplates` WRITE; +/*!40000 ALTER TABLE `glpi_tickettemplates` DISABLE KEYS */; +INSERT INTO `glpi_tickettemplates` VALUES +(1,'Default',0,1,NULL); +/*!40000 ALTER TABLE `glpi_tickettemplates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_ticketvalidations` +-- + +DROP TABLE IF EXISTS `glpi_ticketvalidations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_ticketvalidations` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `tickets_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_validate` int(10) unsigned NOT NULL DEFAULT 0, + `comment_submission` text DEFAULT NULL, + `comment_validation` text DEFAULT NULL, + `status` int(11) NOT NULL DEFAULT 2, + `submission_date` timestamp NULL DEFAULT NULL, + `validation_date` timestamp NULL DEFAULT NULL, + `timeline_position` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `users_id` (`users_id`), + KEY `users_id_validate` (`users_id_validate`), + KEY `tickets_id` (`tickets_id`), + KEY `submission_date` (`submission_date`), + KEY `validation_date` (`validation_date`), + KEY `status` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_ticketvalidations` +-- + +LOCK TABLES `glpi_ticketvalidations` WRITE; +/*!40000 ALTER TABLE `glpi_ticketvalidations` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_ticketvalidations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_transfers` +-- + +DROP TABLE IF EXISTS `glpi_transfers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_transfers` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `keep_ticket` int(11) NOT NULL DEFAULT 0, + `keep_networklink` int(11) NOT NULL DEFAULT 0, + `keep_reservation` int(11) NOT NULL DEFAULT 0, + `keep_history` int(11) NOT NULL DEFAULT 0, + `keep_device` int(11) NOT NULL DEFAULT 0, + `keep_infocom` int(11) NOT NULL DEFAULT 0, + `keep_dc_monitor` int(11) NOT NULL DEFAULT 0, + `clean_dc_monitor` int(11) NOT NULL DEFAULT 0, + `keep_dc_phone` int(11) NOT NULL DEFAULT 0, + `clean_dc_phone` int(11) NOT NULL DEFAULT 0, + `keep_dc_peripheral` int(11) NOT NULL DEFAULT 0, + `clean_dc_peripheral` int(11) NOT NULL DEFAULT 0, + `keep_dc_printer` int(11) NOT NULL DEFAULT 0, + `clean_dc_printer` int(11) NOT NULL DEFAULT 0, + `keep_supplier` int(11) NOT NULL DEFAULT 0, + `clean_supplier` int(11) NOT NULL DEFAULT 0, + `keep_contact` int(11) NOT NULL DEFAULT 0, + `clean_contact` int(11) NOT NULL DEFAULT 0, + `keep_contract` int(11) NOT NULL DEFAULT 0, + `clean_contract` int(11) NOT NULL DEFAULT 0, + `keep_software` int(11) NOT NULL DEFAULT 0, + `clean_software` int(11) NOT NULL DEFAULT 0, + `keep_document` int(11) NOT NULL DEFAULT 0, + `clean_document` int(11) NOT NULL DEFAULT 0, + `keep_cartridgeitem` int(11) NOT NULL DEFAULT 0, + `clean_cartridgeitem` int(11) NOT NULL DEFAULT 0, + `keep_cartridge` int(11) NOT NULL DEFAULT 0, + `keep_consumable` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `keep_disk` int(11) NOT NULL DEFAULT 0, + `keep_certificate` int(11) NOT NULL DEFAULT 0, + `clean_certificate` int(11) NOT NULL DEFAULT 0, + `lock_updated_fields` int(11) NOT NULL DEFAULT 0, + `keep_location` int(11) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_transfers` +-- + +LOCK TABLES `glpi_transfers` WRITE; +/*!40000 ALTER TABLE `glpi_transfers` DISABLE KEYS */; +INSERT INTO `glpi_transfers` VALUES +(1,'complete',2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,NULL,NULL,NULL,1,1,1,0,1); +/*!40000 ALTER TABLE `glpi_transfers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_unmanageds` +-- + +DROP TABLE IF EXISTS `glpi_unmanageds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_unmanageds` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `serial` varchar(255) DEFAULT NULL, + `otherserial` varchar(255) DEFAULT NULL, + `contact` varchar(255) DEFAULT NULL, + `contact_num` varchar(255) DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `comment` text DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `networks_id` int(10) unsigned NOT NULL DEFAULT 0, + `manufacturers_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `states_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `groups_id_tech` int(10) unsigned NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `date_creation` timestamp NULL DEFAULT NULL, + `autoupdatesystems_id` int(10) unsigned NOT NULL DEFAULT 0, + `sysdescr` text DEFAULT NULL, + `agents_id` int(10) unsigned NOT NULL DEFAULT 0, + `itemtype` varchar(100) DEFAULT NULL, + `accepted` tinyint(4) NOT NULL DEFAULT 0, + `hub` tinyint(4) NOT NULL DEFAULT 0, + `ip` varchar(255) DEFAULT NULL, + `snmpcredentials_id` int(10) unsigned NOT NULL DEFAULT 0, + `last_inventory_update` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `manufacturers_id` (`manufacturers_id`), + KEY `groups_id` (`groups_id`), + KEY `users_id` (`users_id`), + KEY `locations_id` (`locations_id`), + KEY `networks_id` (`networks_id`), + KEY `states_id` (`states_id`), + KEY `groups_id_tech` (`groups_id_tech`), + KEY `is_deleted` (`is_deleted`), + KEY `date_mod` (`date_mod`), + KEY `is_dynamic` (`is_dynamic`), + KEY `serial` (`serial`), + KEY `otherserial` (`otherserial`), + KEY `date_creation` (`date_creation`), + KEY `autoupdatesystems_id` (`autoupdatesystems_id`), + KEY `agents_id` (`agents_id`), + KEY `snmpcredentials_id` (`snmpcredentials_id`), + KEY `users_id_tech` (`users_id_tech`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_unmanageds` +-- + +LOCK TABLES `glpi_unmanageds` WRITE; +/*!40000 ALTER TABLE `glpi_unmanageds` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_unmanageds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_usbvendors` +-- + +DROP TABLE IF EXISTS `glpi_usbvendors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_usbvendors` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `vendorid` varchar(4) NOT NULL, + `deviceid` varchar(4) DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`vendorid`,`deviceid`), + KEY `deviceid` (`deviceid`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_usbvendors` +-- + +LOCK TABLES `glpi_usbvendors` WRITE; +/*!40000 ALTER TABLE `glpi_usbvendors` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_usbvendors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_usercategories` +-- + +DROP TABLE IF EXISTS `glpi_usercategories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_usercategories` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_usercategories` +-- + +LOCK TABLES `glpi_usercategories` WRITE; +/*!40000 ALTER TABLE `glpi_usercategories` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_usercategories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_useremails` +-- + +DROP TABLE IF EXISTS `glpi_useremails`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_useremails` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `users_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_default` tinyint(4) NOT NULL DEFAULT 0, + `is_dynamic` tinyint(4) NOT NULL DEFAULT 0, + `email` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`users_id`,`email`), + KEY `email` (`email`), + KEY `is_default` (`is_default`), + KEY `is_dynamic` (`is_dynamic`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_useremails` +-- + +LOCK TABLES `glpi_useremails` WRITE; +/*!40000 ALTER TABLE `glpi_useremails` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_useremails` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_users` +-- + +DROP TABLE IF EXISTS `glpi_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_users` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `password` varchar(255) DEFAULT NULL, + `password_last_update` timestamp NULL DEFAULT NULL, + `phone` varchar(255) DEFAULT NULL, + `phone2` varchar(255) DEFAULT NULL, + `mobile` varchar(255) DEFAULT NULL, + `realname` varchar(255) DEFAULT NULL, + `firstname` varchar(255) DEFAULT NULL, + `locations_id` int(10) unsigned NOT NULL DEFAULT 0, + `language` char(10) DEFAULT NULL COMMENT 'see define.php CFG_GLPI[language] array', + `use_mode` int(11) NOT NULL DEFAULT 0, + `list_limit` int(11) DEFAULT NULL, + `is_active` tinyint(4) NOT NULL DEFAULT 1, + `comment` text DEFAULT NULL, + `auths_id` int(10) unsigned NOT NULL DEFAULT 0, + `authtype` int(11) NOT NULL DEFAULT 0, + `last_login` timestamp NULL DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_sync` timestamp NULL DEFAULT NULL, + `is_deleted` tinyint(4) NOT NULL DEFAULT 0, + `profiles_id` int(10) unsigned NOT NULL DEFAULT 0, + `entities_id` int(10) unsigned DEFAULT 0, + `usertitles_id` int(10) unsigned NOT NULL DEFAULT 0, + `usercategories_id` int(10) unsigned NOT NULL DEFAULT 0, + `date_format` int(11) DEFAULT NULL, + `number_format` int(11) DEFAULT NULL, + `names_format` int(11) DEFAULT NULL, + `csv_delimiter` char(1) DEFAULT NULL, + `is_ids_visible` tinyint(4) DEFAULT NULL, + `use_flat_dropdowntree` tinyint(4) DEFAULT NULL, + `use_flat_dropdowntree_on_search_result` tinyint(4) DEFAULT NULL, + `show_jobs_at_login` tinyint(4) DEFAULT NULL, + `priority_1` char(20) DEFAULT NULL, + `priority_2` char(20) DEFAULT NULL, + `priority_3` char(20) DEFAULT NULL, + `priority_4` char(20) DEFAULT NULL, + `priority_5` char(20) DEFAULT NULL, + `priority_6` char(20) DEFAULT NULL, + `followup_private` tinyint(4) DEFAULT NULL, + `task_private` tinyint(4) DEFAULT NULL, + `default_requesttypes_id` int(10) unsigned DEFAULT NULL, + `password_forget_token` char(40) DEFAULT NULL, + `password_forget_token_date` timestamp NULL DEFAULT NULL, + `user_dn` text DEFAULT NULL, + `user_dn_hash` varchar(32) DEFAULT NULL, + `registration_number` varchar(255) DEFAULT NULL, + `show_count_on_tabs` tinyint(4) DEFAULT NULL, + `refresh_views` int(11) DEFAULT NULL, + `set_default_tech` tinyint(4) DEFAULT NULL, + `personal_token` varchar(255) DEFAULT NULL, + `personal_token_date` timestamp NULL DEFAULT NULL, + `api_token` varchar(255) DEFAULT NULL, + `api_token_date` timestamp NULL DEFAULT NULL, + `cookie_token` varchar(255) DEFAULT NULL, + `cookie_token_date` timestamp NULL DEFAULT NULL, + `display_count_on_home` int(11) DEFAULT NULL, + `notification_to_myself` tinyint(4) DEFAULT NULL, + `duedateok_color` varchar(255) DEFAULT NULL, + `duedatewarning_color` varchar(255) DEFAULT NULL, + `duedatecritical_color` varchar(255) DEFAULT NULL, + `duedatewarning_less` int(11) DEFAULT NULL, + `duedatecritical_less` int(11) DEFAULT NULL, + `duedatewarning_unit` varchar(255) DEFAULT NULL, + `duedatecritical_unit` varchar(255) DEFAULT NULL, + `display_options` text DEFAULT NULL, + `is_deleted_ldap` tinyint(4) NOT NULL DEFAULT 0, + `pdffont` varchar(255) DEFAULT NULL, + `picture` varchar(255) DEFAULT NULL, + `begin_date` timestamp NULL DEFAULT NULL, + `end_date` timestamp NULL DEFAULT NULL, + `keep_devices_when_purging_item` tinyint(4) DEFAULT NULL, + `privatebookmarkorder` longtext DEFAULT NULL, + `backcreated` tinyint(4) DEFAULT NULL, + `task_state` int(11) DEFAULT NULL, + `palette` char(20) DEFAULT NULL, + `page_layout` char(20) DEFAULT NULL, + `fold_menu` tinyint(4) DEFAULT NULL, + `fold_search` tinyint(4) DEFAULT NULL, + `savedsearches_pinned` text DEFAULT NULL, + `timeline_order` char(20) DEFAULT NULL, + `itil_layout` text DEFAULT NULL, + `richtext_layout` char(20) DEFAULT NULL, + `set_default_requester` tinyint(4) DEFAULT NULL, + `lock_autolock_mode` tinyint(4) DEFAULT NULL, + `lock_directunlock_notification` tinyint(4) DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + `highcontrast_css` tinyint(4) DEFAULT 0, + `plannings` text DEFAULT NULL, + `sync_field` varchar(255) DEFAULT NULL, + `groups_id` int(10) unsigned NOT NULL DEFAULT 0, + `users_id_supervisor` int(10) unsigned NOT NULL DEFAULT 0, + `timezone` varchar(50) DEFAULT NULL, + `default_dashboard_central` varchar(100) DEFAULT NULL, + `default_dashboard_assets` varchar(100) DEFAULT NULL, + `default_dashboard_helpdesk` varchar(100) DEFAULT NULL, + `default_dashboard_mini_ticket` varchar(100) DEFAULT NULL, + `default_central_tab` tinyint(4) DEFAULT 0, + `nickname` varchar(255) DEFAULT NULL, + `timeline_action_btn_layout` tinyint(4) DEFAULT NULL, + `timeline_date_format` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicityloginauth` (`name`,`authtype`,`auths_id`), + KEY `firstname` (`firstname`), + KEY `realname` (`realname`), + KEY `entities_id` (`entities_id`), + KEY `profiles_id` (`profiles_id`), + KEY `locations_id` (`locations_id`), + KEY `usertitles_id` (`usertitles_id`), + KEY `usercategories_id` (`usercategories_id`), + KEY `is_deleted` (`is_deleted`), + KEY `is_active` (`is_active`), + KEY `date_mod` (`date_mod`), + KEY `authitem` (`authtype`,`auths_id`), + KEY `is_deleted_ldap` (`is_deleted_ldap`), + KEY `date_creation` (`date_creation`), + KEY `begin_date` (`begin_date`), + KEY `end_date` (`end_date`), + KEY `sync_field` (`sync_field`), + KEY `groups_id` (`groups_id`), + KEY `users_id_supervisor` (`users_id_supervisor`), + KEY `auths_id` (`auths_id`), + KEY `default_requesttypes_id` (`default_requesttypes_id`), + KEY `user_dn_hash` (`user_dn_hash`) +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_users` +-- + +LOCK TABLES `glpi_users` WRITE; +/*!40000 ALTER TABLE `glpi_users` DISABLE KEYS */; +INSERT INTO `glpi_users` VALUES +(2,'glpi','$2y$10$MdgGxeVp5JZCLerXays7/uq0WmpAgoTOkKTIdLdOKavBnSQHBQECy','2024-12-07 16:35:41',NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,1,NULL,0,1,'2024-12-07 16:35:25','2024-12-07 16:35:41',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$qz.ksqPXTWCpa2pu09ZOjuOe2SXFatJli6LAqh2DE28Rv33Tk/aHm','2024-12-07 16:35:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"collapsed\":\"false\",\"expanded\":\"false\",\"items\":{\"item-main\":\"true\",\"actors\":\"true\",\"items\":\"true\",\"service-levels\":\"false\",\"linked_tickets\":\"false\"}}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(3,'post-only','$2y$10$/GAavlXAf2DVXIrdYyrbz.eU2fKlM69r0aa8R/zu.Oj5GXpwo298i','2024-12-07 16:36:06',NULL,NULL,NULL,NULL,NULL,0,'en_GB',0,20,1,NULL,0,1,NULL,'2024-12-07 16:36:06',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(4,'tech','$2y$10$7fLMFAv8cXMyBQt6/7oJqubjY6xKWWDpBgj4jed8Quntzq3NALVtm','2024-12-07 16:36:19',NULL,NULL,NULL,NULL,NULL,0,'en_GB',0,20,1,NULL,0,1,NULL,'2024-12-07 16:36:19',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(5,'normal','$2y$10$eNy8Aan2UTks8HjrDKi9..GYRUMYqHa6qrj1AuLyDsTgDI2oOFi0O','2024-12-07 16:35:55',NULL,NULL,NULL,NULL,NULL,0,'en_GB',0,20,1,NULL,0,1,NULL,'2024-12-07 16:35:55',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(6,'glpi-system','',NULL,NULL,NULL,NULL,'Support',NULL,0,NULL,0,NULL,1,NULL,0,1,NULL,NULL,NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(7,'raphael',NULL,NULL,'','','','','Raphaël, chef de la comptabilité',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:51:40',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:51:40',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(8,'charly',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:52:26',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:52:26',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(9,'edouard',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:52:33',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:52:33',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(10,'philippe',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:52:42',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:52:42',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(11,'elise',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:52:47',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:52:47',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(12,'marina',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:52:54',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:52:54',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(13,'karim',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:53:01',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:53:01',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(14,'guillaume',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:53:09',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:53:09',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(15,'samuel',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-02 11:53:42',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 11:53:42',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL), +(16,'mael','$2y$10$Vy/PtqOTphqUr3c2hdwB9u6EFCMPLlU8DRTZU5Cr3XbBf33/WeHrm','2024-12-07 14:36:49','','','','','',0,NULL,0,NULL,1,'',0,1,'2024-12-07 14:54:59','2024-12-07 14:54:59',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'$2y$10$DgthH5myd.bPQIsBcLmzeeooRRc5IU1ZbkcQ48bEpjccCetx96y56','2024-12-07 14:54:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-02 18:40:46',NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(17,'steeve',NULL,NULL,'','','','','',0,NULL,0,NULL,1,'',0,1,NULL,'2024-12-07 14:44:47',NULL,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-12-07 14:44:47',0,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `glpi_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_usertitles` +-- + +DROP TABLE IF EXISTS `glpi_usertitles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_usertitles` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_usertitles` +-- + +LOCK TABLES `glpi_usertitles` WRITE; +/*!40000 ALTER TABLE `glpi_usertitles` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_usertitles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_virtualmachinestates` +-- + +DROP TABLE IF EXISTS `glpi_virtualmachinestates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_virtualmachinestates` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_virtualmachinestates` +-- + +LOCK TABLES `glpi_virtualmachinestates` WRITE; +/*!40000 ALTER TABLE `glpi_virtualmachinestates` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_virtualmachinestates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_virtualmachinesystems` +-- + +DROP TABLE IF EXISTS `glpi_virtualmachinesystems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_virtualmachinesystems` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_virtualmachinesystems` +-- + +LOCK TABLES `glpi_virtualmachinesystems` WRITE; +/*!40000 ALTER TABLE `glpi_virtualmachinesystems` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_virtualmachinesystems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_virtualmachinetypes` +-- + +DROP TABLE IF EXISTS `glpi_virtualmachinetypes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_virtualmachinetypes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_virtualmachinetypes` +-- + +LOCK TABLES `glpi_virtualmachinetypes` WRITE; +/*!40000 ALTER TABLE `glpi_virtualmachinetypes` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_virtualmachinetypes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_vlans` +-- + +DROP TABLE IF EXISTS `glpi_vlans`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_vlans` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `comment` text DEFAULT NULL, + `tag` int(11) NOT NULL DEFAULT 0, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `tag` (`tag`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_vlans` +-- + +LOCK TABLES `glpi_vlans` WRITE; +/*!40000 ALTER TABLE `glpi_vlans` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_vlans` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_vobjects` +-- + +DROP TABLE IF EXISTS `glpi_vobjects`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_vobjects` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(100) DEFAULT NULL, + `items_id` int(10) unsigned NOT NULL DEFAULT 0, + `data` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`itemtype`,`items_id`), + KEY `item` (`itemtype`,`items_id`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_vobjects` +-- + +LOCK TABLES `glpi_vobjects` WRITE; +/*!40000 ALTER TABLE `glpi_vobjects` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_vobjects` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `glpi_wifinetworks` +-- + +DROP TABLE IF EXISTS `glpi_wifinetworks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `glpi_wifinetworks` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int(10) unsigned NOT NULL DEFAULT 0, + `is_recursive` tinyint(4) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `essid` varchar(255) DEFAULT NULL, + `mode` varchar(255) DEFAULT NULL COMMENT 'ad-hoc, access_point', + `comment` text DEFAULT NULL, + `date_mod` timestamp NULL DEFAULT NULL, + `date_creation` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entities_id` (`entities_id`), + KEY `is_recursive` (`is_recursive`), + KEY `essid` (`essid`), + KEY `name` (`name`), + KEY `date_mod` (`date_mod`), + KEY `date_creation` (`date_creation`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `glpi_wifinetworks` +-- + +LOCK TABLES `glpi_wifinetworks` WRITE; +/*!40000 ALTER TABLE `glpi_wifinetworks` DISABLE KEYS */; +/*!40000 ALTER TABLE `glpi_wifinetworks` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2024-12-07 18:42:46 diff --git a/static/assets/projets-oc/p02/bene_mael_3_agent_GLPI_122024.pdf b/static/assets/projets-oc/p02/bene_mael_3_agent_GLPI_122024.pdf new file mode 100644 index 0000000..b15b297 Binary files /dev/null and b/static/assets/projets-oc/p02/bene_mael_3_agent_GLPI_122024.pdf differ diff --git a/static/assets/projets-oc/p02/bene_mael_4_logigramme_122024.pdf b/static/assets/projets-oc/p02/bene_mael_4_logigramme_122024.pdf new file mode 100644 index 0000000..8064249 Binary files /dev/null and b/static/assets/projets-oc/p02/bene_mael_4_logigramme_122024.pdf differ diff --git a/static/assets/projets-oc/p03/plan_adressagereseau.xlsx b/static/assets/projets-oc/p03/plan_adressagereseau.xlsx new file mode 100644 index 0000000..18f789d Binary files /dev/null and b/static/assets/projets-oc/p03/plan_adressagereseau.xlsx differ diff --git a/static/assets/projets-oc/p03/regles_firewall.xlsx b/static/assets/projets-oc/p03/regles_firewall.xlsx new file mode 100644 index 0000000..4e1f80b Binary files /dev/null and b/static/assets/projets-oc/p03/regles_firewall.xlsx differ diff --git a/static/assets/projets-oc/p03/schemalogique.jpg b/static/assets/projets-oc/p03/schemalogique.jpg new file mode 100644 index 0000000..3811932 Binary files /dev/null and b/static/assets/projets-oc/p03/schemalogique.jpg differ diff --git a/static/assets/projets-oc/p03/schemaphysique.jpg b/static/assets/projets-oc/p03/schemaphysique.jpg new file mode 100644 index 0000000..6e50487 Binary files /dev/null and b/static/assets/projets-oc/p03/schemaphysique.jpg differ diff --git a/static/assets/projets-oc/p04/Dockerfile.txt b/static/assets/projets-oc/p04/Dockerfile.txt new file mode 100644 index 0000000..9c1479b --- /dev/null +++ b/static/assets/projets-oc/p04/Dockerfile.txt @@ -0,0 +1,19 @@ +FROM php:8.0-apache + +# Mise à jour et installation des dépendances +RUN apt-get update && apt-get install -y \ + libzip-dev \ + unzip \ + && docker-php-ext-install mysqli \ + && docker-php-ext-enable mysqli + +# Activer le site beesafe.conf et désactiver le site par défaut 000-default.conf +RUN a2ensite beesafe.conf && \ + a2dissite 000-default.conf && \ + service apache2 reload + +# Nettoyage des fichiers inutiles pour réduire la taille de l'image +RUN apt-get clean && rm -rf /var/lib/apt/lists/* + +# Commande pour garder Apache en fonctionnement +CMD ["apache2-foreground"] diff --git a/static/assets/projets-oc/p04/docker-compose.yml b/static/assets/projets-oc/p04/docker-compose.yml new file mode 100644 index 0000000..ca74338 --- /dev/null +++ b/static/assets/projets-oc/p04/docker-compose.yml @@ -0,0 +1,53 @@ +services: + web: + build: + context: . + dockerfile: Dockerfile + container_name: apache_php + ports: + - "80:80" + volumes: + - ./web:/var/www/html + - ./apache/beesafe.conf:/etc/apache2/sites-available/beesafe.conf + depends_on: + - db + - dns + networks: + - backend + restart: unless-stopped + + db: + image: mysql:8.0 + container_name: mysql + environment: + MYSQL_ROOT_PASSWORD: rootclassroom + MYSQL_DATABASE: beesafe_db + volumes: + - db_data:/var/lib/mysql + - ./sql:/docker-entrypoint-initdb.d + networks: + - backend + restart: unless-stopped + + dns: + image: internetsystemsconsortium/bind9:9.18 + container_name: bind9 + ports: + - "53:53/tcp" + - "53:53/udp" + volumes: + - ./bind9/etc:/etc/bind + - ./bind9/cache:/var/cache/bind + - ./bind9/lib:/var/lib/bind + - ./bind9/log:/var/log + command: ["-g"] + networks: + - backend + restart: unless-stopped + +networks: + backend: + driver: bridge + +volumes: + db_data: diff --git a/static/assets/projets-oc/p04/schema_archi_ntiers.pdf b/static/assets/projets-oc/p04/schema_archi_ntiers.pdf new file mode 100644 index 0000000..f279012 Binary files /dev/null and b/static/assets/projets-oc/p04/schema_archi_ntiers.pdf differ diff --git a/static/assets/projets-oc/p05/bene_mael_1_config_service_web_022025.zip b/static/assets/projets-oc/p05/bene_mael_1_config_service_web_022025.zip new file mode 100644 index 0000000..32efc8e Binary files /dev/null and b/static/assets/projets-oc/p05/bene_mael_1_config_service_web_022025.zip differ diff --git a/static/assets/projets-oc/p05/iptables-rules.v4 b/static/assets/projets-oc/p05/iptables-rules.v4 new file mode 100644 index 0000000..fcdb1fb --- /dev/null +++ b/static/assets/projets-oc/p05/iptables-rules.v4 @@ -0,0 +1,38 @@ +# Generated by iptables-save v1.8.10 (nf_tables) on Tue Feb 18 18:27:58 2025 +*filter +:INPUT DROP [0:0] +:FORWARD DROP [0:0] +:OUTPUT ACCEPT [2:240] +-A INPUT -i lo -j ACCEPT +-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT +-A INPUT -i ens33 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A INPUT -i ens34 -p tcp -m tcp --dport 80 -j ACCEPT +-A INPUT -i ens34 -p tcp -m tcp --dport 443 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 5501 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 5502 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 22 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 21 -j ACCEPT +-A INPUT -i ens35 -p tcp -m tcp --dport 10000:10100 -j ACCEPT +-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT +-A INPUT -j LOG --log-prefix "IPTables-Dropped: " +-A FORWARD -i ens34 -o ens33 -j ACCEPT +-A FORWARD -i ens35 -o ens33 -j ACCEPT +-A FORWARD -i ens33 -o ens34 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A FORWARD -i ens33 -o ens35 -m state --state RELATED,ESTABLISHED -j ACCEPT +-A OUTPUT -o lo -j ACCEPT +-A OUTPUT -o ens33 -j ACCEPT +-A OUTPUT -p udp -m udp --dport 53 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 53 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 80 -j ACCEPT +-A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT +COMMIT +# Completed on Tue Feb 18 18:27:58 2025 +# Generated by iptables-save v1.8.10 (nf_tables) on Tue Feb 18 18:27:58 2025 +*nat +:PREROUTING ACCEPT [0:0] +:INPUT ACCEPT [0:0] +:OUTPUT ACCEPT [0:0] +:POSTROUTING ACCEPT [0:0] +-A POSTROUTING -o ens33 -j MASQUERADE +COMMIT +# Completed on Tue Feb 18 18:27:58 2025 diff --git a/static/assets/projets-oc/p05/jail.local b/static/assets/projets-oc/p05/jail.local new file mode 100644 index 0000000..e5d4700 --- /dev/null +++ b/static/assets/projets-oc/p05/jail.local @@ -0,0 +1,33 @@ +[DEFAULT] +backend = auto +banaction = iptables-multiport +protocol = tcp +chain = INPUT +action = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"] + +[apache-custom] +enabled = true +port = http,https,5501,5502 +filter = apache-custom +logpath = /var/log/apache2/*_access.log +maxretry = 3 +findtime = 300 +bantime = 300 + +[nginx-custom] +enabled = true +port = http,https,5501,5502 +filter = nginx-custom +logpath = /var/log/nginx/access.log +maxretry = 3 +findtime = 300 +bantime = 300 + +[vsftpd-custom] +enabled = true +port = ftp,ftp-data,ftps,ftps-data +filter = vsftpd-custom +logpath = /var/log/vsftpd.log +maxretry = 3 +findtime = 300 +bantime = 300 diff --git a/static/assets/projets-oc/p05/vsftpd.conf b/static/assets/projets-oc/p05/vsftpd.conf new file mode 100644 index 0000000..2995581 --- /dev/null +++ b/static/assets/projets-oc/p05/vsftpd.conf @@ -0,0 +1,32 @@ +listen=YES +listen_ipv6=NO + + +anonymous_enable=NO +local_enable=YES +write_enable=YES + + +chroot_local_user=YES + + +ssl_enable=YES +allow_anon_ssl=NO +force_local_data_ssl=YES +force_local_logins_ssl=YES +ssl_tlsv1=YES +ssl_sslv2=NO +ssl_sslv3=NO +rsa_cert_file=/etc/ssl/certs/rainbowbank.com.crt +rsa_private_key_file=/etc/ssl/private/rainbowbank.com.key + + +pasv_enable=YES +pasv_min_port=10000 +pasv_max_port=10100 + +log_ftp_protocol=YES +xferlog_enable=YES +xferlog_std_format=NO +xferlog_file=/var/log/vsftpd.log +dual_log_enable=YES diff --git a/static/assets/projets-oc/p06/BENE_Mael_5_script_powershell_032025.ps1 b/static/assets/projets-oc/p06/BENE_Mael_5_script_powershell_032025.ps1 new file mode 100644 index 0000000..16b75a3 --- /dev/null +++ b/static/assets/projets-oc/p06/BENE_Mael_5_script_powershell_032025.ps1 @@ -0,0 +1,37 @@ +<# +.DESCRIPTION + Script pour copier les donnes du disque D vers G:\Mon Drive\projet6 +.NOTES + Date de cration : 17/03/2025 +.AUTEUR + BENE Mal +.VERSION + 1.1 +#> + +# Chemins source et destination +$SourcePath = "D:\" +$DestinationPath = "G:\Mon Drive\projet6" + +# Copie des fichiers avec Robocopy +Write-Host "Copie des donnes en cours de $SourcePath vers $DestinationPath..." -ForegroundColor Cyan + +try { + Robocopy.exe "$SourcePath" "$DestinationPath" /E /COPY:DAT /R:2 /W:5 /MT:8 /XD "System Volume Information" "$RECYCLE.BIN" "Recovery" #Ajout d'exceptions pour les fichiers systmes + + # Affichage dtaill du rsultat + switch ($LASTEXITCODE) { + 0 { Write-Host "Aucun fichier copi - Tous les fichiers taient dj synchroniss." -ForegroundColor Green } + 1 { Write-Host "Fichiers copis avec succs." -ForegroundColor Green } + 2 { Write-Host "Fichiers supplmentaires dtects." -ForegroundColor Yellow } + 4 { Write-Host "Fichiers mal assortis dtects." -ForegroundColor Yellow } + 8 { Write-Host "Erreurs de copie dtectes." -ForegroundColor Red } + 16 { Write-Host "Erreur grave dans la copie." -ForegroundColor Red } + default { Write-Host "Code de sortie Robocopy: $LASTEXITCODE" -ForegroundColor Magenta } + } + +} catch { + Write-Host "Erreur lors de l'excution de Robocopy: $_" -ForegroundColor Red +} + +Write-Host "Opration termine." -ForegroundColor Cyan \ No newline at end of file diff --git a/static/assets/projets-oc/p06/BENE_Mael_gpo_horairesdetravail.png b/static/assets/projets-oc/p06/BENE_Mael_gpo_horairesdetravail.png new file mode 100644 index 0000000..099df47 Binary files /dev/null and b/static/assets/projets-oc/p06/BENE_Mael_gpo_horairesdetravail.png differ diff --git a/static/assets/projets-oc/p06/BENE_Mael_gpo_horairesdetravail.ps1 b/static/assets/projets-oc/p06/BENE_Mael_gpo_horairesdetravail.ps1 new file mode 100644 index 0000000..490e7d8 --- /dev/null +++ b/static/assets/projets-oc/p06/BENE_Mael_gpo_horairesdetravail.ps1 @@ -0,0 +1,33 @@ +<# +.DESCRIPTION + Script pour dfinir les heures de connexion de 6h 20h tous les jours de la semaine +.NOTES + Date de cration : 17/03/2025 +.AUTEUR + BENE Mal +.VERSION + 1.0 +#> + +# Rcupration rcursive des utilisateurs (inclut les membres des sous-groupes) +$users = Get-ADGroupMember -Identity OpenBank -Recursive | Select-Object -ExpandProperty SamAccountName + +# Cration du tableau de 21 octets (168 heures dans une semaine) +$LogonHours = New-Object byte[] 21 + +# Dimanche = index 0, Lundi = index 1, ..., Samedi = index 6 +# Dfinition des heures de connexion (6h 20h) pour tous les jours de la semaine + +for ($day = 0; $day -le 6; $day++) { # Dimanche (0) Samedi (6) + for ($hour = 5; $hour -lt 19; $hour++) { # De 6h 20h + $byteIndex = [math]::Floor(($day * 24 + $hour) / 8) + $bitIndex = ($day * 24 + $hour) % 8 + $LogonHours[$byteIndex] = $LogonHours[$byteIndex] -bor (1 -shl $bitIndex) + } +} + +# Appliquer la restriction l'utilisateur +foreach ($user in $users) +{ + Set-ADUser -Identity $user -Replace @{logonHours=$LogonHours} +} \ No newline at end of file diff --git a/static/assets/projets-oc/p06/BENE_Mael_gpo_installflux.bat b/static/assets/projets-oc/p06/BENE_Mael_gpo_installflux.bat new file mode 100644 index 0000000..e9ff599 --- /dev/null +++ b/static/assets/projets-oc/p06/BENE_Mael_gpo_installflux.bat @@ -0,0 +1,9 @@ +@echo off +REM Vrification de l'utilisateur +if "%username%"=="agarcia" ( + echo Installation de flux-setup.exe pour %username% + winget install -e --id flux.flux --silent --accept-package-agreements --accept-source-agreements +) else ( + echo Installation non applicable pour cet utilisateur. + exit /b +) \ No newline at end of file diff --git a/static/assets/projets-oc/p06/BENE_Mael_gpo_installflux.png b/static/assets/projets-oc/p06/BENE_Mael_gpo_installflux.png new file mode 100644 index 0000000..a92dd5f Binary files /dev/null and b/static/assets/projets-oc/p06/BENE_Mael_gpo_installflux.png differ diff --git a/static/assets/projets-oc/p06/BENE_Mael_gpo_restrictiondisqueamovible.png b/static/assets/projets-oc/p06/BENE_Mael_gpo_restrictiondisqueamovible.png new file mode 100644 index 0000000..bfaf9bf Binary files /dev/null and b/static/assets/projets-oc/p06/BENE_Mael_gpo_restrictiondisqueamovible.png differ diff --git a/static/assets/projets-oc/p06/BENE_Mael_pfsenseNantes.xml b/static/assets/projets-oc/p06/BENE_Mael_pfsenseNantes.xml new file mode 100644 index 0000000..c9f7dc8 --- /dev/null +++ b/static/assets/projets-oc/p06/BENE_Mael_pfsenseNantes.xml @@ -0,0 +1,73 @@ + + + + + 1 + ikev2 + opt1 + 194.0.0.1 + inet + address + 194.0.0.2 + address + 194.0.0.1 + + + + aes + 256 + + sha256 + sha256 + 14 + + + 28800 + + + + bc4b31bbe6ac6eba857a44b8941ed31389cdb6c678635384b676ae34 + + + + + + pre_shared_key + + on + off + + + 10 + 5 + + + 1 + 67cf001195fba + tunnel + 1 + + network +
10.0.2.0
+ 24 +
+ + network +
10.0.1.0
+ 24 +
+ esp + + aes + 256 + + hmac_sha256 + 14 + 3600 + + + 10.0.1.1 + disabled + +
+
diff --git a/static/assets/projets-oc/p06/BENE_Mael_pfsenseParis.xml b/static/assets/projets-oc/p06/BENE_Mael_pfsenseParis.xml new file mode 100644 index 0000000..d4fe978 --- /dev/null +++ b/static/assets/projets-oc/p06/BENE_Mael_pfsenseParis.xml @@ -0,0 +1,73 @@ + + + + + 1 + ikev2 + opt1 + 194.0.0.2 + inet + address + 194.0.0.1 + address + 194.0.0.2 + + + + aes + 256 + + sha256 + sha256 + 14 + + + 28800 + + + + bc4b31bbe6ac6eba857a44b8941ed31389cdb6c678635384b676ae34 + + + + + + pre_shared_key + + on + off + + + 10 + 5 + + + 1 + 67ceff22aa6e4 + tunnel + 1 + + network +
10.0.1.0
+ 24 +
+ + network +
10.0.2.0
+ 24 +
+ esp + + aes + 256 + + hmac_sha256 + 14 + 3600 + + + 10.0.2.1 + disabled + +
+
diff --git a/static/assets/projets-oc/p07/bene_mael_1_config_equipements_052025.pdf b/static/assets/projets-oc/p07/bene_mael_1_config_equipements_052025.pdf new file mode 100644 index 0000000..2c5952d Binary files /dev/null and b/static/assets/projets-oc/p07/bene_mael_1_config_equipements_052025.pdf differ diff --git a/static/assets/projets-oc/p07/bene_mael_2_maquette_packet_tracer_052025.pkt b/static/assets/projets-oc/p07/bene_mael_2_maquette_packet_tracer_052025.pkt new file mode 100644 index 0000000..521213c Binary files /dev/null and b/static/assets/projets-oc/p07/bene_mael_2_maquette_packet_tracer_052025.pkt differ diff --git a/static/assets/projets-oc/p07/bene_mael_3_preconisations_052025.pdf b/static/assets/projets-oc/p07/bene_mael_3_preconisations_052025.pdf new file mode 100644 index 0000000..ba482b1 Binary files /dev/null and b/static/assets/projets-oc/p07/bene_mael_3_preconisations_052025.pdf differ diff --git a/static/assets/projets-oc/p08/BENE_Mael_1_config_nagios_062025.png b/static/assets/projets-oc/p08/BENE_Mael_1_config_nagios_062025.png new file mode 100644 index 0000000..953c56e Binary files /dev/null and b/static/assets/projets-oc/p08/BENE_Mael_1_config_nagios_062025.png differ diff --git a/static/assets/projets-oc/p08/BENE_Mael_2_config_Rsyslog_062025.tar.gz b/static/assets/projets-oc/p08/BENE_Mael_2_config_Rsyslog_062025.tar.gz new file mode 100644 index 0000000..3cc7532 Binary files /dev/null and b/static/assets/projets-oc/p08/BENE_Mael_2_config_Rsyslog_062025.tar.gz differ diff --git a/static/assets/projets-oc/p08/BENE_Mael_3_indicateurs_062025.pdf b/static/assets/projets-oc/p08/BENE_Mael_3_indicateurs_062025.pdf new file mode 100644 index 0000000..2fb0eed Binary files /dev/null and b/static/assets/projets-oc/p08/BENE_Mael_3_indicateurs_062025.pdf differ diff --git a/static/assets/projets-oc/p08/BENE_Mael_4_documentation_062025.pdf b/static/assets/projets-oc/p08/BENE_Mael_4_documentation_062025.pdf new file mode 100644 index 0000000..a13e9de Binary files /dev/null and b/static/assets/projets-oc/p08/BENE_Mael_4_documentation_062025.pdf differ diff --git a/static/assets/projets-oc/p09/MapDrives.ps1 b/static/assets/projets-oc/p09/MapDrives.ps1 new file mode 100644 index 0000000..18acf4d --- /dev/null +++ b/static/assets/projets-oc/p09/MapDrives.ps1 @@ -0,0 +1,70 @@ +# ============================================================================ +# Script : MapDrives.ps1 +# Version : 1.1 +# Date : 29/07/2025 +# Auteur : BENE Maël +# Description: Montage automatique des partages réseau personnels et de groupe +# ============================================================================ + +# Fonction pour supprimer les accents (normalisation) +function Remove-Accents($text) { + $normalized = [System.Text.NormalizationForm]::FormD + $string = [System.String]::new($text).Normalize($normalized) + $sb = New-Object System.Text.StringBuilder + foreach ($c in $string.ToCharArray()) { + if (-not [Globalization.CharUnicodeInfo]::GetUnicodeCategory($c).ToString().StartsWith("NonSpacingMark")) { + [void]$sb.Append($c) + } + } + return $sb.ToString().Normalize([System.Text.NormalizationForm]::FormC) +} + +# Table de correspondance sans accents dans les clés +$groupShareMap = @{ + "G_Admins" = "Admins" + "G_Audio" = "Audio" + "G_Commercial" = "Commercial" + "G_Direction" = "Direction" + "G_Developpeurs" = "Developpeurs" + "G_Graphisme" = "Graphisme" + "G_Responsables" = "Responsables" + "G_Testeurs" = "Tests" +} + +# Récupération de l'utilisateur et des groupes AD +$user = $env:USERNAME +$userGroupsRaw = ([System.Security.Principal.WindowsIdentity]::GetCurrent()).Groups | ForEach-Object { + $_.Translate([System.Security.Principal.NTAccount]).Value.Split('\')[-1] +} + +# Normalisation des noms de groupes +$userGroups = @() +foreach ($grp in $userGroupsRaw) { + $grpNorm = Remove-Accents $grp + $userGroups += $grpNorm +} + +# Montage du partage personnel +$homeShare = "\\SRV-AD\$user`$" +Write-Host "Tentative de montage : $homeShare" +net use * $homeShare /persistent:no +if ($LASTEXITCODE -eq 0) { + Write-Host "Partage personnel monté avec succès." +} else { + Write-Host "Échec du montage du partage personnel." +} + +# Montage des partages de groupe +foreach ($group in $userGroups) { + if ($groupShareMap.ContainsKey($group)) { + $shareName = $groupShareMap[$group] + $sharePath = "\\SRV-AD\$shareName" + Write-Host "Tentative de montage : $sharePath (via groupe $group)" + net use * $sharePath /persistent:no + if ($LASTEXITCODE -eq 0) { + Write-Host "Partage $shareName monté avec succès." + } else { + Write-Host "Échec du montage de $shareName." + } + } +} \ No newline at end of file diff --git a/static/assets/projets-oc/p09/ansible.zip b/static/assets/projets-oc/p09/ansible.zip new file mode 100644 index 0000000..aff650c Binary files /dev/null and b/static/assets/projets-oc/p09/ansible.zip differ diff --git a/static/assets/projets-oc/p09/groups_glpi.csv b/static/assets/projets-oc/p09/groups_glpi.csv new file mode 100644 index 0000000..425a4b2 --- /dev/null +++ b/static/assets/projets-oc/p09/groups_glpi.csv @@ -0,0 +1,9 @@ +"Nom complet";"Commentaires"; +"G_Admins";""; +"G_Audio";""; +"G_Commercial";""; +"G_Développeurs";""; +"G_Direction";""; +"G_Graphisme";""; +"G_Responsables";""; +"G_Testeurs";""; diff --git a/static/assets/projets-oc/p09/materiels_reseau_glpi.csv b/static/assets/projets-oc/p09/materiels_reseau_glpi.csv new file mode 100644 index 0000000..026ee56 --- /dev/null +++ b/static/assets/projets-oc/p09/materiels_reseau_glpi.csv @@ -0,0 +1,8 @@ +"Nom";"Statut";"Fabricant";"Lieu";"Type";"Modèle";"Firmware";"Dernière modification"; +"BOX-SIT-001";"";"";"";"Box internet";"";"";"2025-07-21 13:25"; +"FWL-SIT-001";"";"";"";"Firewall";"";"";"2025-07-21 13:25"; +"SWS-ADM-001";"";"";"";"Switch";"";"";"2025-07-21 13:25"; +"SWS-DEV-001";"";"";"";"Switch";"";"";"2025-07-21 13:25"; +"SWS-GPH-001";"";"";"";"Switch";"";"";"2025-07-21 13:25"; +"SWS-SIT-001";"";"";"";"Switch";"";"";"2025-07-21 13:25"; +"SWS-TST-001";"";"";"";"Switch";"";"";"2025-07-21 13:25"; diff --git a/static/assets/projets-oc/p09/mount_shares.sh b/static/assets/projets-oc/p09/mount_shares.sh new file mode 100644 index 0000000..b5a6233 --- /dev/null +++ b/static/assets/projets-oc/p09/mount_shares.sh @@ -0,0 +1,66 @@ +#!/bin/bash + +# ============================================================================ +# Script : mount_shares.sh +# Version : 1.0 +# Date : 14/07/2025 +# Auteur : BENE Maël +# Description: Montage automatique des partages CIFS personnels et de groupe +# ============================================================================ + +DOMAIN="BARZINI.INTERNAL" +SERVER="SRV-AD" +user="$(id -un)" +uid="$(id -u)" +gid="$(id -g)" +groups="$(id -Gn)" + +# Liste fixe des partages de groupe disponibles +share_names=("Admins" "Audio" "Commercial" "Direction" "Développeurs" "Graphisme" "Responsables" "Tests") + +# Montage du partage personnel +home_share="//${SERVER}/${user}\$" +home_mount="${user_home}/Dossier_perso" + +echo "Montage du dossier personnel : $home_share" +if [ ! -d "$home_mount" ]; then + mkdir -p "$home_mount" + chown "$uid:$gid" "$home_mount" +fi + +if ! mountpoint -q "$home_mount"; then + sudo mount -t cifs -o "sec=krb5,cruid=${user},uid=${uid},gid=${gid},nofail" "$home_share" "$home_mount" && \ + echo "Partage personnel monté sur $home_mount" || \ + echo "Échec du montage du partage personnel" +else + echo "Déjà monté : $home_mount" +fi + +# Montage des partages de groupe +for share in "${share_names[@]}"; do + for grp in $groups; do + clean_grp=$(echo "$grp" | tr '[:upper:]' '[:lower:]') + clean_share=$(echo "$share" | tr '[:upper:]' '[:lower:]') + if [[ "$clean_grp" == *"$clean_share"* ]]; then + share_path="//${SERVER}/${share}" + mount_point="${user_home}/${share}" + + echo "Tentative de montage de $share_path" + + if [ ! -d "$mount_point" ]; then + mkdir -p "$mount_point" + chown "$uid:$gid" "$mount_point" + fi + + if ! mountpoint -q "$mount_point"; then + sudo mount -t cifs -o "sec=krb5,cruid=${user},uid=${uid},gid=${gid},nofail" "$share_path" "$mount_point" && \ + echo "Partage monté : $mount_point" || \ + echo "Échec du montage : $share_path" + else + echo "Déjà monté : $mount_point" + fi + + break + fi + done +done \ No newline at end of file diff --git a/static/assets/projets-oc/p09/ordinateurs_glpi.csv b/static/assets/projets-oc/p09/ordinateurs_glpi.csv new file mode 100644 index 0000000..0b54a7a --- /dev/null +++ b/static/assets/projets-oc/p09/ordinateurs_glpi.csv @@ -0,0 +1,40 @@ +"Nom";"Statut";"Fabricant";"Numéro de série";"Type";"Modèle";"Système d'exploitation - Nom";"Lieu";"Dernière modification";"Composants - Processeur"; +"PCX-GPH-001";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PCX-GPH-002";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PCX-GPH-003";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PCX-GPH-003";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-DEV-001";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-DEV-002";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-DEV-003";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-DEV-004";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-DEV-005";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-SIT-001";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-SIT-002";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-SND-001";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-SND-002";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-SND-003";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PFX-TST-001";"";"";"";"Ordinateur de bureau";"";"";"";"2025-07-21 13:16";""; +"PPB-ADM-001";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-ADM-002";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-ADM-003";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-ADM-004";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-ADM-005";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-ADM-006";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-DEV-001";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-DEV-002";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-DEV-003";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-DEV-004";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-GPH-001";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-GPH-002";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-GPH-004";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-GPH-005";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-GPH-006";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-GPH-007";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-SND-001";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-SND-002";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-TST-001";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-TST-002";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-TST-003";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"PPB-TST-004";"";"";"";"Ordinateur portable";"";"";"";"2025-07-21 13:18";""; +"SRV-INF-001";"";"";"";"Serveur";"";"";"";"2025-07-21 13:16";""; +"SRV-INF-002";"";"";"";"Serveur";"";"";"";"2025-07-21 13:16";""; diff --git a/static/assets/projets-oc/p09/rapport_ansible.pdf b/static/assets/projets-oc/p09/rapport_ansible.pdf new file mode 100644 index 0000000..13f5a7c Binary files /dev/null and b/static/assets/projets-oc/p09/rapport_ansible.pdf differ diff --git a/static/assets/projets-oc/p09/telephones_glpi.csv b/static/assets/projets-oc/p09/telephones_glpi.csv new file mode 100644 index 0000000..1fda87d --- /dev/null +++ b/static/assets/projets-oc/p09/telephones_glpi.csv @@ -0,0 +1,9 @@ +"Nom";"Statut";"Fabricant";"Lieu";"Type";"Modèle";"Dernière modification";"Usager"; +"SPA-DEV-001";"";"";"";"Telephone Android";"";"2025-07-21 13:22";""; +"SPA-DEV-002";"";"";"";"Telephone Android";"";"2025-07-21 13:22";""; +"SPA-DEV-003";"";"";"";"Telephone Android";"";"2025-07-21 13:22";""; +"SPA-DEV-004";"";"";"";"Telephone Android";"";"2025-07-21 13:22";""; +"SPA-TST-001";"";"";"";"Telephone Android";"";"2025-07-21 13:22";""; +"SPI-DEV-001";"";"";"";"Telephone iPhone";"";"2025-07-21 13:22";""; +"SPI-DEV-002";"";"";"";"Telephone iPhone";"";"2025-07-21 13:22";""; +"SPI-TST-001";"";"";"";"Telephone iPhone";"";"2025-07-21 13:22";""; diff --git a/static/assets/projets-oc/p09/users_glpi.csv b/static/assets/projets-oc/p09/users_glpi.csv new file mode 100644 index 0000000..5641fb5 --- /dev/null +++ b/static/assets/projets-oc/p09/users_glpi.csv @@ -0,0 +1,40 @@ +"Identifiant";"Nom de famille";"Courriels";"Téléphone";"Lieu";"Actif"; +"a.cailot";"Cailot";"";"";"";"Oui"; +"a.fournier";"Fournier";"";"";"";"Oui"; +"a.turcotte";"Turcotte";"";"";"";"Oui"; +"b.aupry";"Aupry";"";"";"";"Oui"; +"b.banon";"Banon";"";"";"";"Oui"; +"b.schneider";"Schneider";"";"";"";"Oui"; +"c.caron";"Caron";"";"";"";"Oui"; +"c.desaulniers";"Desaulniers";"";"";"";"Oui"; +"c.seguin";"Séguin";"";"";"";"Oui"; +"d.descoteaux";"Descoteaux";"";"";"";"Oui"; +"d.fluet";"Fluet";"";"";"";"Oui"; +"d.ramos";"Ramos";"";"";"";"Oui"; +"e.dupy";"Dupy";"";"";"";"Oui"; +"e.navarro";"Navarro";"";"";"";"Oui"; +"f.gaulin";"Gaulin";"";"";"";"Oui"; +"f.lang";"Lang";"";"";"";"Oui"; +"f.paquette";"Paquette";"";"";"";"Oui"; +"g.favreau";"Favreau";"";"";"";"Oui"; +"g.langelier";"Langelier";"";"";"";"Oui"; +"glpi-system";"Support";"";"";"";"Oui"; +"h.gamelin";"Gamelin";"";"";"";"Oui"; +"i.herve";"Hervé";"";"";"";"Oui"; +"j.baron";"Baron";"";"";"";"Oui"; +"j.champagne";"Champagne";"";"";"";"Oui"; +"j.daigneault";"Daigneault";"";"";"";"Oui"; +"l.laurent";"Laurent";"";"";"";"Oui"; +"m.allard";"Allard";"";"";"";"Oui"; +"m.anoux";"Anoux";"";"";"";"Oui"; +"m.bene";"Bene";"";"";"";"Oui"; +"m.lazure";"Lazure";"";"";"";"Oui"; +"m.monjeau";"Monjeau";"";"";"";"Oui"; +"n.roux";"Roux";"";"";"";"Oui"; +"o.couturier";"Couturier";"";"";"";"Oui"; +"p.marcoux";"Marcoux";"";"";"";"Oui"; +"p.poirierdebuisson";"Poirier de Buisson";"";"";"";"Oui"; +"r.ruiz";"Ruiz";"";"";"";"Oui"; +"v.arcouet";"Arcouet";"";"";"";"Oui"; +"v.gougeon";"Gougeon";"";"";"";"Oui"; +"v.jacob";"Jacob";"";"";"";"Oui"; diff --git a/static/assets/projets-oc/p10/Bene_Mael_1_support_presentation_082025.pdf b/static/assets/projets-oc/p10/Bene_Mael_1_support_presentation_082025.pdf new file mode 100644 index 0000000..ec538b7 Binary files /dev/null and b/static/assets/projets-oc/p10/Bene_Mael_1_support_presentation_082025.pdf differ diff --git a/static/assets/projets-oc/p10/logs/restores_dif.log b/static/assets/projets-oc/p10/logs/restores_dif.log new file mode 100644 index 0000000..2845a08 --- /dev/null +++ b/static/assets/projets-oc/p10/logs/restores_dif.log @@ -0,0 +1,15 @@ +===================================================== +[2025-08-12 17:29:42] ➤ DÉBUT DE LA RESTAURATION DIFFÉRENTIELLE +Dossier restauré : MACHINES +Destination locale : /home/oclassroom/mairie/MACHINES +Source distante : backup-user@stockage:/home/backup-user/backup/MACHINES +===================================================== +receiving incremental file list +./ +fichier_1Go.bin +fichier_gros.test + +sent 65 bytes received 6.444.024.019 bytes 186.783.306,78 bytes/sec +total size is 6.442.450.944 speedup is 1,00 +[2025-08-12 17:30:16] ➤ FIN DE LA RESTAURATION + diff --git a/static/assets/projets-oc/p10/logs/restores_inc.log b/static/assets/projets-oc/p10/logs/restores_inc.log new file mode 100644 index 0000000..afac3e1 --- /dev/null +++ b/static/assets/projets-oc/p10/logs/restores_inc.log @@ -0,0 +1,52 @@ +===================================================== +[2025-08-12 17:23:56] ➤ DÉBUT DE LA RESTAURATION INCRÉMENTALE +Dossier restauré : FICHIERS +Type : Fichier spécifique +Horodatage de la sauvegarde : 2025-08-25_12-00-00_INC +===================================================== +➤ Restauration de 'doc1.txt' vers '/home/oclassroom/mairie/FICHIERS/.' +receiving incremental file list +doc1.txt + +sent 43 bytes received 139 bytes 121,33 bytes/sec +total size is 18 speedup is 0,10 +===================================================== +[2025-08-12 17:24:13] ➤ DÉBUT DE LA RESTAURATION INCRÉMENTALE +Dossier restauré : FICHIERS +Type : Dossier complet +Horodatage de la sauvegarde : 2025-08-25_12-00-00_INC +===================================================== +receiving incremental file list +./ +doc2.txt +fichier_2025-08-12_1.txt +fichier_2025-08-12_2.txt +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt +fichier_2025-08-14_1.txt +fichier_2025-08-14_2.txt +fichier_2025-08-15_1.txt +fichier_2025-08-15_2.txt +fichier_2025-08-16_1.txt +fichier_2025-08-16_2.txt +fichier_2025-08-17_1.txt +fichier_2025-08-17_2.txt +fichier_2025-08-18_1.txt +fichier_2025-08-18_2.txt +fichier_2025-08-19_1.txt +fichier_2025-08-19_2.txt +fichier_2025-08-20_1.txt +fichier_2025-08-20_2.txt +fichier_2025-08-21_1.txt +fichier_2025-08-21_2.txt +fichier_2025-08-22_1.txt +fichier_2025-08-22_2.txt +fichier_2025-08-23_1.txt +fichier_2025-08-23_2.txt +fichier_2025-08-24_1.txt +fichier_2025-08-24_2.txt +fichier_2025-08-25_1.txt +fichier_2025-08-25_2.txt + +sent 578 bytes received 2.750 bytes 6.656,00 bytes/sec +total size is 862 speedup is 0,26 diff --git a/static/assets/projets-oc/p10/logs/sauvegardes_dif.log b/static/assets/projets-oc/p10/logs/sauvegardes_dif.log new file mode 100644 index 0000000..29acb50 --- /dev/null +++ b/static/assets/projets-oc/p10/logs/sauvegardes_dif.log @@ -0,0 +1,72 @@ +===================================================== +[2025-08-12 17:26:10] ➤ DÉBUT DE LA SAUVEGARDE DIFFÉRENTIELLE +Dossier : MACHINES +Source : /home/oclassroom/mairie/MACHINES +Destination : backup-user@stockage:/home/backup-user/backup/MACHINES +Horodatage : 2025-08-12_17-26-10 +===================================================== +[2025-08-12 17:26:10] ➤ Vérification du dossier distant... +[2025-08-12 17:26:10] ➤ Dossier distant prêt. +[2025-08-12 17:26:10] ➤ Lancement de rsync... +sending incremental file list +./ +fichier_gros.test +rsync error: unexplained error (code 255) at rsync.c(716) [sender=3.2.7] +[2025-08-12 17:26:35] ➤ Durée de la sauvegarde : 25 secondes +===================================================== +[2025-08-12 17:26:42] ➤ DÉBUT DE LA SAUVEGARDE DIFFÉRENTIELLE +Dossier : MACHINES +Source : /home/oclassroom/mairie/MACHINES +Destination : backup-user@stockage:/home/backup-user/backup/MACHINES +Horodatage : 2025-08-12_17-26-42 +===================================================== +[2025-08-12 17:26:42] ➤ Vérification du dossier distant... +[2025-08-12 17:26:42] ➤ Dossier distant prêt. +[2025-08-12 17:26:42] ➤ Lancement de rsync... +sending incremental file list +./ +fichier_gros.test + +sent 668.597.769 bytes received 38 bytes 148.577.290,44 bytes/sec +total size is 5.368.709.120 speedup is 8,03 +[2025-08-12 17:26:46] SAUVEGARDE DIFFÉRENTIELLE TERMINÉE + +[2025-08-12 17:26:46] ➤ Durée de la sauvegarde : 4 secondes +===================================================== +[2025-08-12 17:27:13] ➤ DÉBUT DE LA SAUVEGARDE DIFFÉRENTIELLE +Dossier : MACHINES +Source : /home/oclassroom/mairie/MACHINES +Destination : backup-user@stockage:/home/backup-user/backup/MACHINES +Horodatage : 2025-08-12_17-27-13 +===================================================== +[2025-08-12 17:27:13] ➤ Vérification du dossier distant... +[2025-08-12 17:27:13] ➤ Dossier distant prêt. +[2025-08-12 17:27:13] ➤ Lancement de rsync... +sending incremental file list +./ +fichier_gros.test + +sent 5.370.019.985 bytes received 38 bytes 188.421.755,19 bytes/sec +total size is 5.368.709.120 speedup is 1,00 +[2025-08-12 17:27:41] SAUVEGARDE DIFFÉRENTIELLE TERMINÉE + +[2025-08-12 17:27:41] ➤ Durée de la sauvegarde : 28 secondes +===================================================== +[2025-08-12 17:28:56] ➤ DÉBUT DE LA SAUVEGARDE DIFFÉRENTIELLE +Dossier : MACHINES +Source : /home/oclassroom/mairie/MACHINES +Destination : backup-user@stockage:/home/backup-user/backup/MACHINES +Horodatage : 2025-08-12_17-28-56 +===================================================== +[2025-08-12 17:28:56] ➤ Vérification du dossier distant... +[2025-08-12 17:28:56] ➤ Dossier distant prêt. +[2025-08-12 17:28:56] ➤ Lancement de rsync... +sending incremental file list +./ +fichier_1Go.bin + +sent 1.074.004.134 bytes received 38 bytes 165.231.411,08 bytes/sec +total size is 6.442.450.944 speedup is 6,00 +[2025-08-12 17:29:02] SAUVEGARDE DIFFÉRENTIELLE TERMINÉE + +[2025-08-12 17:29:02] ➤ Durée de la sauvegarde : 6 secondes diff --git a/static/assets/projets-oc/p10/logs/sauvegardes_inc.log b/static/assets/projets-oc/p10/logs/sauvegardes_inc.log new file mode 100644 index 0000000..469feb2 --- /dev/null +++ b/static/assets/projets-oc/p10/logs/sauvegardes_inc.log @@ -0,0 +1,348 @@ +===================================================== +[2025-08-12 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-12_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-12 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-12 12:00:00] ➤ Aucune FULL récente trouvée → SAUVEGARDE DE TYPE : FULL +sending incremental file list +./ +doc1.txt +doc2.txt +fichier_2025-08-12_1.txt +fichier_2025-08-12_2.txt + +sent 449 bytes received 95 bytes 1.088,00 bytes/sec +total size is 94 speedup is 0,17 +[2025-08-12 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-12 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-13 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-13_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-13 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-13 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt + +sent 361 bytes received 57 bytes 836,00 bytes/sec +total size is 154 speedup is 0,37 +[2025-08-13 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-13 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-14 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-14_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-14 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-14 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt +fichier_2025-08-14_1.txt +fichier_2025-08-14_2.txt + +sent 541 bytes received 95 bytes 1.272,00 bytes/sec +total size is 212 speedup is 0,33 +[2025-08-14 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-14 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-15 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-15_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-15 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-15 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt +fichier_2025-08-14_1.txt +fichier_2025-08-14_2.txt +fichier_2025-08-15_1.txt +fichier_2025-08-15_2.txt + +sent 720 bytes received 133 bytes 1.706,00 bytes/sec +total size is 271 speedup is 0,32 +[2025-08-15 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-15 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-16 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-16_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-16 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-16 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt +fichier_2025-08-14_1.txt +fichier_2025-08-14_2.txt +fichier_2025-08-15_1.txt +fichier_2025-08-15_2.txt +fichier_2025-08-16_1.txt +fichier_2025-08-16_2.txt + +sent 903 bytes received 171 bytes 2.148,00 bytes/sec +total size is 331 speedup is 0,31 +[2025-08-16 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-16 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-17 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-17_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-17 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-17 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt +fichier_2025-08-14_1.txt +fichier_2025-08-14_2.txt +fichier_2025-08-15_1.txt +fichier_2025-08-15_2.txt +fichier_2025-08-16_1.txt +fichier_2025-08-16_2.txt +fichier_2025-08-17_1.txt +fichier_2025-08-17_2.txt + +sent 1.079 bytes received 209 bytes 2.576,00 bytes/sec +total size is 390 speedup is 0,30 +[2025-08-17 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-17 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-18 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-18_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-18 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-18 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt +fichier_2025-08-14_1.txt +fichier_2025-08-14_2.txt +fichier_2025-08-15_1.txt +fichier_2025-08-15_2.txt +fichier_2025-08-16_1.txt +fichier_2025-08-16_2.txt +fichier_2025-08-17_1.txt +fichier_2025-08-17_2.txt +fichier_2025-08-18_1.txt +fichier_2025-08-18_2.txt + +sent 1.284 bytes received 247 bytes 3.062,00 bytes/sec +total size is 450 speedup is 0,29 +[2025-08-18 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-18 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-19 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-19_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-19 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-19 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-12_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt +fichier_2025-08-14_1.txt +fichier_2025-08-14_2.txt +fichier_2025-08-15_1.txt +fichier_2025-08-15_2.txt +fichier_2025-08-16_1.txt +fichier_2025-08-16_2.txt +fichier_2025-08-17_1.txt +fichier_2025-08-17_2.txt +fichier_2025-08-18_1.txt +fichier_2025-08-18_2.txt +fichier_2025-08-19_1.txt +fichier_2025-08-19_2.txt + +sent 1.461 bytes received 285 bytes 3.492,00 bytes/sec +total size is 510 speedup is 0,29 +[2025-08-19 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-19 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-20 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-20_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-20 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-20 12:00:00] ➤ Aucune FULL récente trouvée → SAUVEGARDE DE TYPE : FULL +sending incremental file list +./ +doc1.txt +doc2.txt +fichier_2025-08-12_1.txt +fichier_2025-08-12_2.txt +fichier_2025-08-13_1.txt +fichier_2025-08-13_2.txt +fichier_2025-08-14_1.txt +fichier_2025-08-14_2.txt +fichier_2025-08-15_1.txt +fichier_2025-08-15_2.txt +fichier_2025-08-16_1.txt +fichier_2025-08-16_2.txt +fichier_2025-08-17_1.txt +fichier_2025-08-17_2.txt +fichier_2025-08-18_1.txt +fichier_2025-08-18_2.txt +fichier_2025-08-19_1.txt +fichier_2025-08-19_2.txt +fichier_2025-08-20_1.txt +fichier_2025-08-20_2.txt + +sent 1.913 bytes received 399 bytes 4.624,00 bytes/sec +total size is 570 speedup is 0,25 +[2025-08-20 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-20 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-21 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-21_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-21 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-21 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-20_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-21_1.txt +fichier_2025-08-21_2.txt + +sent 665 bytes received 57 bytes 1.444,00 bytes/sec +total size is 630 speedup is 0,87 +[2025-08-21 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-21 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-22 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-22_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-22 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-22 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-20_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-21_1.txt +fichier_2025-08-21_2.txt +fichier_2025-08-22_1.txt +fichier_2025-08-22_2.txt + +sent 845 bytes received 95 bytes 1.880,00 bytes/sec +total size is 689 speedup is 0,73 +[2025-08-22 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-22 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-23 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-23_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-23 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-23 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-20_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-21_1.txt +fichier_2025-08-21_2.txt +fichier_2025-08-22_1.txt +fichier_2025-08-22_2.txt +fichier_2025-08-23_1.txt +fichier_2025-08-23_2.txt + +sent 1.023 bytes received 133 bytes 2.312,00 bytes/sec +total size is 745 speedup is 0,64 +[2025-08-23 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-23 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-24 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-24_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-24 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-24 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-20_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-21_1.txt +fichier_2025-08-21_2.txt +fichier_2025-08-22_1.txt +fichier_2025-08-22_2.txt +fichier_2025-08-23_1.txt +fichier_2025-08-23_2.txt +fichier_2025-08-24_1.txt +fichier_2025-08-24_2.txt + +sent 1.203 bytes received 171 bytes 2.748,00 bytes/sec +total size is 803 speedup is 0,58 +[2025-08-24 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-24 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + +===================================================== +[2025-08-25 12:00:00] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE +Dossiers sauvegardés : FICHIERS +Rétention prévue : 7 jour(s) +Horodatage de départ : 2025-08-25_12-00-00 +===================================================== +----------------------------------------------------- +[2025-08-25 12:00:00] ➤ Traitement du dossier : FICHIERS +[2025-08-25 12:00:00] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : /home/backup-user/backup/FICHIERS/2025-08-20_12-00-00_FULL) +sending incremental file list +./ +fichier_2025-08-21_1.txt +fichier_2025-08-21_2.txt +fichier_2025-08-22_1.txt +fichier_2025-08-22_2.txt +fichier_2025-08-23_1.txt +fichier_2025-08-23_2.txt +fichier_2025-08-24_1.txt +fichier_2025-08-24_2.txt +fichier_2025-08-25_1.txt +fichier_2025-08-25_2.txt + +sent 1.384 bytes received 209 bytes 3.186,00 bytes/sec +total size is 862 speedup is 0,54 +[2025-08-25 12:00:01] ➤ Fin de la sauvegarde de FICHIERS +[2025-08-25 12:00:01] SAUVEGARDE JOURNALIÈRE TERMINÉE + diff --git a/static/assets/projets-oc/p10/scripts/crontab.txt b/static/assets/projets-oc/p10/scripts/crontab.txt new file mode 100644 index 0000000..c3638eb --- /dev/null +++ b/static/assets/projets-oc/p10/scripts/crontab.txt @@ -0,0 +1,11 @@ +# Sauvegarde differentielle de la VM qui force l'arret apres 3h (donc a 4h du matin) +0 1 * * * timeout 3h /home/oclassroom/backup_script/backup/differentielle.sh + +# Sauvegardes journalieres avec 7 jours de retention +0 4 * * * /home/oclassroom/backup_script/backup/incrementale.sh "FICHIERS" 7 +0 5 * * * /home/oclassroom/backup_script/backup/incrementale.sh "MAILS" 7 +0 6 * * * /home/oclassroom/backup_script/backup/incrementale.sh "RH" 7 +30 6 * * * /home/oclassroom/backup_script/backup/incrementale.sh "TICKETS" 7 + +# Sauvegarde de SITE tous les 3 jours à 7h, avec 15 jours de retention +0 7 */3 * * /home/oclassroom/backup_script/backup/incrementale.sh "SITE" 15 \ No newline at end of file diff --git a/static/assets/projets-oc/p10/scripts/restore_dif.sh b/static/assets/projets-oc/p10/scripts/restore_dif.sh new file mode 100644 index 0000000..545fdd5 --- /dev/null +++ b/static/assets/projets-oc/p10/scripts/restore_dif.sh @@ -0,0 +1,36 @@ +#!/bin/bash +# Auteur : BENE Maël +# Version : 1.1 +# Description : Restauration manuelle de sauvegarde différentielle (VMs) avec journalisation cumulative + +set -euo pipefail + +# Configuration +DOSSIER="MACHINES" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_PATH="/home/$DEST_USER/backup/$DOSSIER" +RESTORE_DIR="$HOME/mairie/$DOSSIER" +LOG_FILE="$HOME/backup-logs/restores_dif.log" + +mkdir -p "$HOME/backup-logs" +mkdir -p "$RESTORE_DIR" + +START_DATE=$(date '+%Y-%m-%d %H:%M:%S') + +{ + echo "=====================================================" + echo "[$START_DATE] ➤ DÉBUT DE LA RESTAURATION DIFFÉRENTIELLE" + echo "Dossier restauré : $DOSSIER" + echo "Destination locale : $RESTORE_DIR" + echo "Source distante : $DEST_USER@$DEST_HOST:$DEST_PATH" + echo "=====================================================" +} >> "$LOG_FILE" + +# Restauration avec rsync (différentielle) +rsync -av -e ssh "$DEST_USER@$DEST_HOST:$DEST_PATH/" "$RESTORE_DIR/" >> "$LOG_FILE" 2>&1 + +{ + echo "[$(date '+%Y-%m-%d %H:%M:%S')] ➤ FIN DE LA RESTAURATION" + echo +} >> "$LOG_FILE" diff --git a/static/assets/projets-oc/p10/scripts/restore_inc.sh b/static/assets/projets-oc/p10/scripts/restore_inc.sh new file mode 100644 index 0000000..1ef3c59 --- /dev/null +++ b/static/assets/projets-oc/p10/scripts/restore_inc.sh @@ -0,0 +1,125 @@ +#!/bin/bash +# Auteur : BENE Maël +# Version : 1.1 +# Description : Restauration interactive d’un dossier ou d’un fichier individuel (version améliorée avec journalisation) + +set -euo pipefail + +# Configuration +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_BASE="/home/$DEST_USER/backup" +BASE_RESTORE_DIR="/home/oclassroom/mairie" +LOG_FILE="/home/oclassroom/backup-logs/restores_inc.log" + +# Fonction de log +log_header() { + local type="$1" # "Dossier complet" ou "Fichier spécifique" + { + echo "=====================================================" + echo "[$START_DATE] ➤ DÉBUT DE LA RESTAURATION INCRÉMENTALE" + echo "Dossier restauré : $DOSSIER" + echo "Type : $type" + echo "Horodatage de la sauvegarde : $BACKUP_TIMESTAMP" + echo "=====================================================" + } >> "$LOG_FILE" +} + +# Liste des dossiers disponibles (hors MACHINES) +DIR_LIST=$(ssh "$DEST_USER@$DEST_HOST" "ls -1 $DEST_BASE" | grep -v '^MACHINES$') +if [ -z "$DIR_LIST" ]; then + echo "Aucun dossier de sauvegarde trouvé." + exit 1 +fi + +echo "Dossiers disponibles à la restauration :" +DIR_ARRAY=() +i=1 +while read -r line; do + echo " $i) $line" + DIR_ARRAY+=("$line") + ((i++)) +done <<< "$DIR_LIST" + +read -rp "Numéro du dossier à restaurer : " DIR_NUM +DOSSIER="${DIR_ARRAY[$((DIR_NUM - 1))]}" + +# Liste des sauvegardes disponibles +BACKUP_LIST=$(ssh "$DEST_USER@$DEST_HOST" "ls -1dt $DEST_BASE/$DOSSIER/20*_* 2>/dev/null") + +if [ -z "$BACKUP_LIST" ]; then + echo "Aucune sauvegarde trouvée pour $DOSSIER." + exit 1 +fi + +echo "Sauvegardes disponibles pour '$DOSSIER' :" +BACKUP_ARRAY=() +i=1 +while read -r line; do + SHORT=$(echo "$line" | sed "s|$DEST_BASE/||") + echo " $i) $SHORT" + BACKUP_ARRAY+=("$line") + ((i++)) +done <<< "$BACKUP_LIST" + +read -rp "Numéro de la sauvegarde à restaurer (Entrée = latest) : " BACKUP_NUM +if [ -z "$BACKUP_NUM" ]; then + SELECTED_BACKUP=$(ssh "$DEST_USER@$DEST_HOST" "readlink -f '$DEST_BASE/$DOSSIER/latest'" || true) + if [ -z "$SELECTED_BACKUP" ]; then + echo "Aucun lien 'latest' trouvé pour ce dossier." + exit 1 + fi +else + SELECTED_BACKUP="${BACKUP_ARRAY[$((BACKUP_NUM - 1))]}" +fi + +echo "Sauvegarde sélectionnée : $(echo "$SELECTED_BACKUP" | sed "s|$DEST_BASE/||")" + +# Horodatage pour les logs +START_DATE=$(date '+%Y-%m-%d %H:%M:%S') +BACKUP_TIMESTAMP=$(basename "$SELECTED_BACKUP") + +# Choix entre restauration complète ou fichier spécifique +echo "Que voulez-vous restaurer ?" +select CHOIX in "Dossier complet" "Fichier spécifique"; do + case $REPLY in + 1) + RESTORE_PATH="$BASE_RESTORE_DIR/$DOSSIER" + echo "➤ Restauration complète dans : $RESTORE_PATH" + mkdir -p "$RESTORE_PATH" + log_header "Dossier complet" + rsync -av -e ssh "$DEST_USER@$DEST_HOST:$SELECTED_BACKUP/" "$RESTORE_PATH/" >> "$LOG_FILE" 2>&1 + echo "Dossier restauré avec succès." + break + ;; + 2) + echo "Liste des fichiers disponibles :" + FILE_LIST=$(ssh "$DEST_USER@$DEST_HOST" "cd '$SELECTED_BACKUP' && find . -type f" | sed 's|^\./||') + if [ -z "$FILE_LIST" ]; then + echo "Aucun fichier trouvé dans la sauvegarde." + exit 1 + fi + + FILE_ARRAY=() + i=1 + while read -r file; do + echo " $i) $file" + FILE_ARRAY+=("$file") + ((i++)) + done <<< "$FILE_LIST" + + read -rp "Numéro du fichier à restaurer : " FILE_NUM + FILE_TO_RESTORE="${FILE_ARRAY[$((FILE_NUM - 1))]}" + DEST_PATH="$BASE_RESTORE_DIR/$DOSSIER/$(dirname "$FILE_TO_RESTORE")" + mkdir -p "$DEST_PATH" + log_header "Fichier spécifique" + echo "➤ Restauration de '$FILE_TO_RESTORE' vers '$DEST_PATH'" >> "$LOG_FILE" + rsync -av -e ssh "$DEST_USER@$DEST_HOST:$SELECTED_BACKUP/$FILE_TO_RESTORE" "$DEST_PATH/" >> "$LOG_FILE" 2>&1 + echo "Fichier restauré avec succès." + break + ;; + *) + echo "Choix invalide." + ;; + esac +done diff --git a/static/assets/projets-oc/p10/scripts/sauvegarde_dif.sh b/static/assets/projets-oc/p10/scripts/sauvegarde_dif.sh new file mode 100644 index 0000000..30b327f --- /dev/null +++ b/static/assets/projets-oc/p10/scripts/sauvegarde_dif.sh @@ -0,0 +1,61 @@ +#!/bin/bash +# Auteur : BENE Maël +# Version : 1.1 +# Description : Sauvegarde différentielle avec temps d'execution dans les logs + +#!/bin/bash +set -euo pipefail + +# Configuration +DOSSIER="MACHINES" +SOURCE_DIR="$HOME/mairie/$DOSSIER" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_PATH="/home/$DEST_USER/backup/$DOSSIER" +LOG_DIR="$HOME/backup-logs" +DATE="$(date '+%Y-%m-%d_%H-%M-%S')" +CUMULATIVE_LOG="$LOG_DIR/sauvegardes_dif.log" + +mkdir -p "$LOG_DIR" + +start=0 +rsync_started=false + +# Fonction exécutée même en cas de plantage ou d'interruption +on_exit() { + if $rsync_started; then + local end=$(date +%s) + local duration=$((end - start)) + echo "[$(date '+%F %T')] ➤ Durée de la sauvegarde : ${duration} secondes" >> "$CUMULATIVE_LOG" + fi +} +trap on_exit EXIT + +# Log de début +{ + echo "=====================================================" + echo "[$(date '+%F %T')] ➤ DÉBUT DE LA SAUVEGARDE DIFFÉRENTIELLE" + echo "Dossier : $DOSSIER" + echo "Source : $SOURCE_DIR" + echo "Destination : $DEST_USER@$DEST_HOST:$DEST_PATH" + echo "Horodatage : $DATE" + echo "=====================================================" +} >> "$CUMULATIVE_LOG" + +# Préparation du dossier distant +echo "[$(date '+%F %T')] ➤ Vérification du dossier distant..." >> "$CUMULATIVE_LOG" +ssh "$DEST_USER@$DEST_HOST" "mkdir -p '$DEST_PATH'" >> "$CUMULATIVE_LOG" 2>&1 +echo "[$(date '+%F %T')] ➤ Dossier distant prêt." >> "$CUMULATIVE_LOG" + +# Mesure du temps +start=$(date +%s) +rsync_started=true + +# Lancement de rsync +echo "[$(date '+%F %T')] ➤ Lancement de rsync..." >> "$CUMULATIVE_LOG" +rsync -av --inplace --partial --append -e ssh "$SOURCE_DIR/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + +# Si rsync a terminé normalement, on continue le log +echo "[$(date '+%F %T')] SAUVEGARDE DIFFÉRENTIELLE TERMINÉE" >> "$CUMULATIVE_LOG" +echo >> "$CUMULATIVE_LOG" diff --git a/static/assets/projets-oc/p10/scripts/sauvegarde_inc.sh b/static/assets/projets-oc/p10/scripts/sauvegarde_inc.sh new file mode 100644 index 0000000..aee9898 --- /dev/null +++ b/static/assets/projets-oc/p10/scripts/sauvegarde_inc.sh @@ -0,0 +1,95 @@ +#!/bin/bash +# Auteur : BENE Maël +# Version : 1.2 +# Description : Sauvegarde incrémentale avec rotation, lien latest, et gestion automatique des FULL via le nom du dossier + +set -euo pipefail + +# Vérifie les paramètres +if [ "$#" -lt 2 ]; then + echo "Usage : $0 \"DOSSIER1 DOSSIER2 ...\" NOMBRE_JOURS_DE_RÉTENTION" + exit 1 +fi + +# Paramètres +DOSSIERS="$1" +RETENTION_JOURS="$2" + +# Configuration +SOURCE_DIR="$HOME/mairie" +DEST_USER="backup-user" +DEST_HOST="stockage" +DEST_BASE="/home/$DEST_USER/backup" +LOG_DIR="$HOME/backup-logs" +DATE="$(date '+%Y-%m-%d_%H-%M-%S')" +CUMULATIVE_LOG="$LOG_DIR/sauvegardes_inc.log" + +mkdir -p "$LOG_DIR" + +# En-tête log +{ + echo "=====================================================" + echo "[$(date '+%F %T')] ➤ DÉBUT DE LA SAUVEGARDE INCRÉMENTALE" + echo "Dossiers sauvegardés : $DOSSIERS" + echo "Rétention prévue : $RETENTION_JOURS jour(s)" + echo "Horodatage de départ : $DATE" + echo "=====================================================" +} >> "$CUMULATIVE_LOG" + +# Vérification de la connexion SSH +if ! ssh -q "$DEST_USER@$DEST_HOST" exit; then + echo "Erreur : impossible de se connecter à $DEST_USER@$DEST_HOST" + exit 2 +fi + +for dossier in $DOSSIERS; do + echo "-----------------------------------------------------" >> "$CUMULATIVE_LOG" + echo "[$(date '+%F %T')] ➤ Traitement du dossier : $dossier" >> "$CUMULATIVE_LOG" + + # Détection de la dernière FULL dans la période de rétention + LAST_FULL=$(ssh "$DEST_USER@$DEST_HOST" "find '$DEST_BASE/$dossier' -maxdepth 1 -type d -name '*_FULL' -mtime -$RETENTION_JOURS 2>/dev/null" | sort -r | head -n 1) + + FORCE_FULL=0 + TYPE_SUFFIX="" + + if [ -z "$LAST_FULL" ]; then + FORCE_FULL=1 + TYPE_SUFFIX="_FULL" + echo "[$(date '+%F %T')] ➤ Aucune FULL récente trouvée → SAUVEGARDE DE TYPE : FULL" >> "$CUMULATIVE_LOG" + else + TYPE_SUFFIX="_INC" + echo "[$(date '+%F %T')] ➤ Sauvegarde de TYPE : INCRÉMENTALE (base : $LAST_FULL)" >> "$CUMULATIVE_LOG" + fi + + BACKUP_ID="${DATE}${TYPE_SUFFIX}" + DEST_PATH="$DEST_BASE/$dossier/$BACKUP_ID" + + # Créer le dossier de destination + ssh "$DEST_USER@$DEST_HOST" "mkdir -p '$DEST_PATH'" >> "$CUMULATIVE_LOG" 2>&1 + + # rsync avec ou sans link-dest + if [ "$FORCE_FULL" -eq 1 ]; then + rsync -av --delete -e ssh "$SOURCE_DIR/$dossier/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + else + rsync -av --delete --link-dest="$LAST_FULL" -e ssh "$SOURCE_DIR/$dossier/" "$DEST_USER@$DEST_HOST:$DEST_PATH/" \ + >> "$CUMULATIVE_LOG" 2>&1 + fi + + echo "[$(date '+%F %T')] ➤ Fin de la sauvegarde de $dossier" >> "$CUMULATIVE_LOG" + + # Mettre à jour le lien symbolique latest + ssh "$DEST_USER@$DEST_HOST" bash -c "' + cd \"$DEST_BASE/$dossier\" + ln -sfn \"$BACKUP_ID\" latest + '" >> "$CUMULATIVE_LOG" 2>&1 + + # Rotation : conserver les $RETENTION_JOURS plus récentes (tous types confondus) + ssh "$DEST_USER@$DEST_HOST" bash -c "' + cd \"$DEST_BASE/$dossier\" + ls -1dt 20* | tail -n +$((RETENTION_JOURS + 1)) | xargs -r rm -rf + '" >> "$CUMULATIVE_LOG" 2>&1 +done + +echo "[$(date '+%F %T')] SAUVEGARDE JOURNALIÈRE TERMINÉE" >> "$CUMULATIVE_LOG" +echo >> "$CUMULATIVE_LOG" diff --git a/static/assets/projets-oc/p11/BENE_Mael_1_cartographie_092025.pdf b/static/assets/projets-oc/p11/BENE_Mael_1_cartographie_092025.pdf new file mode 100644 index 0000000..fb13ed2 Binary files /dev/null and b/static/assets/projets-oc/p11/BENE_Mael_1_cartographie_092025.pdf differ diff --git a/static/assets/projets-oc/p11/BENE_Mael_2_plan_projet_092025.pdf b/static/assets/projets-oc/p11/BENE_Mael_2_plan_projet_092025.pdf new file mode 100644 index 0000000..43c1424 Binary files /dev/null and b/static/assets/projets-oc/p11/BENE_Mael_2_plan_projet_092025.pdf differ diff --git a/static/assets/projets-oc/p11/BENE_Mael_3_documentation_092025.pdf b/static/assets/projets-oc/p11/BENE_Mael_3_documentation_092025.pdf new file mode 100644 index 0000000..c5344e1 Binary files /dev/null and b/static/assets/projets-oc/p11/BENE_Mael_3_documentation_092025.pdf differ diff --git a/static/assets/projets-oc/p12/BENE_Mael_1_rapport_pentest_102025.pdf b/static/assets/projets-oc/p12/BENE_Mael_1_rapport_pentest_102025.pdf new file mode 100644 index 0000000..1c14ca5 Binary files /dev/null and b/static/assets/projets-oc/p12/BENE_Mael_1_rapport_pentest_102025.pdf differ diff --git a/static/assets/projets-oc/p12/BENE_Mael_2_plan_action_102025.pdf b/static/assets/projets-oc/p12/BENE_Mael_2_plan_action_102025.pdf new file mode 100644 index 0000000..1e0a996 Binary files /dev/null and b/static/assets/projets-oc/p12/BENE_Mael_2_plan_action_102025.pdf differ diff --git a/static/assets/projets-oc/p12/BENE_Mael_3_restitution_102025.pdf b/static/assets/projets-oc/p12/BENE_Mael_3_restitution_102025.pdf new file mode 100644 index 0000000..0e1ef95 Binary files /dev/null and b/static/assets/projets-oc/p12/BENE_Mael_3_restitution_102025.pdf differ diff --git a/static/assets/projets-oc/p13/bene_mael_2_migration_Patronus_112025.pdf b/static/assets/projets-oc/p13/bene_mael_2_migration_Patronus_112025.pdf new file mode 100644 index 0000000..81d7b3d Binary files /dev/null and b/static/assets/projets-oc/p13/bene_mael_2_migration_Patronus_112025.pdf differ diff --git a/static/assets/projets-oc/p13/bene_mael_3_diaporama_112025.pdf b/static/assets/projets-oc/p13/bene_mael_3_diaporama_112025.pdf new file mode 100644 index 0000000..63c7ab7 Binary files /dev/null and b/static/assets/projets-oc/p13/bene_mael_3_diaporama_112025.pdf differ diff --git a/static/assets/projets-oc/p13/bene_mael__1_resultat-veille_112025.pdf b/static/assets/projets-oc/p13/bene_mael__1_resultat-veille_112025.pdf new file mode 100644 index 0000000..35318d1 Binary files /dev/null and b/static/assets/projets-oc/p13/bene_mael__1_resultat-veille_112025.pdf differ