[x]):Latest version errors out with no such table "stop_watch" when migrating V75 on the following statement:
聽 return err
}
聽
In my version of SQLite - the table is called stopwatch (no underscore character). I have a very old database so this may be related to that. I replaced the tablename with "stopwatch", rebuilt gitea and it worked.
...
I have the same error running the latest docker image
Most helpful comment
I have the same error running the latest docker image