Initial phase 1 baseline implementation
This commit is contained in:
parent
099c53badf
commit
077cf7601a
29 changed files with 1339 additions and 39 deletions
9
db/migrations/migrations.go
Normal file
9
db/migrations/migrations.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Package migrations embeds the forward-only PostgreSQL migration source.
|
||||
package migrations
|
||||
|
||||
import "embed"
|
||||
|
||||
// Files contains every forward migration used by the application at startup.
|
||||
//
|
||||
//go:embed *.up.sql
|
||||
var Files embed.FS
|
||||
Loading…
Add table
Add a link
Reference in a new issue