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 7878b4c commit 5dfa97dCopy full SHA for 5dfa97d
tasks/build.sh
@@ -54,11 +54,11 @@ cat src/deps-ordered.txt | xargs cat | grep -v REQUIRE >> release/cipherstash-en
54
cat tasks/uninstall.sql >> release/cipherstash-encrypt-uninstall.sql
55
56
57
-# --------------------------------------------------------
+# Supabase specific build which excludes operator classes as they are not supported
58
find src -type f -path "*.sql" ! -path "*_test.sql" ! -path "**/operator_class.sql" | while IFS= read -r sql_file; do
59
echo $sql_file
60
61
- echo "$sql_file $sql_file" >> src/deps.txt
+ echo "$sql_file $sql_file" >> src/deps-supabase.txt
62
63
while IFS= read -r line; do
64
# echo $line
0 commit comments