fix: Sink

This commit is contained in:
Prad
2024-12-19 00:48:42 +00:00
parent 6072f6ecfa
commit 265aec187e
20 changed files with 138 additions and 43 deletions
+8
View File
@@ -0,0 +1,8 @@
package sink
import (
_ "embed"
)
//go:embed schema_vault.sql
var SchemaVaultSQL string