Skip to content
Snippets Groups Projects
Commit ef23c8c6 authored by adiouf's avatar adiouf
Browse files

rel #18020 : patch sql

parent 7915d647
Branches
Tags
5 merge requests!780Master,!722Master,!721Hotline master,!720Stable,!708Dev#18020 afim update
<?php
// Constantes
error_reporting(E_ERROR | E_PARSE);
define("PATCH_LEVEL","231");
define("PATCH_LEVEL","232");
define("APPLI","cosmogramme");
define("COSMOPATH", "/var/www/html/vhosts/opac2/www/htdocs");
......
<?php
$adapter = Zend_Db_Table::getDefaultAdapter();
$adapter->query('alter table multimedia_location add column `autohold_for_closing_days` tinyint(3) unsigned DEFAULT "0"');
\ 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