This commit is contained in:
parent
b974b57daa
commit
ee2258a27f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
ALTER TABLE `{tbl_prefix}video` ADD `thumbs_version` varchar(5) NOT NULL DEFAULT "2.6";
|
||||
INSERT INTO `{tbl_prefix}config`(`name`, `value`) VALUES ('index_recent','6')
|
||||
INSERT INTO `{tbl_prefix}config`(`name`, `value`) VALUES ('index_featured','2')
|
||||
INSERT INTO `{tbl_prefix}config`(`name`, `value`) VALUES ('index_recent','6');
|
||||
INSERT INTO `{tbl_prefix}config`(`name`, `value`) VALUES ('index_featured','2');
|
||||
|
||||
|
||||
/*Indexing of following tables*/
|
||||
|
|
Loading…
Add table
Reference in a new issue