OpenSourceFellows / amplify-back-end

The API backend for ProgramEquity
https://www.programequity.com/
MIT License
11 stars 0 forks source link

Migrations hardening database tables #147

Closed JamesMGreene closed 2 years ago

JamesMGreene commented 2 years ago

Follow-up to:

In order to get our production and local databases into parity, we had to drop some of our hardening constraints from the local databases temporarily (via PR #138 ☝🏻). This PR reintroduces all of those constraints and will be applied across both the local and production databases once merged. ✨