diff options
author | Evan Prodromou <evan@status.net> | 2010-02-24 23:32:20 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-24 23:32:20 -0500 |
commit | ddc3671b6aeb0b543d261251a1740a53469684c3 (patch) | |
tree | 43ef57a95cc2fb78eecc489a7d400fc9fa67c8b8 | |
parent | 68a10970f952579bd730b23ea0c3734260c38a83 (diff) |
recover user_openid tables, which got lost in generation
-rw-r--r-- | classes/statusnet.ini | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/classes/statusnet.ini b/classes/statusnet.ini index d483f4741..7444306f0 100644 --- a/classes/statusnet.ini +++ b/classes/statusnet.ini @@ -1,4 +1,3 @@ - [avatar] profile_id = 129 original = 17 @@ -606,6 +605,27 @@ uri = 2 [user_group__keys] id = N +[user_openid] +canonical = 130 +display = 130 +user_id = 129 +created = 142 +modified = 384 + +[user_openid__keys] +canonical = K +display = U + +[user_openid_trustroot] +trustroot = 130 +user_id = 129 +created = 142 +modified = 384 + +[user_openid__keys] +trustroot = K +user_id = K + [user_location_prefs] user_id = 129 share_location = 17 |