We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9dc75 commit c74b111Copy full SHA for c74b111
languages/go/xorm/migrations.go
@@ -30,7 +30,7 @@ func installCsCustomTypes(engine *sql.DB) {
30
31
// Installing EQL
32
func installDsl(engine *sql.DB) {
33
- path := "./cipherstash-encrypt-dsl.sql"
+ path := "../../../release/cipherstash-encrypt-dsl.sql"
34
sql, err := os.ReadFile(path)
35
if err != nil {
36
log.Fatalf("Failed to read SQL file: %v", err)
0 commit comments