From cf270f3726a8037ebef80888eb510172688e13a7 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 30 Apr 2021 09:35:40 +0300 Subject: CRUD bugs --- etc/setup.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.1