Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(16)

Unified Diff: db/migrate/004_add_birthday_and_visited_at_columns.rb

Issue 2323: Upgrade to Rails 2 SVN Base: http://familyconnect.rubyforge.org/svn/trunk/
Patch Set: Created 1 year, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: db/migrate/004_add_birthday_and_visited_at_columns.rb
===================================================================
--- db/migrate/004_add_birthday_and_visited_at_columns.rb (revision 36)
+++ db/migrate/004_add_birthday_and_visited_at_columns.rb (working copy)
@@ -1,11 +0,0 @@
-class AddBirthdayAndVisitedAtColumns < ActiveRecord::Migration
- def self.up
- add_column :users, :birthday, :datetime
- add_column :users, :visited_at, :datetime
- end
-
- def self.down
- remove_column :users, :visited_at
- remove_column :users, :birthday
- end
-end

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r483