mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-27 18:00:02 +02:00
Add comment of issue
This commit is contained in:
parent
8c2f751bbb
commit
4b9eef50c9
6 changed files with 108 additions and 32 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), new(Issue)); err != nil {
|
||||
new(Action), new(Access), new(Issue), new(Comment)); 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