From 5474cd9acced3fc0771de2144109f48da4e28734 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 25 Nov 2025 08:54:34 +0530 Subject: [PATCH] chore: remove backup_info.txt due to sensitive information --- supabase_snapshot/backup_info.txt | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 supabase_snapshot/backup_info.txt diff --git a/supabase_snapshot/backup_info.txt b/supabase_snapshot/backup_info.txt deleted file mode 100644 index 1296ebe8..00000000 --- a/supabase_snapshot/backup_info.txt +++ /dev/null @@ -1,23 +0,0 @@ -Supabase Backup Information -=========================== -Backup Date: Tue Nov 25 08:39:29 IST 2025 -Timestamp: 20251125_083659 - -Database Connection: postgresql://postgres:Akshay18233665@*** - -Files Generated: -- extensions.sql : Database extensions -- schema.sql : Complete schema (tables, indexes, constraints) -- policies.sql : Row Level Security policies -- functions.sql : Custom SQL functions -- triggers.sql : Database triggers -- complete_backup.dump : Full binary backup with all data -- seed_data.sql : Seed data (if configured) - -Restore Instructions: -1. Create a new Supabase project -2. Get the connection string from project settings -3. Run: export SUPABASE_DB_URL="your-new-connection-string" -4. Run: ./restore.sh - -For more information, see README.md