Skip to content
Snippets Groups Projects
Commit 9a712f68c50a authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

template migration: generate bindata with NO metadata

This will ensure a more stable bindata.go file.
parent 2c836efb6791
No related branches found
No related tags found
No related merge requests found
Pipeline #6889 passed
......@@ -7,7 +7,7 @@
bindata "github.com/golang-migrate/migrate/v4/source/go_bindata"
)
//go:generate go-bindata -pkg migration -prefix scripts scripts
//go:generate go-bindata -pkg migration -prefix scripts -nometadata scripts
//go:generate sed -i "1s;^;// Code generated by go-bindata. DO NOT EDIT.\\n\\n;" bindata.go
func initSource() source.Driver {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment