feat: changement de nom de la bdd

This commit is contained in:
2021-01-16 22:27:24 +01:00
parent 5f6f044ec6
commit b155fbb3ae
3 changed files with 1 additions and 1 deletions

BIN
auth.db Normal file

Binary file not shown.

BIN
goauth20

Binary file not shown.

View File

@@ -27,7 +27,7 @@ CREATE TABLE IF NOT EXISTS auth
` `
func (store *dbStore) Open() error { func (store *dbStore) Open() error {
db, err := sqlx.Connect("sqlite3", "auth.go") db, err := sqlx.Connect("sqlite3", "auth.db")
if err != nil { if err != nil {
return err return err
} }