Files
webstory/pkg/database/schema/schema.go
T

9 lines
78 B
Go
Raw Normal View History

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