Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
SQL changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
Saqib Razzaq committed Aug 1, 2016
1 parent 5bf4774 commit 22b322d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upload/cb_install/sql/upgrade_2.8.1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ ALTER TABLE `{tbl_prefix}video` ADD INDEX(`last_viewed`);

UPDATE `{tbl_prefix}config` SET value = 'cb_28' WHERE name = 'template_dir';
INSERT INTO `{tbl_prefix}config`(`name`, `value`) VALUES ('stay_mp4','');
INSERT INTO `{tbl_prefix}config`(`name`, `value`) VALUES ('youtube_api_key','');
INSERT INTO `{tbl_prefix}config`(`name`, `value`) VALUES ('youtube_api_key','');
ALTER TABLE `{tbl_prefix}video` ADD `video_files` text(33) NOT NULL;
1 change: 1 addition & 0 deletions upload/cb_install/sql/upgrade_2.8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'ge
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'gen_720', 'no');
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'gen_1080', 'no');
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'photo_activation', '1');
ALTER TABLE `{tbl_prefix}video` ADD `video_files` text(33) NOT NULL;

0 comments on commit 22b322d

Please sign in to comment.