aboutsummaryrefslogtreecommitdiff
path: root/etc/setup.sql
diff options
context:
space:
mode:
Diffstat (limited to 'etc/setup.sql')
-rw-r--r--etc/setup.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/setup.sql b/etc/setup.sql
index 35ddea4..5ca866f 100644
--- a/etc/setup.sql
+++ b/etc/setup.sql
@@ -13,8 +13,7 @@ CREATE TABLE bugs (
id SERIAL PRIMARY KEY,
title varchar(50) NOT NULL,
description text NOT NULL,
-author integer NOT NULL REFERENCES users(id),
-assignee integer REFERENCES users(id)
+author integer NOT NULL REFERENCES users(id)
);
-- reports table