From 9fa5286dd38ed8f1c02ddfe203d388532192be18 Mon Sep 17 00:00:00 2001
From: natrak <>
Date: Mon, 22 Oct 2001 12:55:42 +0000
Subject: [PATCH] - 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.

---
 updates/3.00-to-x.xx.mysql | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/updates/3.00-to-x.xx.mysql b/updates/3.00-to-x.xx.mysql
index 020012a46c3a..9ed6a10fba61 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
-- 
GitLab