mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-11 13:29:12 +00:00
9 lines
91 B
Go
9 lines
91 B
Go
|
package sink
|
||
|
|
||
|
import (
|
||
|
_ "embed"
|
||
|
)
|
||
|
|
||
|
//go:embed schema_vault.sql
|
||
|
var SchemaVaultSQL string
|