Vergleich install/resources/upgrade6.php - 1.2.1 - 1.2.5

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 30Zeile 30

echo "<p>Performing necessary upgrade queries..</p>";



echo "<p>Performing necessary upgrade queries..</p>";


	$db->query("ALTER TABLE ".TABLE_PREFIX."mycode CHANGE regex regex text NOT NULL default ''");
$db->query("ALTER TABLE ".TABLE_PREFIX."mycode CHANGE replacement replacement text NOT NULL default ''");

	$db->query("ALTER TABLE ".TABLE_PREFIX."mycode CHANGE regex regex text NOT NULL");
$db->query("ALTER TABLE ".TABLE_PREFIX."mycode CHANGE replacement replacement text NOT NULL");


$contents = "Done</p>";
$contents .= "<p>Click next to continue with the upgrade process.</p>";


$contents = "Done</p>";
$contents .= "<p>Click next to continue with the upgrade process.</p>";