Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect table definition #1

Closed
ChristophWurst opened this issue Jan 7, 2020 · 2 comments
Closed

Incorrect table definition #1

ChristophWurst opened this issue Jan 7, 2020 · 2 comments

Comments

@ChristophWurst
Copy link
Member

Hi,

just build a tarball with make appstore and uploaded it to another instance. Then I got

$ php occ app:enable documentserver_community
An exception occurred while executing 'ALTER TABLE oc_documentserver_changes ADD change_index BIGINT AUTO_INCREMENT NOT NULL':

SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key

My db: mysql Ver 15.1 Distrib 10.3.18-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2

@icewind1991 any clue? Let me know if you need any other info for debugging :)

@rullzer
Copy link
Member

rullzer commented Jan 7, 2020

@icewind1991
Copy link
Member

Fixed

this is a copy paste error

Correct

icewind1991 pushed a commit that referenced this issue Nov 9, 2022
Use RPM as binary source

Signed-off-by: Aaron Huggins <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants