summaryrefslogtreecommitdiff
path: root/db/migrate/20171214144320_add_store_column_to_uploads.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20171214144320_add_store_column_to_uploads.rb')
-rw-r--r--db/migrate/20171214144320_add_store_column_to_uploads.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/db/migrate/20171214144320_add_store_column_to_uploads.rb b/db/migrate/20171214144320_add_store_column_to_uploads.rb
deleted file mode 100644
index 11b3951a3fa..00000000000
--- a/db/migrate/20171214144320_add_store_column_to_uploads.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# See http://doc.gitlab.com/ce/development/migration_style_guide.html
-# for more information on how to write migrations for GitLab.
-
-class AddStoreColumnToUploads < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def change
- add_column(:uploads, :store, :integer)
- end
-end