summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-07 21:54:15 +0200
committerhukl <contact@smyck.org>2009-04-07 21:54:15 +0200
commit49fc73982b909e0f3dd214c3b1af8b482b1229a2 (patch)
treeb98c204ea8877fd35762f9004bbebaa8b6676c92 /db
parent9d2d5d68ddc523149c2f2870017ee459b670d879 (diff)
adding fullname to users
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20090401190026_add_full_name_to_users.rb7
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 @@
1class AddFullNameToUsers < ActiveRecord::Migration
2 def self.up
3 end
4
5 def self.down
6 end
7end