modified : column added in videos table
This commit is contained in:
parent
9a331f7b59
commit
e370c575b2
1 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||
|
||||
ALTER TABLE `{tbl_prefix}video` ADD `re_conv_status` text(33) NOT NULL;
|
Loading…
Add table
Reference in a new issue