diff --git a/upload/cb_install/sql/upgrade_2.8.2.sql b/upload/cb_install/sql/upgrade_2.8.2.sql index 1ef10dac..bade742b 100644 --- a/upload/cb_install/sql/upgrade_2.8.2.sql +++ b/upload/cb_install/sql/upgrade_2.8.2.sql @@ -1,3 +1,5 @@ -- 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'); \ No newline at end of file +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; \ No newline at end of file