mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
fix: embed db migrations (#37)
This commit is contained in:
parent
9ae002852b
commit
fbe51ff2c5
2 changed files with 9 additions and 8 deletions
6
db/migrations/migrations.go
Normal file
6
db/migrations/migrations.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package migrations
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *.sql
|
||||
var Files embed.FS
|
||||
Loading…
Add table
Add a link
Reference in a new issue