summaryrefslogtreecommitdiff
path: root/database/database.mysql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-04-19 16:42:42 +0000
committerDries Buytaert <dries@buytaert.net>2003-04-19 16:42:42 +0000
commitb85cf71962c7b0231994131258053916b9ed73cb (patch)
treeac930515eab2f42e297acfa7d4510e18fe824b13 /database/database.mysql
parent6bc00ed3b34437ff13c8252775f7f71d26fb0424 (diff)
downloadbrdo-b85cf71962c7b0231994131258053916b9ed73cb.tar.gz
brdo-b85cf71962c7b0231994131258053916b9ed73cb.tar.bz2
- Applied modified version of Al's "block delta" patch. I left out the
blogroll feature as I think it would get very confusing. I don't mind to add it but it need some thought and documentation as it somewhat conflicts with the existing cloud module. These changes require you to run update.php.
Diffstat (limited to 'database/database.mysql')
-rw-r--r--database/database.mysql2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/database.mysql b/database/database.mysql
index f05c13049..6eae606ec 100644
--- a/database/database.mysql
+++ b/database/database.mysql
@@ -47,7 +47,7 @@ CREATE TABLE authmap (
CREATE TABLE blocks (
module varchar(64) DEFAULT '' NOT NULL,
- delta tinyint(2) DEFAULT '0' NOT NULL,
+ delta varchar(32) NOT NULL default '0',
status tinyint(2) DEFAULT '0' NOT NULL,
weight tinyint(1) DEFAULT '0' NOT NULL,
region tinyint(1) DEFAULT '0' NOT NULL,