We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
first: create new user repository "POST /user/repos" work correct!
create new organisation repository "POST /org/:org/repos" or "POST /admin/users/:org/repos" bring Error: {"message":"addRepository: getMembers: get team-users: Error 1054: Unknown column 'team_id' in 'where clause'","url":"https://github.com/gogits/go-gogs-client/wiki"}
Gogs Version: 0.9.100.1119
The text was updated successfully, but these errors were encountered:
Add new field "Empty" to Repository structure (gogs#56)
59cdd51
* Add new field "Empty" to Repository structure * Fix Empty type to bool * Add Size property to Repository structure
No branches or pull requests
first:
create new user repository "POST /user/repos" work correct!
create new organisation repository "POST /org/:org/repos" or "POST /admin/users/:org/repos" bring Error:
{"message":"addRepository: getMembers: get team-users: Error 1054: Unknown column 'team_id' in 'where clause'","url":"https://github.com/gogits/go-gogs-client/wiki"}
Gogs Version: 0.9.100.1119
The text was updated successfully, but these errors were encountered: