view .svn/pristine/c0/c0e6a88d8f761256ca23657a6fba2874738cba4b.svn-base @ 1511:e1cfd013ef49 live

Fix #832 main page of a project should not have "Overview" as the first word of the html title
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 21 Mar 2014 14:11:12 +0000
parents 038ba2d95de8
children
line wrap: on
line source
class AddRepositoriesIdentifier < ActiveRecord::Migration
  def self.up
    add_column :repositories, :identifier, :string
  end

  def self.down
    remove_column :repositories, :identifier
  end
end