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

rd #14085 pnb

patch fix
parent f1d156e9
Branches
Tags
6 merge requests!780Master,!767Master,!764Dev#21988 consultation pnb,!753Dev#21988 consultation pnb,!744Dev #21987 register ip pnb,!733Rd #14085 pnb
......@@ -6,7 +6,5 @@ $adapter->query('CREATE TABLE `album_usage_constraints` ( '
. 'usage_type varchar(4) not null,'
. 'serialized_datas text not null,'
. 'primary key (id),'
. 'key (`value`)'
. ') engine=MyISAM default charset=utf8');
$adapter->query('ALTER TABLE album_usage_constraints ADD INDEX (album_id)');
\ No newline at end of file
. '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