File tree Expand file tree Collapse file tree
moped-database/migrations/1746640451691_ecapris_status_updates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ CREATE TABLE public.ecapris_subproject_statuses (
1313 subproject_name TEXT NOT NULL ,
1414 subproject_status_id INTEGER NOT NULL UNIQUE,
1515 current_status_fl BOOLEAN NOT NULL ,
16- sub_project_status_desc TEXT NOT NULL ,
16+ sub_project_status_desc TEXT ,
1717 review_timestamp TIMESTAMP WITH TIME ZONE NOT NULL ,
1818 subproject_status_impacts TEXT ,
1919 summary_description TEXT ,
2020 reviewed_by_name TEXT NOT NULL ,
21- review_by_email TEXT NOT NULL ,
21+ review_by_email TEXT ,
2222 created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW() NOT NULL ,
2323 updated_at TIMESTAMP WITH TIME ZONE DEFAULT NOW() NOT NULL ,
2424 created_by_user_id INTEGER REFERENCES moped_users (user_id) ON DELETE RESTRICT ON UPDATE CASCADE,
You can’t perform that action at this time.
0 commit comments