mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 02:11:40 +00:00
fix: Sink
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package sink
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed schema_vault.sql
|
||||
var SchemaVaultSQL string
|
||||
Reference in New Issue
Block a user