forked from forgejo/forgejo
Working on issues
This commit is contained in:
parent
e3f55ca0fb
commit
61e2922601
7 changed files with 443 additions and 310 deletions
|
@ -72,7 +72,7 @@ func setEngine() {
|
|||
func NewEngine() {
|
||||
setEngine()
|
||||
if err := orm.Sync(new(User), new(PublicKey), new(Repository), new(Watch),
|
||||
new(Action), new(Access)); err != nil {
|
||||
new(Action), new(Access), new(Issue)); err != nil {
|
||||
fmt.Printf("sync database struct error: %v\n", err)
|
||||
os.Exit(2)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue