Skip to content
Snippets Groups Projects
Commit 8ef1b784 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

update version file + add missing patch

parent 442cd7ff
4 merge requests!896Master,!893Master,!878Hotline master,!869Master
......@@ -4,6 +4,8 @@
- ticket #25250 : Suppression des containtes SQL 'not null' sur les champs de la table notices_articles
- ticket #25054 : Correction du filtrage du calendrier lorsque la date n'était pas sélectionnée.
19/05/2015 v7.1.32
......
- ticket #25054 : Correction du filtrage du calendrier lorsque la date n'était pas sélectionnée.
\ No newline at end of file
<?php
$adapter = Zend_Db_Table::getDefaultAdapter();
$adapter->query('alter table notices_articles modify clef_chapeau varchar(100) NULL');
$adapter->query('alter table notices_articles modify clef_numero varchar(20) NULL');
$adapter->query('alter table notices_articles modify clef_article varchar(20) NULL');
$adapter->query('alter table notices_articles modify clef_unimarc varchar(15) NULL');
$adapter->query('alter table notices_articles modify unimarc text NULL');
$adapter->query('alter table notices_articles modify date_maj varchar(20) NULL');
$adapter->query('alter table notices_articles modify qualite tinyint(4) NULL');
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment