modified : column added in videos table

This commit is contained in:
Fahad Abbas 2016-11-02 10:59:07 +05:00
parent 9a331f7b59
commit e370c575b2

View file

@ -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');
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;