Skip to content
Snippets Groups Projects
Commit 29245a3d authored by Aleš Friedl's avatar Aleš Friedl
Browse files

Upgrade script and update CHANGELOG.rst

parent b93d9ff1
No related branches found
Tags 2.59.2-rc1
No related merge requests found
CHANGELOG
=========
Unreleased
----------
2.58.0 (2024-03-12)
-------------------
* Enhance ``domain_blacklist`` to support BSA blocks
......
---
--- don't forget to update database schema version
---
UPDATE enum_parameters SET val = '2.58.0' WHERE id = 1;
ALTER TABLE domain_blacklist
RENAME COLUMN regexp TO fqdn;
......@@ -21,3 +26,4 @@ COMMENT ON COLUMN domain_blacklist.fqdn IS 'domain name or regular expression wh
COMMENT ON COLUMN domain_blacklist.is_regex IS 'set to false if value in fqdn is not regex but literal';
COMMENT ON COLUMN domain_blacklist.requested_by IS 'identificator of the service which set the record';
COMMENT ON COLUMN domain_blacklist.uuid IS 'uuid for external reference';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment