summaryrefslogtreecommitdiff
path: root/db/migrate/20140502115131_add_repo_size_to_db.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140502115131_add_repo_size_to_db.rb')
-rw-r--r--db/migrate/20140502115131_add_repo_size_to_db.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20140502115131_add_repo_size_to_db.rb b/db/migrate/20140502115131_add_repo_size_to_db.rb
deleted file mode 100644
index 4cb7a01bbf2..00000000000
--- a/db/migrate/20140502115131_add_repo_size_to_db.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddRepoSizeToDb < ActiveRecord::Migration[4.2]
- def change
- add_column :projects, :repository_size, :float, default: 0
- end
-end