X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2Fstatusnet.ini;h=c5c126a133003823b80a123555e602d2b8ab17eb;hb=01996b1a460693227ef263d44477bc12d297a70a;hp=ef631e28d376668940e579f05cc0a300ad14cab4;hpb=bfdb8385ecc745002b8c45510caf2fdf7c2d2c9f;p=quix0rs-gnu-social.git diff --git a/classes/statusnet.ini b/classes/statusnet.ini index ef631e28d3..c5c126a133 100644 --- a/classes/statusnet.ini +++ b/classes/statusnet.ini @@ -258,6 +258,7 @@ user_id = 129 address = 130 address_type = 130 created = 142 +registered_user_id = 1 [invitation__keys] code = K @@ -336,6 +337,8 @@ lon = 1 location_id = 1 location_ns = 1 repeat_of = 1 +object_type = 2 +scope = 1 [notice__keys] id = N @@ -460,6 +463,34 @@ tagger = K tagged = K tag = K +[profile_list] +id = 129 +tagger = 129 +tag = 130 +description = 34 +private = 17 +created = 142 +modified = 384 +uri = 130 +mainpage = 130 +tagged_count = 129 +subscriber_count = 129 + +[profile_list__keys] +id = U +tagger = K +tag = K + +[profile_tag_subscription] +profile_tag_id = 129 +profile_id = 129 +created = 142 +modified = 384 + +[profile_tag_subscription__keys] +profile_tag_id = K +profile_id = K + [queue_item] id = 129 frame = 194 @@ -502,13 +533,22 @@ uri = U [reply] notice_id = 129 profile_id = 129 -modified = 384 +modified = 142 +;modified = 384 ; skipping the mysql_timestamp mode so we can override its setting replied_id = 1 [reply__keys] notice_id = K profile_id = K +[schema_version] +table_name = 130 +checksum = 130 +modified = 384 + +[schema_version__keys] +table_name = K + [session] id = 130 session_data = 34 @@ -573,11 +613,6 @@ emailmicroid = 17 language = 2 timezone = 2 emailpost = 17 -jabber = 2 -jabbernotify = 17 -jabberreplies = 17 -jabbermicroid = 17 -updatefrompresence = 17 sms = 2 carrier = 1 smsnotify = 17 @@ -585,10 +620,12 @@ smsreplies = 17 smsemail = 2 uri = 2 autosubscribe = 17 +subscribe_policy = 17 urlshorteningservice = 2 inboxed = 17 design_id = 1 viewdesigns = 17 +private_stream = 17 created = 142 modified = 384 @@ -597,7 +634,6 @@ id = K nickname = U email = U incomingemail = U -jabber = U sms = U uri = U @@ -617,6 +653,8 @@ created = 142 modified = 384 uri = 2 mainpage = 2 +join_policy = 1 +force_scope = 1 [user_group__keys] id = N @@ -650,3 +688,33 @@ modified = 384 [user_location_prefs__keys] user_id = K + +[user_im_prefs] +user_id = 129 +screenname = 130 +transport = 130 +notify = 17 +replies = 17 +microid = 17 +updatefrompresence = 17 +created = 142 +modified = 384 + +[user_im_prefs__keys] +user_id = K +transport = K +; There's another unique index on (transport, screenname) +; but we have no way to represent a compound index other than +; the primary key in here. To ensure proper cache purging, +; we need to tweak the class. + +[user_urlshortener_prefs] +user_id = 129 +urlshorteningservice = 2 +maxurllength = 129 +maxnoticelength = 129 +created = 142 +modified = 384 + +[user_urlshortener_prefs__keys] +user_id = K