Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
evergreen / db / migrate / 02_add_cached_path_to_evergreen_pages.rb
Size: Mime:
class AddCachedPathToEvergreenPages < ActiveRecord::Migration[5.1]
  def change
    add_column :evergreen_pages, :cached_path, :string, index: true
  end
end