summaryrefslogtreecommitdiff
path: root/updates
diff options
context:
space:
mode:
Diffstat (limited to 'updates')
-rw-r--r--updates/2.00-to-x.xx.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/updates/2.00-to-x.xx.sql b/updates/2.00-to-x.xx.sql
index 4879a6780..c0c1890ce 100644
--- a/updates/2.00-to-x.xx.sql
+++ b/updates/2.00-to-x.xx.sql
@@ -209,3 +209,9 @@ CREATE TABLE poll_choices (
PRIMARY KEY (chid)
);
+# 04/06/01
+
+ALTER TABLE node ADD timestamp_posted int(11) NOT NULL;
+ALTER TABLE node ADD timestamp_queued int(11) NOT NULL;
+ALTER TABLE node ADD timestamp_hidden int(11) NOT NULL;
+ALTER TABLE node ADD attribute varchar(255) DEFAULT '' NOT NULL;