]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/sql_patches/mode-update.php
moved for svn-git switch
[mailer.git] / inc / extensions / sql_patches / mode-update.php
index d99a5d547a70403f17852e7400c90396f22b0c44..fe3a7b12b378345e96f538263061d25463f1bd62 100644 (file)
@@ -943,6 +943,13 @@ PRIMARY KEY (`server_name_id`)
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Auswahl im Mitgliedsbereich verschoben nach "Ihr Account".");
                                break;
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Auswahl im Mitgliedsbereich verschoben nach "Ihr Account".");
                                break;
+
+                       case '1.0.1': // SQL queries for v1.0.1
+                               addModuleSql('ajax', 'AJAX', 'N', 'Y', 'N', 'N');;
+
+                               // Update notes (these will be set as task text!)
+                               setExtensionUpdateNotes("AJAX-Modul hinzugefügt.");
+                               break;
                } // END - switch
 
 // [EOF]
                } // END - switch
 
 // [EOF]