db version probably belongs in upgrade file
This commit is contained in:
parent
5e33ab4c87
commit
d45de9d733
|
@ -24,6 +24,8 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
var myVersion = 25
|
||||
|
||||
func doordie(db *sql.DB, s string, args ...interface{}) {
|
||||
_, err := db.Exec(s, args...)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue