]> 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..b57d8622631645e999a38881380e9542c1688b74 100644 (file)
@@ -647,5 +647,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