From 78bee959d1bb0536fab8345b2485d12db6f50d3f Mon Sep 17 00:00:00 2001 From: natrak <> Date: Sun, 22 Apr 2001 16:33:28 +0000 Subject: - Fixed the update sql file. Changes have to start with the oldest and progress to the newest. It would try to change tables that had not yet been created causing major problems to the node module. (NOTE: if you are doing a x.xx update to another x.xx version you might have to force MySQL to perform it using the -f flag. Remember to always backup your data before making changes). - Prevented 2.00-to-x.xx.php from executing. It would simply give a PHP error and not execute. Will wait for Dries to return before attempting to make it functional or remove it. --- updates/2.00-to-x.xx.php | 1 + updates/2.00-to-x.xx.sql | 147 +++++++++++++++++++++++------------------------ 2 files changed, 74 insertions(+), 74 deletions(-) diff --git a/updates/2.00-to-x.xx.php b/updates/2.00-to-x.xx.php index da2e3928b..aedfa2aab 100644 --- a/updates/2.00-to-x.xx.php +++ b/updates/2.00-to-x.xx.php @@ -1,4 +1,5 @@