diff --git a/upload/cb_install/sql/structure.sql b/upload/cb_install/sql/structure.sql index 69197e02..000e7b07 100644 --- a/upload/cb_install/sql/structure.sql +++ b/upload/cb_install/sql/structure.sql @@ -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`; \ No newline at end of file diff --git a/upload/cb_install/sql/upgrade_2.7.sql b/upload/cb_install/sql/upgrade_2.7.sql index de7590ec..95424789 100644 --- a/upload/cb_install/sql/upgrade_2.7.sql +++ b/upload/cb_install/sql/upgrade_2.7.sql @@ -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`; \ No newline at end of file