We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7543a79 + 7529a8a commit 40b5c0aCopy full SHA for 40b5c0a
2 files changed
.gitignore
@@ -55,3 +55,4 @@ next-env.d.ts
55
!supabase_snapshot/*.sql
56
*.dump
57
.env.local
58
+supabase_snapshot/backup_info.txt
backup.sh
@@ -287,7 +287,7 @@ Supabase Backup Information
287
Backup Date: $(date)
288
Timestamp: $TIMESTAMP
289
290
-Database Connection: ${SUPABASE_DB_URL%%@*}@***
+Database Connection: [REDACTED]
291
292
Files Generated:
293
- extensions.sql : Database extensions
0 commit comments