UPGRADE sql file
This commit is contained in:
parent
ba6c2bd159
commit
3fb33e97c1
1 changed files with 4 additions and 0 deletions
4
upload/cb_install/sql/upgrade_2.7.0.02.sql
Normal file
4
upload/cb_install/sql/upgrade_2.7.0.02.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- Adding extras column for future
|
||||
-- Adding video version column for clipbucket versions
|
||||
ALTER TABLE `{tbl_prefix}video` ADD `video_version` varchar(30) NOT NULL DEFAULT "2.6";
|
||||
ALTER TABLE `{tbl_prefix}video` ADD `extras` varchar(225) NOT NULL;
|
Loading…
Add table
Reference in a new issue