Hi! I am trying to update from the web and in the end i get this error :
activity: An exception occurred while executing 'CREATE TABLE `oc_activity` 
(`activity_id` INT AUTO_INCREMENT NOT NULL, `timestamp` INT DEFAULT 0 NOT NULL, 
`priority` INT DEFAULT 0 NOT NULL, `type` VARCHAR(255) DEFAULT NULL, `user` 
VARCHAR(64) DEFAULT NULL, `affecteduser` VARCHAR(64) NOT NULL, `app` 
VARCHAR(255) NOT NULL, `subject` VARCHAR(255) NOT NULL, `subjectparams` 
VARCHAR(4000) NOT NULL, `message` VARCHAR(255) DEFAULT NULL, `messageparams` 
VARCHAR(4000) DEFAULT NULL, `file` VARCHAR(4000) DEFAULT NULL, `link` 
VARCHAR(4000) DEFAULT NULL, `object_type` VARCHAR(255) DEFAULT NULL, 
`object_id` INT DEFAULT 0 NOT NULL, INDEX activity_time (`timestamp`), INDEX 
activity_user_time (`affecteduser`, `timestamp`), INDEX activity_filter_by 
(`affecteduser`, `user`, `timestamp`), INDEX activity_filter_app 
(`affecteduser`, `app`, `timestamp`), INDEX activity_object (`object_type`, 
`object_id`), PRIMARY KEY(`activity_id`)) DEFAULT CHARACTER SET utf8 COLLATE 
utf8_bin ENGINE = InnoDB': SQLS
 TATE[42S0
1]: Base table or view already exists: 1050 Table 'oc_activity' already exists

I would think that it is not an error as "Table 'oc_activity' already exists" 
...
but i am not sure how can i continue from here....

Thank you!
Adrian

_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to