mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-04-01 16:31:48 +02:00
7 lines
77 B
Go
7 lines
77 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.sql
|
|
var Migrations embed.FS
|