hi,
what can I do for updating db in my extensions? I see MW core and see MW has been created a separate SQL file for each version of MW core and for update worker MW used the current version which stored in DB and compare to version in file, and run DB queries, (as I understood), now what should i do in the my extensions? (i see checkUpdate() and update() methods in the ExtensionInit file)
another question, why MW don't use Yii DB migration strategy for updating DB?
what can I do for updating db in my extensions? I see MW core and see MW has been created a separate SQL file for each version of MW core and for update worker MW used the current version which stored in DB and compare to version in file, and run DB queries, (as I understood), now what should i do in the my extensions? (i see checkUpdate() and update() methods in the ExtensionInit file)
another question, why MW don't use Yii DB migration strategy for updating DB?
Last edited: