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

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 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.