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

dev #21988 consultation pnb

forgotten patch
parent 1e3675ce
Branches
Tags
4 merge requests!780Master,!767Master,!764Dev#21988 consultation pnb,!753Dev#21988 consultation pnb
<?php
Zend_Registry::get('sql')->query('CREATE TABLE `album_usage_constraints` ( '
. 'id int(11) unsigned not null auto_increment,'
. 'album_id int(11) unsigned not null,'
. 'usage_type varchar(4) not null,'
. 'serialized_datas text not null,'
. 'primary key (id),'
. 'key (`album_id`)'
. ') engine=MyISAM default charset=utf8');
?>
\ 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