This commit is contained in:
@@ -23,6 +23,7 @@ func OpenSQLite() error {
|
||||
|
||||
func InitDB() {
|
||||
_, err := database.Exec(TOKENTABLECREATE)
|
||||
_, err = database.Exec(SVGTABLECREATE)
|
||||
if err != nil {
|
||||
log.Fatal("Failed to init database:\n", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user