I got an "official" answer from the extension dev team, and it is that changing this kind of thing in a migrations file (so it works at all) is permissible.Because as per the extensions validation policy, existing migration files from previously released versions should never be altered or deleted. Probably there should be some exceptions from this rule but it's up to extension validators as those exceptions aren't published anywhere.
So, I've done that in
release_0_0_8.php
and reverted the attempt to compensate by changing release_3_0_2.php
. Here's the code of the current files:- https://raw.githubusercontent.com/SMcCa ... _0_0_8.php
- https://raw.githubusercontent.com/SMcCa ... _3_0_2.php
Statistics: Posted by SMcCandlish — Tue Mar 25, 2025 2:54 am