diff options
author | Evan Prodromou <evan@status.net> | 2010-02-24 23:28:41 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-24 23:28:41 -0500 |
commit | bd68154772e80a98e9e5c96c6df8772ce3b2a84f (patch) | |
tree | 0f287955e7a8fb8456307a1e6118edcf8d7d8e47 /classes/statusnet.ini | |
parent | 374c488cf136b378d4fb47c4a6add309694e9146 (diff) |
Make user_group able to handle remote groups
We add a local_group table to store data about local groups. It has
the unique key for nickname, so /group/<nickname> looks up here.
Updated DB data object classes and data files.
Diffstat (limited to 'classes/statusnet.ini')
-rwxr-xr-x[-rw-r--r--] | classes/statusnet.ini | 58 |
1 files changed, 22 insertions, 36 deletions
diff --git a/classes/statusnet.ini b/classes/statusnet.ini index 81c1b68b2..d483f4741 100644..100755 --- a/classes/statusnet.ini +++ b/classes/statusnet.ini @@ -1,3 +1,4 @@ + [avatar] profile_id = 129 original = 17 @@ -55,7 +56,6 @@ modified = 384 [conversation__keys] id = N -uri = U [deleted_notice] id = 129 @@ -103,7 +103,6 @@ modified = 384 [file__keys] id = N -url = U [file_oembed] file_id = 129 @@ -245,13 +244,6 @@ modified = 384 group_id = K profile_id = K -[invitation] -code = 130 -user_id = 129 -address = 130 -address_type = 130 -created = 142 - [inbox] user_id = 129 notice_ids = 66 @@ -259,9 +251,26 @@ notice_ids = 66 [inbox__keys] user_id = K +[invitation] +code = 130 +user_id = 129 +address = 130 +address_type = 130 +created = 142 + [invitation__keys] code = K +[local_group] +group_id = 129 +nickname = 2 +created = 142 +modified = 384 + +[local_group__keys] +group_id = K +nickname = U + [location_namespace] id = 129 description = 2 @@ -369,7 +378,7 @@ icon = 130 source_url = 2 organization = 2 homepage = 2 -callback_url = 130 +callback_url = 2 type = 17 access_type = 17 created = 142 @@ -377,7 +386,6 @@ modified = 384 [oauth_application__keys] id = N -name = U [oauth_application_user] profile_id = 129 @@ -440,13 +448,13 @@ tag = K [queue_item] id = 129 -frame = 66 +frame = 194 transport = 130 created = 142 claimed = 14 [queue_item__keys] -id = K +id = N [related_group] group_id = 129 @@ -593,31 +601,10 @@ mini_logo = 2 design_id = 1 created = 142 modified = 384 +uri = 2 [user_group__keys] id = N -nickname = U - -[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 @@ -627,4 +614,3 @@ modified = 384 [user_location_prefs__keys] user_id = K - |