From 3e68e9fa2666986219938c88a23eaf5cf3d47062 Mon Sep 17 00:00:00 2001 From: Saqib Razzaq Date: Wed, 8 Jun 2016 13:13:15 +0500 Subject: [PATCH] Update upgrade.sql --- sql/upgrade.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/upgrade.sql b/sql/upgrade.sql index b64fcae3..e4bd9c50 100644 --- a/sql/upgrade.sql +++ b/sql/upgrade.sql @@ -1,6 +1,6 @@ -- Please Put all the DB changes here -- Also add those changes that have been made and not been added - +-- All files moved to cb_install ALTER TABLE `video` ADD `userid` INT NOT NULL AFTER `username` ALTER TABLE `video_comments` ADD `userid` INT NOT NULL AFTER `username` @@ -27,4 +27,4 @@ ADD `userid` INT NOT NULL AFTER `subscriber_id` ALTER TABLE `plugins` ADD `plugin_folder` TEXT NOT NULL AFTER `plugin_file` ; -ALTER TABLE `user_permissions` ADD `input_type` ENUM( 'text', 'radio', 'select', 'textarea' ) NOT NULL DEFAULT 'radio'; \ No newline at end of file +ALTER TABLE `user_permissions` ADD `input_type` ENUM( 'text', 'radio', 'select', 'textarea' ) NOT NULL DEFAULT 'radio';