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

fix patch from master -> stable migration

parent 2123c287
Branches
Tags
3 merge requests!999Master,!992Master,!991Master
<?php
$adapter = Zend_Registry::get('sql');
try {
$adpater->query('select rang from reservations limit 1');
$adapter->query('select rang from reservations limit 1');
} catch (Exception $e) {
$adapter->query('ALTER TABLE reservations ADD COLUMN rang tinyint');
}
......
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