ADDED : 2.0.3 ~ 2.0.4 Notes and SQL

This commit is contained in:
Arslan Hassan 2010-02-02 08:30:09 +00:00
parent 491f93d466
commit 0d18cfb204
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,2 @@
* New Permission has been added "download_video"

7
sql/2.0.3~2.0.4.txt Normal file
View 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`