initial commit: base structure, config, models
This commit is contained in:
commit
c81d7c3264
13 changed files with 1992 additions and 0 deletions
models/migrations
8
models/migrations/migrations.go
Normal file
8
models/migrations/migrations.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package migrations
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed *.sql
|
||||
var FS embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue