🔧 Add script to wipe and restore development database from production
•
- Created a new script `wipe-development-db.sh` to automate the process of dumping the production database and restoring it to the development environment. - Established an SSH tunnel to the production database for secure access. - Included commands to drop the existing development database and recreate it before importing the dumped data. - Added verbose output for better tracking of the process.