The file: https://github.com/Joomline/JlContentFieldsFilter/blob/master/com_jlcontentfieldsfilter/admin/sql/updates/mysql/3.0.0.sql do some changes al the DB: ``` ALTER TABLE `#__jlcontentfieldsfilter_data` CHANGE COLUMN `publish` `state` int NOT NULL DEFAULT 1; [...] ``` But on new installation is also notified: <img width="1624" height="628" alt="Image" src="https://github.com/user-attachments/assets/aea15882-a82c-4c87-9d39-a4d45b9ca24e" /> I'm not sure how to fix it :(
The file: https://github.com/Joomline/JlContentFieldsFilter/blob/master/com_jlcontentfieldsfilter/admin/sql/updates/mysql/3.0.0.sql do some changes al the DB:
But on new installation is also notified:

I'm not sure how to fix it :(