mirror of
https://github.com/quitesimpleorg/hs9001.git
synced 2024-10-31 23:44:38 +01:00
Fix a bug in DB migration
This commit is contained in:
parent
163429138c
commit
baa0d58a47
2
main.go
2
main.go
@ -57,7 +57,7 @@ func initDatabase(conn *sql.DB) {
|
||||
func migrateDatabase(conn *sql.DB, currentVersion int) {
|
||||
|
||||
migrations := []string{
|
||||
"ALTER TABLE history add column workdir varchar(4096)",
|
||||
"ALTER TABLE history add column workdir varchar(4096) DEFAULT ''",
|
||||
}
|
||||
|
||||
if !(len(migrations) > currentVersion) {
|
||||
|
Loading…
Reference in New Issue
Block a user