diff options
| author | hukl <contact@smyck.org> | 2009-04-07 21:54:15 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-07 21:54:15 +0200 |
| commit | 49fc73982b909e0f3dd214c3b1af8b482b1229a2 (patch) | |
| tree | b98c204ea8877fd35762f9004bbebaa8b6676c92 /db | |
| parent | 9d2d5d68ddc523149c2f2870017ee459b670d879 (diff) | |
adding fullname to users
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 | ||
