Increase the max length for WebHookTarget's URL field.
Review Request #13793 — Created April 25, 2024 and submitted — Latest diff uploaded
This increases the max length for WebHookTarget's URL field from
200 characters to 512.
- Ran the evolution, with existing webhook targets in my DB.
- Ran unit tests.
- Tested adding/updating/deleting webhook targets.
reviewboard/notifications/models.py |
---|
reviewboard/notifications/evolutions/__init__.py |
---|
reviewboard/notifications/evolutions/webhooktarget_url_max_length.py |
---|