We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c734a57 commit 8c14a9fCopy full SHA for 8c14a9f
1 file changed
update/2_9_6.sql
@@ -0,0 +1,6 @@
1
+UPDATE `zz_modules` SET `version` = '2.9.6' WHERE `name` = 'Automezzi';
2
+UPDATE `zz_modules` SET `compatibility` = '2.9.6' WHERE `name` = 'Automezzi';
3
+UPDATE `zz_plugins` SET `version` = '2.9.6' WHERE `name` = 'Importazione FE';
4
+UPDATE `zz_plugins` SET `compatibility` = '2.9.6' WHERE `name` = 'Importazione FE';
5
+UPDATE `zz_modules` SET `default` = 1 WHERE `name` = 'Automezzi';
6
+UPDATE `zz_plugins` SET `default` = 1 WHERE `name` = 'Importazione FE';
0 commit comments