]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/statusnet.ini
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / classes / statusnet.ini
index 473bd6ff5f7180d81e80b5901b9cf83b111f4544..2888bab562634ee7e462429e8ffb85a5901e50e9 100644 (file)
@@ -401,6 +401,18 @@ modified = 384
 profile_id = K
 application_id = K
 
+[oauth_token_association]
+profile_id = 129
+application_id = 129
+token = 130
+created = 142
+modified = 384
+
+[oauth_token_association__keys]
+profile_id = K
+application_id = K
+token = K
+
 [profile]
 id = 129
 nickname = 130
@@ -647,5 +659,18 @@ modified = 384
 [user_im_prefs__keys]
 user_id = K
 transport = K
-transport = U
-screenname = U
+; 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