Commit 42fc2eaa authored by Tiger Watson's avatar Tiger Watson

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

parent db793c93
......@@ -12527,7 +12527,7 @@ CREATE TABLE public.issues (
health_status smallint,
external_key character varying(255),
sprint_id bigint,
issue_type smallint DEFAULT 0 NOT NULL
issue_type smallint DEFAULT 0 NOT NULL,
CONSTRAINT check_fba63f706d CHECK ((lock_version IS NOT NULL))
);
......
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