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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20140502115131_add_repo_size_to_db.rb b/db/migrate/20140502115131_add_repo_size_to_db.rb
index 090b30a4f26..4cb7a01bbf2 100644
--- a/db/migrate/20140502115131_add_repo_size_to_db.rb
+++ b/db/migrate/20140502115131_add_repo_size_to_db.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class AddRepoSizeToDb < ActiveRecord::Migration
+class AddRepoSizeToDb < ActiveRecord::Migration[4.2]
def change
add_column :projects, :repository_size, :float, default: 0
end