mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
- Use updated github.com/fleetdm/goose that generates templates requiring less editing. - Add `make migration` to Makefile. - Update documentation.
7 lines
133 B
Go
7 lines
133 B
Go
package data
|
|
|
|
import "github.com/fleetdm/goose"
|
|
|
|
var (
|
|
MigrationClient = goose.New("migration_status_data", goose.MySqlDialect{})
|
|
)
|