Table 'ownnote' already exists
- Dominant language
- PHP
- Stars
- 163
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I just updated to owncloud 8.1.1 with all my apps and everything is working OK.
I tried to update my ownnote app to 1.05 but i cannot activate the app. I have this message :
An exception occurred while executing 'CREATE TABLE `oc_ownnote` (`id` BIGINT AUTO_INCREMENT NOT NULL, `uid` VARCHAR(255) NOT NULL, `name` VARCHAR(255) NOT NULL, `grouping` VARCHAR(255) NOT NULL, `shared` LONGTEXT NOT NULL, `mtime` BIGINT NOT NULL, `deleted` SMALLINT DEFAULT 0 NOT NULL, `note` LONGTEXT NOT NULL, PRIMARY KEY(`id`)) DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ENGINE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oc_ownnote' already exists
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.