source: de.wigbels.ruby/contact/db/migrate/005_contact_surname.rb @ af9afaf

Last change on this file since af9afaf was 7b7d827, checked in by njw <njw@…>, 11 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 146 bytes
Line 
1class ContactSurname < ActiveRecord::Migration
2  def self.up
3    rename_column :contacts, :surename, :surname 
4  end
5 
6  def self.down
7  end
8end
Note: See TracBrowser for help on using the repository browser.