Commit d0f12452 authored by Sean Arnold's avatar Sean Arnold

Add back in deleted check from structure

parent ec5e8ba3
......@@ -12527,7 +12527,8 @@ CREATE TABLE public.issues (
health_status smallint,
external_key character varying(255),
sprint_id bigint,
issue_type smallint DEFAULT 0
issue_type smallint DEFAULT 0,
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