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:
parent
f88e93a0b9
commit
5b74083b5f
49 changed files with 481 additions and 561 deletions
1
main.go
1
main.go
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue