We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb7c9f commit f04ac6dCopy full SHA for f04ac6d
replace_sql_placeholders.sh
@@ -52,7 +52,6 @@ npx supabase db push --db-url "$SUPABASE_DATABASE_URL_WITH_PASSWORD"
52
# Check if db push was successful
53
if [ $? -ne 0 ]; then
54
echo "Failed to push database changes to Supabase."
55
- exit 1
56
fi
57
58
echo "Supabase operations completed successfully."
0 commit comments