debian-mirror-gitlab/db/migrate/20150327150017_add_import_data_to_project.rb

6 lines
124 B
Ruby
Raw Normal View History

2019-01-03 12:48:30 +05:30
class AddImportDataToProject < ActiveRecord::Migration
2015-04-26 12:48:37 +05:30
def change
add_column :projects, :import_data, :text
end
end