UPDATED : 2.0.2~2.0.3.txt
This commit is contained in:
parent
79cff68dda
commit
c15eb0ef94
1 changed files with 6 additions and 1 deletions
|
@ -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');
|
||||
( '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`
|
Loading…
Add table
Reference in a new issue