diff options
Diffstat (limited to 'db')
| -rw-r--r-- | db/migrate/20090401190026_add_full_name_to_users.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/migrate/20090401190026_add_full_name_to_users.rb b/db/migrate/20090401190026_add_full_name_to_users.rb new file mode 100644 index 0000000..a2599e7 --- /dev/null +++ b/db/migrate/20090401190026_add_full_name_to_users.rb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | class AddFullNameToUsers < ActiveRecord::Migration | ||
| 2 | def self.up | ||
| 3 | end | ||
| 4 | |||
| 5 | def self.down | ||
| 6 | end | ||
| 7 | end | ||
