removed search
This commit is contained in:
parent
d4780ccef4
commit
d2ffc76066
6 changed files with 10 additions and 16 deletions
|
|
@ -20,6 +20,7 @@ func (s *Store) loadFile(file string) {
|
|||
if version <= s.version() {
|
||||
return
|
||||
}
|
||||
log.Println("migration: ", file)
|
||||
|
||||
query, _ := migrations.ReadFile("migrations/" + file)
|
||||
_, err = s.db.Exec(string(query))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue