fixed: error
Ref:https://code.google.com/p/clipbucket/issues/detail?id=430
This commit is contained in:
parent
53718ffc21
commit
3f02e82c42
2 changed files with 2 additions and 0 deletions
|
@ -1176,3 +1176,4 @@ CREATE TABLE IF NOT EXISTS `{tbl_prefix}admin_todo` (
|
|||
PRIMARY KEY (`todo_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;
|
||||
|
||||
ALTER TABLE `{tbl_prefix}action_log` DROP `action_link`;
|
|
@ -53,3 +53,4 @@ ALTER TABLE `{tbl_prefix}users` CHANGE `voted` `voted` INT( 11 ) NOT NULL DEFAUL
|
|||
|
||||
ALTER TABLE `{tbl_prefix}photos` ADD `photo_details` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ;
|
||||
|
||||
ALTER TABLE `{tbl_prefix}action_log` DROP `action_link`;
|
Loading…
Add table
Reference in a new issue