Skip to content
Snippets Groups Projects

Development 7.1.41

Merged Laurent requested to merge development-7.1.41 into master
Compare and
+ 56
1
Preferences
Compare changes
Files
<?php
$adapter = Zend_Registry::get('sql');
$adapter->query('CREATE TABLE `patch_hash` ( '
$adapter->query('CREATE TABLE IF NOT EXISTS `patch_hash` ( '
. 'id int(11) unsigned not null auto_increment,'
. '`value` char(40) not null,'
. 'primary key (id),'