Dmitri 36cbda5e7a
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m12s
added migrations
2026-04-19 18:51:04 +02:00

7 lines
69 B
Go

package migrations
import "embed"
//go:embed *.sql
var FS embed.FS