diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-22 10:48:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-22 10:48:24 +0000 |
commit | 988aaf6bc68ed772a4c31fffca157d2c66d05a5a (patch) | |
tree | e95306b87cd685a403cb4841c545f0bcd5a95c8f | |
parent | 36c182494501dd55de7e1f0241bb43b8272837d1 (diff) | |
download | brdo-988aaf6bc68ed772a4c31fffca157d2c66d05a5a.tar.gz brdo-988aaf6bc68ed772a4c31fffca157d2c66d05a5a.tar.bz2 |
- Forgot to add the update file for those upgrading their live site.
-rw-r--r-- | updates/1.00-to-1.xx | 9 |
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; |