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

hotline #25250 remove "not null" constraint in notices_articles table

parent c853afd7
6 merge requests!896Master,!893Master,!878Hotline master,!877Stable,!875Hotline #25250 notices articles null data insertion,!869Master
<?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