summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index fae8171d..a5ba2a0d 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -76,7 +76,7 @@ insert into config (smtp_server,smtp_helo,smtp_email) values ('localhost','local
--
CREATE TABLE groups (
- groupid serial NOT NULL,
+ groupid serial,
name varchar(64) DEFAULT '' NOT NULL,
PRIMARY KEY (groupid)
);