From 0d18cfb2048f1ff5e4b45f14d00d631f3b14d953 Mon Sep 17 00:00:00 2001 From: Arslan Hassan Date: Tue, 2 Feb 2010 08:30:09 +0000 Subject: [PATCH] ADDED : 2.0.3 ~ 2.0.4 Notes and SQL --- sql/2.0.3~2.0.4 notes.txt | 2 ++ sql/2.0.3~2.0.4.txt | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 sql/2.0.3~2.0.4 notes.txt create mode 100644 sql/2.0.3~2.0.4.txt diff --git a/sql/2.0.3~2.0.4 notes.txt b/sql/2.0.3~2.0.4 notes.txt new file mode 100644 index 00000000..ef3c2b11 --- /dev/null +++ b/sql/2.0.3~2.0.4 notes.txt @@ -0,0 +1,2 @@ +* New Permission has been added "download_video" + diff --git a/sql/2.0.3~2.0.4.txt b/sql/2.0.3~2.0.4.txt new file mode 100644 index 00000000..a629f3b2 --- /dev/null +++ b/sql/2.0.3~2.0.4.txt @@ -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` \ No newline at end of file