gitlab-org--gitlab-foss/db/migrate/20130812143708_add_import_u...

7 lines
146 B
Ruby

# rubocop:disable all
class AddImportUrlToProject < ActiveRecord::Migration
def change
add_column :projects, :import_url, :string
end
end