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

Fix bg to have recent database and repos #281

Closed
jag3773 opened this issue Mar 25, 2019 · 1 comment
Closed

Fix bg to have recent database and repos #281

jag3773 opened this issue Mar 25, 2019 · 1 comment
Assignees

Comments

@jag3773
Copy link
Contributor

jag3773 commented Mar 25, 2019

Fix migration error

@richmahn
Copy link
Member

Has migration issues from v1.4 to v1.8 (looks like skipping 1.7 is the problem, as 1.4 to 1.7 has no problems). Unless they fix it, this must be done before running gitea:

CREATE INDEX IDX_repository_is_bare ON repository (is_bare);

CREATE TABLE u2f_registration(idbigint(20) NOT NULL AUTO_INCREMENT,namevarchar(255) DEFAULT NULL,user_idbigint(20) DEFAULT NULL,rawblob,counterbigint(20) DEFAULT NULL,created_unixbigint(20) DEFAULT NULL,updated_unix bigint(20) DEFAULT NULL, PRIMARY KEY (id), KEY IDX_u2f_registration_created_unix (created_unix), KEY IDX_u2f_registration_updated_unix (updated_unix), KEY IDX_u2f_registration_user_id (user_id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

@jag3773 jag3773 closed this as completed Apr 8, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants