ADDED : 2.0.3 ~ 2.0.4 Notes and SQL
This commit is contained in:
parent
491f93d466
commit
0d18cfb204
2 changed files with 9 additions and 0 deletions
2
sql/2.0.3~2.0.4 notes.txt
Normal file
2
sql/2.0.3~2.0.4 notes.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
* New Permission has been added "download_video"
|
||||
|
7
sql/2.0.3~2.0.4.txt
Normal file
7
sql/2.0.3~2.0.4.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE `video` ADD `refer_url` TEXT NOT NULL AFTER `embed_code`
|
||||
ALTER TABLE `video` ADD `downloads` BIGINT( 255 ) NOT NULL AFTER `refer_url`
|
||||
ALTER TABLE `users` ADD `total_downloads` BIGINT( 255 ) NOT NULL AFTER `welcome_email_sent`
|
||||
|
||||
ALTER TABLE `video_categories` ADD `category_order` INT( 5 ) NOT NULL DEFAULT '1' AFTER `category_name`
|
||||
ALTER TABLE `user_categories` ADD `category_order` INT( 5 ) NOT NULL DEFAULT '1' AFTER `category_name`
|
||||
ALTER TABLE `group_categories` ADD `category_order` INT( 5 ) NOT NULL DEFAULT '1' AFTER `category_name`
|
Loading…
Add table
Reference in a new issue