summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--updates/1.00-to-1.xx9
1 files changed, 9 insertions, 0 deletions
diff --git a/updates/1.00-to-1.xx b/updates/1.00-to-1.xx
new file mode 100644
index 000000000..8c2c20bf1
--- /dev/null
+++ b/updates/1.00-to-1.xx
@@ -0,0 +1,9 @@
+
+# 20/01/2001: comment/discussion code rewrite:
+alter table users modify mode tinyint(1) DEFAULT '' NOT NULL;
+alter table comments change sid lid int(6) DEFAULT '0' NOT NULL;
+alter table comments add link varchar(16) DEFAULT '' NOT NULL;
+update comments set link = 'article';
+
+# 21/01/2001: section manager
+alter table stories change category section varchar(64) DEFAULT '' NOT NULL;