mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 21:35:40 +08:00
add postgres device store (#531)
This commit is contained in:
7
pkg/tools/tools.go
Normal file
7
pkg/tools/tools.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/pressly/goose/cmd/goose"
|
||||
)
|
||||
Reference in New Issue
Block a user