Commit db793c93 authored by Tiger Watson's avatar Tiger Watson

Apply 1 suggestion(s) to 1 file(s)

parent 0ccb04f4
......@@ -12527,9 +12527,8 @@ CREATE TABLE public.issues (
health_status smallint,
external_key character varying(255),
sprint_id bigint,
issue_type smallint DEFAULT 0,
CONSTRAINT check_fba63f706d CHECK ((lock_version IS NOT NULL))
issue_type smallint DEFAULT 0 NOT NULL
CONSTRAINT check_fba63f706d CHECK ((lock_version IS NOT NULL))
);
CREATE SEQUENCE public.issues_id_seq
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment