I’ve noticed an issue yesterday and today where my post hooks which create my indexes are no longer running after the end of my model.
post_hook=[
‘CREATE UNIQUE INDEX IF NOT EXISTS UI_{{ this.name }}_pk_id ON {{ this }} (“pk_id”)’
]
Did something change recently where this syntax is no longer working like it did for prior versions?