react-scripts@5.0.1 has peer dependency on TypeScript 4.x but project
uses TypeScript 5.x. The --legacy-peer-deps flag ignores this conflict.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
If migrations fail due to tables already existing (common when deploying
to a database that was set up manually), the script now stamps the
database with the current head revision instead of failing.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>