mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Finish release
This commit is contained in:
parent
190b83e05e
commit
f644cefa86
8 changed files with 318 additions and 53 deletions
|
@ -33,7 +33,7 @@ var (
|
|||
func init() {
|
||||
tables = append(tables, new(User), new(PublicKey), new(Repository), new(Watch),
|
||||
new(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow),
|
||||
new(Mirror))
|
||||
new(Mirror), new(Release))
|
||||
}
|
||||
|
||||
func LoadModelsConfig() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue