summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornatrak <>2001-10-22 12:55:42 +0000
committernatrak <>2001-10-22 12:55:42 +0000
commit9fa5286dd38ed8f1c02ddfe203d388532192be18 (patch)
tree3667c9eaa0e31abf6a24b6e7a023a11ecd05273e
parent2f8a5bed5f9d07aff51b79e4c70fc4f283d1d456 (diff)
downloadbrdo-9fa5286dd38ed8f1c02ddfe203d388532192be18.tar.gz
brdo-9fa5286dd38ed8f1c02ddfe203d388532192be18.tar.bz2
- added a path field to the blocks. Its a regexp to define which pages you
want the blocks to show up on. - updated the help. - did some XMLification. - SQL update script has a new table collumn which needs to be applied.
-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 020012a46..9ed6a10fb 100644
--- a/updates/3.00-to-x.xx.mysql
+++ b/updates/3.00-to-x.xx.mysql
@@ -103,3 +103,8 @@ ALTER TABLE blog ADD KEY nid (nid);
ALTER TABLE page ADD KEY nid (nid);
ALTER TABLE forum ADD KEY nid (nid);
ALTER TABLE book ADD KEY nid (nid);
+
+## 22/10/01
+
+# add new field to blocks
+ALTER TABLE blocks ADD path varchar(255) NOT NULL DEFAULT ''; \ No newline at end of file