Update git submodules
[lhc/web/wiklou.git] / maintenance / archives / patch-user-realname.sql
index e723120..de7cee7 100644 (file)
@@ -1,5 +1,5 @@
 -- Add a 'real name' field where users can specify the name they want
 -- used for author attribution or other places that real names matter.
 
-ALTER TABLE user 
-        ADD (user_real_name varchar(255) binary NOT NULL default '');
\ No newline at end of file
+ALTER TABLE user
+        ADD (user_real_name varchar(255) binary NOT NULL default '');