source: de.wigbels.ruby/contact/db/migrate/004_contact_surename.rb@ 8f3c501

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

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 142 bytes
RevLine 
[7b7d827]1class ContactSurename < ActiveRecord::Migration
2 def self.up
3 add_column :contacts, :surename, :string
4 end
5
6 def self.down
7 end
8end
Note: See TracBrowser for help on using the repository browser.