Skip to content

Commit 2a49f2c

Browse files
committed
Uninstall EQL
1 parent 0cfbaa0 commit 2a49f2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

justfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ build:
3131

3232
cat sql/dsl-drop.sql > release/cipherstash-encrypt-dsl-uninstall.sql
3333
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-
3734

3835
psql:
3936
psql postgresql://$CS_USERNAME:$CS_PASSWORD@localhost:$CS_PORT/$CS_DATABASE__NAME

0 commit comments

Comments
 (0)