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

fix patch from master -> stable migration

parent 15a6c40c
Branches
Tags
3 merge requests!999Master,!992Master,!991Master
<?php
$adapter = Zend_Registry::get('sql');
$adapter->query('CREATE TABLE `harvest_log` ( '
$adapter->query('CREATE TABLE if not exists `harvest_log` ( '
. 'id int(11) unsigned not null auto_increment,'
. '`type_doc` int(11) not null,'
. '`end_date` varchar(10) not null,'
......
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