X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a0b665faf71b671eed57493a899f6ffc8b82ddc5..effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index cdf4fb7dc..7888d8a9c 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -691,9 +691,9 @@ ALTER SEQUENCE gpx_files_id_seq OWNED BY gpx_files.id; CREATE TABLE issue_comments ( id integer NOT NULL, - issue_id integer, - commenter_user_id integer, - body text, + issue_id integer NOT NULL, + commenter_user_id integer NOT NULL, + body text NOT NULL, reassign boolean, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL