clipbucket/upload/cb_install/sql/upgrade_2.8.2.sql
2016-11-14 16:26:16 +05:00

6 lines
No EOL
375 B
SQL

-- Addition for 2.8.2
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'store_guest_session', 'no');
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'pseudostreaming', 'yes');
ALTER TABLE `{tbl_prefix}video` ADD `re_conv_status` text(33) NOT NULL;
ALTER TABLE `{tbl_prefix}video` ADD `conv_progress` int(33) NOT NULL;