summaryrefslogtreecommitdiff
path: root/db/migrate/20160314143402_projects_add_pushes_since_gc.rb
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-07-01 12:23:25 +0100
committerNick Thomas <nick@gitlab.com>2019-07-02 09:35:03 +0100
commitcfe31f992a12c95570891b8cca8747589c6c6228 (patch)
treed89296a511b093b7216a4aca3a933234c9047865 /db/migrate/20160314143402_projects_add_pushes_since_gc.rb
parent6d867cad918d80216908b68dba7e785997871ac7 (diff)
downloadgitlab-ce-cfe31f992a12c95570891b8cca8747589c6c6228.tar.gz
Squash old migrations
Use the `squasher` gem to squash migrations older than the start of 2018
Diffstat (limited to 'db/migrate/20160314143402_projects_add_pushes_since_gc.rb')
-rw-r--r--db/migrate/20160314143402_projects_add_pushes_since_gc.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20160314143402_projects_add_pushes_since_gc.rb b/db/migrate/20160314143402_projects_add_pushes_since_gc.rb
deleted file mode 100644
index e64093d39cf..00000000000
--- a/db/migrate/20160314143402_projects_add_pushes_since_gc.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class ProjectsAddPushesSinceGc < ActiveRecord::Migration[4.2]
- def change
- add_column :projects, :pushes_since_gc, :integer, default: 0
- end
-end