Add sqlutil package
Compare changes
- ale authored
+ 9
− 5
@@ -11,7 +11,7 @@ import (
@@ -67,6 +67,7 @@ func migrate(db *sql.DB, migrations []func(*sql.Tx) error) error {
@@ -77,10 +78,13 @@ func migrate(db *sql.DB, migrations []func(*sql.Tx) error) error {