add postgres device store (#531)

This commit is contained in:
Victor Vrantchan
2018-10-13 21:05:19 -04:00
committed by GitHub
parent 1593659382
commit 17bce22e95
16 changed files with 500 additions and 81 deletions

7
pkg/tools/tools.go Normal file
View File

@@ -0,0 +1,7 @@
// +build tools
package tools
import (
_ "github.com/pressly/goose/cmd/goose"
)