summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-07 20:59:34 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-07 20:59:34 +0000
commitbb1f5dfdac17c4654e2a75abc22472779794a789 (patch)
tree2aae7887eb3a511ae7ff400a340f0660d44c964d /database
parent94d6b9abf046278d87640eadce2fa45591968778 (diff)
downloadbrdo-bb1f5dfdac17c4654e2a75abc22472779794a789.tar.gz
brdo-bb1f5dfdac17c4654e2a75abc22472779794a789.tar.bz2
- Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some PostgreSQL problems in the update script.
Diffstat (limited to 'database')
-rw-r--r--database/database.pgsql2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index 945a09009..27e5997dd 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -650,7 +650,7 @@ CREATE TABLE system (
status integer NOT NULL default '0',
throttle smallint NOT NULL default '0',
bootstrap integer NOT NULL default '0',
- schema_version int2 NOT NULL CHECK (schema_version > 0),
+ schema_version smallint NOT NULL default 1,
PRIMARY KEY (filename)
);