source: de.wigbels.ruby/contact/db/migrate/006_contact_newname.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: 140 bytes
Line 
1class ContactNewname < ActiveRecord::Migration
2 def self.up
3 add_column :contacts, :newname, :string
4 end
5
6 def self.down
7 end
8end
Note: See TracBrowser for help on using the repository browser.