Skip to content
Snippets Groups Projects
Commit 55aabcd0 authored by Laurent's avatar Laurent
Browse files

dev #35609 real time libraries opening schedule

patch forgotten
parent a09f63de
Branches
Tags
6 merge requests!1553Master,!1519Master,!1506Master,!1502Master,!1450Dev#35609 bonus horaires en temps reel prise en compte fermeture jours feries,!1436Dev#35609 bonus horaires en temps reel prise en compte fermeture jours feries
<?php
$adapter = Zend_Db_Table::getDefaultAdapter();
try {
$adapter->query('ALTER TABLE bib_c_site ADD COLUMN closed_on_holidays boolean not null default false');
} catch(Exception $e) {}
?>
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