mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-19 01:54:20 +01:00
9 lines
101 B
Go
9 lines
101 B
Go
package aperturedb
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed sqlc/migrations/*.up.sql
|
|
var sqlSchemas embed.FS
|