From: Craig Andrews Date: Fri, 20 Nov 2009 15:56:06 +0000 (-0500) Subject: correct the primary key for login_token X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e9b877a4a37eb65c7a5a4505811706818c7c2f07;p=quix0rs-gnu-social.git correct the primary key for login_token --- diff --git a/classes/statusnet.ini b/classes/statusnet.ini index b2509dac5b..69b3558708 100644 --- a/classes/statusnet.ini +++ b/classes/statusnet.ini @@ -261,6 +261,7 @@ modified = 384 [login_token__keys] user_id = K +token = K [message] id = 129 @@ -542,4 +543,4 @@ created = 142 modified = 384 [user_group__keys] -id = N \ No newline at end of file +id = N