9 lines
91 B
Go
Raw Normal View History

2024-12-19 00:48:42 +00:00
package sink
import (
_ "embed"
)
//go:embed schema_vault.sql
var SchemaVaultSQL string