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

6 lines
129 B
Ruby
Raw Normal View History

2019-02-15 15:39:39 +05:30
class AddImportDataToProject < ActiveRecord::Migration[4.2]
2015-04-26 12:48:37 +05:30
def change
add_column :projects, :import_data, :text
end
end