mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 09:16:57 +00:00
7 lines
69 B
Go
7 lines
69 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.sql
|
|
var FS embed.FS
|