Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20181123135036_drop_not_null_constraint_pool_repository_disk_path.rb')
-rw-r--r--db/migrate/20181123135036_drop_not_null_constraint_pool_repository_disk_path.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20181123135036_drop_not_null_constraint_pool_repository_disk_path.rb b/db/migrate/20181123135036_drop_not_null_constraint_pool_repository_disk_path.rb
deleted file mode 100644
index bcd969e91c5..00000000000
--- a/db/migrate/20181123135036_drop_not_null_constraint_pool_repository_disk_path.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-class DropNotNullConstraintPoolRepositoryDiskPath < ActiveRecord::Migration[5.0]
- DOWNTIME = false
-
- def change
- change_column_null :pool_repositories, :disk_path, true
- end
-end