Skip to content

Reverts !28946 because of 400 errors uploading CI artifacts

Mayra Cabrera requested to merge revert-13382-use-not-valid-to-immediately into master

What does this MR do?

Migration output:

== 20200415160722 RemoveNotNullLfsObjectsConstraint: migrating ================
-- execute("ALTER TABLE lfs_objects DROP CONSTRAINT IF EXISTS lfs_objects_file_store_not_null;\n")
NOTICE:  constraint "lfs_objects_file_store_not_null" of relation "lfs_objects" does not exist, skipping
   -> 0.0008s
== 20200415160722 RemoveNotNullLfsObjectsConstraint: migrated (0.0059s) =======

== 20200415161021 RemoveNotNullCiJobArtifactsConstraint: migrating ============
-- execute("ALTER TABLE ci_job_artifacts DROP CONSTRAINT IF EXISTS ci_job_artifacts_file_store_not_null;\n")
NOTICE:  constraint "ci_job_artifacts_file_store_not_null" of relation "ci_job_artifacts" does not exist, skipping
   -> 0.0014s
== 20200415161021 RemoveNotNullCiJobArtifactsConstraint: migrated (0.0026s) ===

== 20200415161206 RemoveNotNullUploadsConstraint: migrating ===================
-- execute("ALTER TABLE uploads DROP CONSTRAINT IF EXISTS uploads_store_not_null;\n")
NOTICE:  constraint "uploads_store_not_null" of relation "uploads" does not exist, skipping
   -> 0.0005s
== 20200415161206 RemoveNotNullUploadsConstraint: migrated (0.0016s) ==========
Edited by Mayra Cabrera

Merge request reports