debian-mirror-gitlab/db/migrate/20151110125604_add_import_error_to_project.rb

6 lines
126 B
Ruby
Raw Normal View History

2019-01-03 12:48:30 +05:30
class AddImportErrorToProject < ActiveRecord::Migration
2015-11-26 14:37:03 +05:30
def change
add_column :projects, :import_error, :text
end
end