Skip to content

Commit

Permalink
Remember transform table command for updating users
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWingard committed Nov 25, 2010
1 parent ccf5d08 commit 78f5844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/include/umts_db.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
-record(login_event, {user}).
-record(register_event, {user}).
-record(wtt_event, {user, card, kind}).

%% mnesia:transform_table(users, fun({users, Id, Name, Password, Display}) -> {users, Id, Name, Password, Display, ""} end, [id, name, password, display, email]).

0 comments on commit 78f5844

Please sign in to comment.