Remove migrations tag, not needed anymore

pull/48/head
Jeff Mitchell 6 years ago
parent c04c73453f
commit 7d8661be31

@ -2,7 +2,7 @@
THIS_FILE := $(lastword $(MAKEFILE_LIST))
migrations:
go run -tags genmigrations .
go run .
goimports -w ${GEN_BASEPATH}/internal/db/migrations
.PHONY: migrations

@ -1,5 +1,3 @@
// +build genmigrations
package main
import (

@ -1,5 +1,3 @@
// +build genmigrations
package main
func main() {

Loading…
Cancel
Save