summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorerdgeist <erdgeist@dyn-174.club.berlin.ccc.de>2009-04-09 20:13:30 +0200
committererdgeist <erdgeist@dyn-174.club.berlin.ccc.de>2009-04-09 20:13:30 +0200
commit44e1eff0155d3da825ae7f4ef9e334a8e231e909 (patch)
treee6d21e4d0b8464ac9febb9efacc68cabe321a9c6 /db
parent8c6b4dcf08268ed2971b06df40c733ba28448582 (diff)
parentacc9301696de3589a17d1543a7ab3fc1914e8ce8 (diff)
Merge branch 'master' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
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