debian-mirror-gitlab/db/migrate/20151110125604_add_import_error_to_project.rb
2016-06-16 23:09:34 +05:30

7 lines
148 B
Ruby

# rubocop:disable all
class AddImportErrorToProject < ActiveRecord::Migration
def change
add_column :projects, :import_error, :text
end
end