Files

9 lines
78 B
Go
Raw Permalink Normal View History

2026-03-29 15:24:09 -07:00
package schema
import (
_ "embed"
)
//go:embed schema.sql
var Bytes []byte