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

9 lines
78 B
Go

package schema
import (
_ "embed"
)
//go:embed schema.sql
var Bytes []byte