Rename user table back

This commit is contained in:
Nicolas Werner
2019-03-06 22:57:38 +01:00
parent 2d3de9740c
commit d46578894e
2 changed files with 9 additions and 8 deletions

View File

@ -20,6 +20,7 @@ import (
"database/sql"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
log "maunium.net/go/maulogger/v2"
)