1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Refactor SQL migrations

- Avoid embedding SQL files into binary
- Allow more flexible changes by using Go functions
This commit is contained in:
Frédéric Guillot 2020-12-20 18:24:04 -08:00 committed by fguillot
parent f88e93a0b9
commit 5b74083b5f
49 changed files with 481 additions and 561 deletions

View file

@ -5,7 +5,6 @@
package main // import "miniflux.app"
//go:generate go run generate.go
//go:generate gofmt -s -w database/sql.go
//go:generate gofmt -s -w ui/static/css.go
//go:generate gofmt -s -w ui/static/bin.go
//go:generate gofmt -s -w ui/static/js.go