-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop LA specific db customizations + TransmissionStatus enum
Co-authored-by: B.Seeger<bseeger@codeforamerica.org>
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
9 changes: 0 additions & 9 deletions
9
src/main/java/org/mdbenefits/app/data/enums/TransmissionStatus.java
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
src/main/resources/db/migration/V2024.01.17.16.54__drop_la_specific_objects.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ALTER TABLE submissions DROP COLUMN rpa_status; | ||
ALTER TABLE user_files DROP COLUMN rpa_status; | ||
ALTER TABLE user_files DROP COLUMN rpa_status_description; | ||
ALTER TABLE user_files DROP COLUMN rpa_process_start_time; | ||
ALTER TABLE user_files DROP COLUMN rpa_process_end_time; | ||
|
||
DROP TABLE transmissions; | ||
|
||
DROP TYPE rpa_status_type; |