mirror of
https://github.com/ForFarmTeam/ForFarm.git
synced 2025-12-18 13:34:08 +01:00
9 lines
98 B
Go
9 lines
98 B
Go
package migrations
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed migrations/*.sql
|
|
var EmbedMigrations embed.FS
|