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