diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-12-15 08:20:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-12-15 08:20:57 +0000 |
commit | 1ad6cff2ecc2a04504ab27e50797300b56c7b81a (patch) | |
tree | d1fbfb4ddb282eb3f4b10b6cf28f7d423af17c9f | |
parent | ad80f143dc3c94d79a6ceb7730ac0bc1c3d3d663 (diff) | |
download | brdo-1ad6cff2ecc2a04504ab27e50797300b56c7b81a.tar.gz brdo-1ad6cff2ecc2a04504ab27e50797300b56c7b81a.tar.bz2 |
- Fixed typo in the database scheme. Reported by Ettiene.
-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 84eda045f..173eb3b11 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -50,7 +50,7 @@ CREATE TABLE blocks ( weight smallint NOT NULL default '0', region smallint NOT NULL default '0', path varchar(255) NOT NULL default '', - custom smallint NOT NULL default '0', + custom smallint NOT NULL default '0' ); -- |