summaryrefslogtreecommitdiff
path: root/updates/3.00-to-x.xx.mysql
diff options
context:
space:
mode:
Diffstat (limited to 'updates/3.00-to-x.xx.mysql')
-rw-r--r--updates/3.00-to-x.xx.mysql5
1 files changed, 5 insertions, 0 deletions
diff --git a/updates/3.00-to-x.xx.mysql b/updates/3.00-to-x.xx.mysql
index 1944b61bc..0495ff5c9 100644
--- a/updates/3.00-to-x.xx.mysql
+++ b/updates/3.00-to-x.xx.mysql
@@ -145,6 +145,11 @@ ALTER TABLE users CHANGE session sid varchar(32) DEFAULT '' NOT NULL;
# 02/11/01:
ALTER TABLE node ADD revisions TEXT DEFAULT '' NOT NULL;
+# 04/11/01:
+ALTER TABLE book ADD revision int(2) DEFAULT '1' NOT NULL;
+ALTER TABLE book DROP log;
+ALTER TABLE book DROP pid;
+
#
# Run the third part of updates/3.00-to-x.xx.php:
# visit http://www.yoursite.com/3.00-to-x.xx.php?part=3