me === idiot

git-svn-id: file:///svn/phpbb/trunk@6219 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-08-01 03:45:40 +00:00
parent 936b1d2586
commit 1527407654

View file

@ -383,6 +383,7 @@ CREATE TABLE phpbb_groups (
group_name varchar_ci DEFAULT '' NOT NULL,
group_desc varchar(8000) DEFAULT '' NOT NULL,
group_desc_bitfield bytea DEFAULT '\000' NOT NULL,
group_desc_options INT4 DEFAULT 0 NOT NULL,
group_desc_uid varchar(5) DEFAULT '' NOT NULL,
group_display INT2 DEFAULT '0' NOT NULL CHECK (group_display >= 0),
group_avatar varchar(255) DEFAULT '' NOT NULL,