Quries added for language translation
This commit is contained in:
parent
91d5993d26
commit
f41f82830d
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ ALTER TABLE `{tbl_prefix}video` ADD `thumbs_version` varchar(5) NOT NULL DEFAU
|
|||
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 ('clientid', 'your_client_id_here');
|
||||
|
||||
INSERT INTO `{tbl_prefix}config` (`name`, `value`) VALUES ('secretId', 'your_client_secret_here');
|
||||
|
||||
/*Indexing of following tables*/
|
||||
/*Author: Sikander Ali */
|
||||
|
|
Loading…
Add table
Reference in a new issue