diff --git a/sql/2.0.2~2.0.3.txt b/sql/2.0.2~2.0.3.txt index 6a1c478e..0e6c6557 100644 --- a/sql/2.0.2~2.0.3.txt +++ b/sql/2.0.2~2.0.3.txt @@ -5,4 +5,9 @@ we are unable to find requested URL on server..', '1', 'yes', 'no', ''); INSERT INTO `config` ( `name`, `value`) VALUES ( 'support_email', 'support@website.tld'), ( 'website_email', 'email@website.td'), -( 'welcome_email', 'welcome@website.tld'); \ No newline at end of file +( 'welcome_email', 'welcome@website.tld'); + + +ALTER TABLE `action_log` ADD `action_link` TEXT NOT NULL AFTER `action_details` , +ADD `action_obj_id` INT( 255 ) NOT NULL AFTER `action_link` , +ADD `action_done_id` INT( 255 ) NOT NULL AFTER `action_obj_id` \ No newline at end of file