# Feed Manager Migrations Context (`migrations/`)

This file scopes conventions for SQL migrations under `feed-manager/migrations/`.

## Inheritance

- Inherit all project-level rules from `feed-manager/CLAUDE.md`.

## Local Conventions

- Treat migrations as append-only; do not rewrite already-applied migration files.
- Keep migration files deterministic and executable on MariaDB/MySQL.
- Pair schema changes with application updates that preserve backward compatibility during rollout where possible.
