-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Table session has column created_unix but struct has not related field #15445
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
Comments
You can safely ignore this. If you really do not want to see it |
thanks for reply.
|
The Session table must have an Expiry field not a created_unix field - somehow this migration adds the incorrect named field leading to go-gitea#15445 reports. Fix go-gitea#15445 Signed-off-by: Andrew Thornton <[email protected]>
@AlliotTech the command is telling you what it needs:
Now usually on the docker the configuration file is at gitea doctor recreate-table --config /data/gitea/conf/app.ini session |
The Session table must have an Expiry field not a created_unix field - somehow this migration adds the incorrect named field leading to #15445 reports. Fix #15445 Signed-off-by: Andrew Thornton <[email protected]>
) The Session table must have an Expiry field not a created_unix field - somehow this migration adds the incorrect named field leading to go-gitea#15445 reports. Fix go-gitea#15445 Signed-off-by: Andrew Thornton <[email protected]>
…5463) The Session table must have an Expiry field not a created_unix field - somehow this migration adds the incorrect named field leading to #15445 reports. Fix #15445 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: zeripath <[email protected]>
) The Session table must have an Expiry field not a created_unix field - somehow this migration adds the incorrect named field leading to go-gitea#15445 reports. Fix go-gitea#15445 Signed-off-by: Andrew Thornton <[email protected]>
Gitea version (or commit ref): 1.13.3
Git version:
Operating system: Docker (Linux)
Database (use
[x]
):Can you reproduce the bug at https://try.gitea.io:
Log gist:
Description
I use the docker-compose deploy the gitea,the old version is 1.13.3 , I change the docker-compose.yml 's images version to 1.14.0 to update my gitea server version.
i got some WARNING log like this:
...
Screenshots
The text was updated successfully, but these errors were encountered: