feat(template): add multi page upload capability
build / Go-Build (push) Successful in 1m30s

This commit is contained in:
2026-05-27 00:59:25 +02:00
parent 7017af9f3f
commit 2aab1bcdd2
11 changed files with 306 additions and 89 deletions
+2
View File
@@ -25,6 +25,8 @@ func OpenSQLite(basepath string) error {
func InitDB() {
_, err := database.Exec(TOKENTABLECREATE)
_, err = database.Exec(SVGTABLECREATE)
_, err = database.Exec(SVGPAGETABLECREATE)
if err != nil {
log.Fatal("Failed to init database:\n", err)
}