clipbucket/sql/2.0.7~2.0.8.txt
Fawaz 0448cc4d69 Added : Sub-categories
Fixed : Featured Channels on Channels page
Fixed : autoPlay typo in player.html
Fixed : Made CBv2 Template compatible with Sub-Categories
Fixed : Related Videos
Fixed : HQ Videos with other players
2010-08-06 11:42:41 +00:00

23 lines
No EOL
488 B
Text

INSERT INTO cb_config (name,value) VALUES
('use_ffmpeg_vf','no'),
('use_crons','no'),
('mail_type','mail'),
('smtp_host','mail.myserver.com'),
('smtp_user','user@myserver.com'),
('smtp_pass','password'),
('smtp_auth','yes'),
('smtp_port','26');
ALTER TABLE `cb_video_categories` ADD `parent_id` INT( 5 ) NOT NULL DEFAULT '0' AFTER `category_id`
INSERT INTO `clipbucket_svn`.`cb_config` (
`configid` ,
`name` ,
`value`
)
VALUES (
NULL , 'use_subs', '0'
);