Skip to content

Commit 0cfbaa0

Browse files
committed
Uninstall EQL
1 parent 9310ac2 commit 0cfbaa0

File tree

7 files changed

+243
-168
lines changed

7 files changed

+243
-168
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ build:
2929

3030
cat sql/database-extensions/postgresql/install.sql sql/dsl-core.sql sql/dsl-config-schema.sql sql/dsl-config-functions.sql sql/dsl-encryptindex.sql > release/cipherstash-encrypt-dsl.sql
3131

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+
3237

3338
psql:
3439
psql postgresql://$CS_USERNAME:$CS_PASSWORD@localhost:$CS_PORT/$CS_DATABASE__NAME

0 commit comments

Comments
 (0)