Job database:schema-migrations:status failed with unexepected EOF
Job failed https://gitlab.com/gitlab-org/container-registry/-/jobs/8406706853
time="2024-11-19T00:40:21Z" level=error msg=Query args="[]" database=registry duration_ms=667 err="unexpected EOF" pid=798 sql="DO $$ BEGIN IF NOT EXISTS ( SELECT 1 FROM pg_catalog.pg_constraint WHERE conrelid = 'public.manifests'::regclass AND conname = 'fk_manifests_subject_id_manifests' ) THEN ALTER TABLE manifests ADD CONSTRAINT fk_manifests_subject_id_manifests FOREIGN KEY (top_level_namespace_id, repository_id, subject_id) REFERENCES manifests(top_level_namespace_id, repository_id, id) ON DELETE CASCADE; END IF; END; $$"
failed to run database migrations: applying migration 20230724040955_post_add_fk_manifests_subject_id_manifests_pare