postgresql & migrations
This commit is contained in:
parent
ae096d4820
commit
7f6cd8e557
15 changed files with 254 additions and 27 deletions
8
internal/repository/postgresql/migrations/embed.go
Normal file
8
internal/repository/postgresql/migrations/embed.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package migrations
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed *.sql
|
||||
var Folder embed.FS
|
||||
Loading…
Add table
Add a link
Reference in a new issue