Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Issue 1311] Cleanup DMS table we no longer need (#1313)
## Summary Fixes #1311 ### Time to review: __3 mins__ ## Changes proposed Delete the `awsdms_apply_exceptions` that we had setup for DMS ## Context for reviewers We needed this table for DMS to function properly, but we have decided not to use DMS, so cleanup the table creation in Alembic. If we want, we could later delete this and the other migration entirely, but we need to cleanup the environments this change may have been deployed in previously. ## Additional information Running locally, the table goes away after we run the migration: ![Screenshot 2024-02-21 at 2 17 49 PM](https://github.com/HHS/simpler-grants-gov/assets/46358556/f0d48fe4-e4a1-432a-88a9-cf1bedb5adb9) and running the down migrations makes it return: ![Screenshot 2024-02-21 at 2 18 51 PM](https://github.com/HHS/simpler-grants-gov/assets/46358556/388d4560-af88-46f5-8f99-31246d3c57c7)
- Loading branch information