-
Notifications
You must be signed in to change notification settings - Fork 1
BCDA-9401: remove denylist init and rename #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cancelFunc context.CancelFunc // used to clean up resources associated with the ticker | ||
) | ||
|
||
type CacheConfig struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file contains the init() code changes vs just renames.
ALTER SEQUENCE denylist_entries_id_seq | ||
RENAME TO blacklist_entries_id_seq ; | ||
|
||
COMMIT; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make a special note in the deploy following this merge that in the case of the need to revert to a previous release we will need to manually run this down migration.
🎫 Ticket
https://jira.cms.gov/browse/BCDA-9401
🛠 Changes
tokendenylist.go
removedℹ️ Context
Part of effort to reduce init() usage across bcda repos to enable more effective testing.
Pre Deployment Notice
🧪 Validation
All tests passing.