Skip to content
Snippets Groups Projects
Verified Commit 373f4192 authored by Alishan Ladhani's avatar Alishan Ladhani :bangbang:
Browse files

Fix schema

parent cbc395a4
No related branches found
No related tags found
No related merge requests found
Pipeline #416691049 failed
This commit is part of merge request !74932. Comments created here will be created in the context of that merge request.
...@@ -11473,7 +11473,7 @@ CREATE TABLE ci_build_trace_metadata ( ...@@ -11473,7 +11473,7 @@ CREATE TABLE ci_build_trace_metadata (
archived_at timestamp with time zone 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, status character varying,
finished_at timestamp without time zone, finished_at timestamp without time zone,
trace text, trace text,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment