This website requires JavaScript.
Explore
Help
Sign in
fanir
/
feedizer
Watch
1
Star
0
Fork
You've already forked feedizer
0
Code
Issues
Pull requests
Projects
Releases
Activity
main
feedizer
/
models
/
migrations
/
migrations.go
9 lines
75 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit: base structure, config, models
2022-01-23 02:19:32 +01:00
package
migrations
import
(
"embed"
)
database and migrator revisions, help output, data model changes - database: - moved to jackc/pgx from database/sql - revised migrator and moved it into it's own package - separated ParseConfig into it's own function - config: - database config is now a DSN or URL instead of a struct - SearchPaths are now available through a function - improved help / usage output - modified data model
2022-02-22 00:08:19 +01:00
//go:embed *.psql
initial commit: base structure, config, models
2022-01-23 02:19:32 +01:00
var
FS
embed
.
FS
Reference in a new issue
Copy permalink