Skip to content
Snippets Groups Projects

Deployment Approvals data model

Merged Alishan Ladhani requested to merge ali/deployment-approvals-data-model into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -11473,7 +11473,7 @@ CREATE TABLE ci_build_trace_metadata (
archived_at timestamp with time zone
);
CREATE INDEX index_events_on_created_at_and_id ON events USING btree (
CREATE TABLE ci_builds (
status character varying,
finished_at timestamp without time zone,
trace text,
Loading