source: de.wigbels.ruby/contact/db/migrate/006_contact_newname.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: 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.