diff --git a/sql/data_fr.sql b/sql/data_fr.sql
index deea5f815e8c8e8b25690469956c3587045f6ed2..38ee164130662001661c1174edc6f074aa16ee3a 100755
--- a/sql/data_fr.sql
+++ b/sql/data_fr.sql
@@ -2,7 +2,8 @@ TRUNCATE TABLE configurations;
 INSERT INTO configurations (id, identifier, label, value) VALUES (1, 'emailServer', 'Configuration Courriel', '{"auth": true, "from": "notifications@maarch.org", "host": "smtp.gmail.com", "port": 465, "type": "smtp", "user": "", "secure": "ssl", "charset": "utf-8", "password": "", "online": false}');
 INSERT INTO configurations (id, identifier, label, value) VALUES (2, 'ldapServer', 'Configuration serveur LDAP #1', '{"ssl": false, "uri": "10.2.95.60", "baseDN": "", "prefix": "MAARCH", "suffix": ""}');
 INSERT INTO configurations (id, identifier, label, value) VALUES (3, 'connection', 'Méthode de connexion', '"default"');
-INSERT INTO configurations (id, identifier, label, value) VALUES (4, 'customization', 'Personnalisation', '{"loginMessage": "<span style=\" font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">D&eacute;couvrez&nbsp;</span><strong style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">Maarch Parapheur 2301</strong><span style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">&nbsp;avec&nbsp;</span><a style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\" title=\"notre guide de visite\" href=\"https://docs.maarch.org/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #f99830;\"><strong>notre guide de visite en ligne</strong></span></a><span style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">.</span>", "applicationUrl": "https://preview.maarchparapheur.com/"}');
+INSERT INTO configurations (id, identifier, label, value) VALUES (4, 'databaseVersion', 'Version de la base de données', '"2301.0.0"');
+INSERT INTO configurations (id, identifier, label, value) VALUES (5, 'customization', 'Personnalisation', '{"loginMessage": "<span style=\" font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">D&eacute;couvrez&nbsp;</span><strong style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">Maarch Parapheur 2301</strong><span style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">&nbsp;avec&nbsp;</span><a style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\" title=\"notre guide de visite\" href=\"https://docs.maarch.org/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #f99830;\"><strong>notre guide de visite en ligne</strong></span></a><span style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">.</span>", "applicationUrl": "https://preview.maarchparapheur.com/"}');
 
 TRUNCATE TABLE docservers;
 INSERT INTO docservers (id, type, label, is_readonly, size_limit_number, actual_size_number, path) VALUES (5, 'ORIGINAL', 'Documents originaux', 'N', 50000000000, 3493851, '/opt/maarchparapheur/docservers/original_documents/');