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

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

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 146 bytes
RevLine 
[7b7d827]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.