diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-04-19 16:42:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-04-19 16:42:42 +0000 |
commit | b85cf71962c7b0231994131258053916b9ed73cb (patch) | |
tree | ac930515eab2f42e297acfa7d4510e18fe824b13 /database/database.pgsql | |
parent | 6bc00ed3b34437ff13c8252775f7f71d26fb0424 (diff) | |
download | brdo-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.pgsql')
-rw-r--r-- | database/database.pgsql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/database.pgsql b/database/database.pgsql index 8b6972c9a..dda55d3b7 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -45,7 +45,7 @@ CREATE TABLE authmap ( CREATE TABLE blocks ( module varchar(64) NOT NULL default '', - delta smallint NOT NULL default '0', + delta varchar(32) NOT NULL default '0', status smallint NOT NULL default '0', weight smallint NOT NULL default '0', region smallint NOT NULL default '0', |