From 8c7f4e9d5f36cff46365a7f8c4b9c21578c1e781 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 18 Jun 2020 11:18:50 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-1-stable-ee --- db/migrate/20180924190739_add_scheduled_at_to_ci_builds.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 db/migrate/20180924190739_add_scheduled_at_to_ci_builds.rb (limited to 'db/migrate/20180924190739_add_scheduled_at_to_ci_builds.rb') diff --git a/db/migrate/20180924190739_add_scheduled_at_to_ci_builds.rb b/db/migrate/20180924190739_add_scheduled_at_to_ci_builds.rb deleted file mode 100644 index 04a784a0c90..00000000000 --- a/db/migrate/20180924190739_add_scheduled_at_to_ci_builds.rb +++ /dev/null @@ -1,9 +0,0 @@ -# frozen_string_literal: true - -class AddScheduledAtToCiBuilds < ActiveRecord::Migration[4.2] - DOWNTIME = false - - def change - add_column :ci_builds, :scheduled_at, :datetime_with_timezone # rubocop:disable Migration/AddColumnsToWideTables - end -end -- cgit v1.2.1