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 0cfbaa0 commit 2a49f2cCopy full SHA for 2a49f2c
justfile
@@ -31,9 +31,6 @@ build:
31
32
cat sql/dsl-drop.sql > release/cipherstash-encrypt-dsl-uninstall.sql
33
grep -h '^DROP' sql/*.sql | tac >> release/cipherstash-encrypt-dsl-uninstall.sql
34
- # tac release/cipherstash-encrypt-dsl-uninstall.sql release/cipherstash-encrypt-dsl-uninstall.sql
35
-
36
37
38
psql:
39
psql postgresql://$CS_USERNAME:$CS_PASSWORD@localhost:$CS_PORT/$CS_DATABASE__NAME
0 commit comments