# Changelog

## [Unreleased]
- Added automated deployment script skeleton (`deploy.sh`) with step-by-step comments
- Added SQL scripts for `public.code_deploy` and `public.migrations` tables
- Added example migration SQL file
- Created `/backup` directory for database backups
- Updated README with setup and usage instructions
- Updated `public.migrations` table to include `repo_name` and track migrations per repository
- Updated deploy script to check and insert migrations by both `repo_name` and `filename` 