Merge commit '5345c0f' into feature/rails3_merge

pull/1186/head
Philipp Tessenow 12 years ago
commit 9e02d12b94
  1. 9
      db/migrate/20130204140624_add_index_on_identifier_to_projects.rb

@ -0,0 +1,9 @@
class AddIndexOnIdentifierToProjects < ActiveRecord::Migration
def self.up
add_index :projects, :identifier
end
def self.down
remove_index :projects, :identifier
end
end
Loading…
Cancel
Save