init
This commit is contained in:
6
template/services/api/db/dbfs.go
Normal file
6
template/services/api/db/dbfs.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package db
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed migrations/*.sql
|
||||
var MigrationsFs embed.FS
|
||||
Reference in New Issue
Block a user