diff --git a/VERSIONS_HOTLINE/#25250_remove_not_null_constraint b/VERSIONS_HOTLINE/#25250_remove_not_null_constraint
new file mode 100644
index 0000000000000000000000000000000000000000..6dd76662157acdc8e5d8b1873ee003f744bdff74
--- /dev/null
+++ b/VERSIONS_HOTLINE/#25250_remove_not_null_constraint
@@ -0,0 +1 @@
+ - ticket #25250 : Suppression des containtes SQL 'not null' sur les champs de la table notices_articles
\ No newline at end of file
diff --git a/cosmogramme/php/_init.php b/cosmogramme/php/_init.php
index 4edb762d08bafc03f21449f10d2114321b8b3760..9ef8c95c150f306507ccb8f55882e30e656965b1 100644
--- a/cosmogramme/php/_init.php
+++ b/cosmogramme/php/_init.php
@@ -2,7 +2,7 @@
 // Constantes
 error_reporting(E_ERROR | E_PARSE);
 
-define("PATCH_LEVEL","235");
+define("PATCH_LEVEL","236");
 
 define("APPLI","cosmogramme");
 define("COSMOPATH", "/var/www/html/vhosts/opac2/www/htdocs");