diff options
-rw-r--r-- | classes/stoica.links.ini | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/classes/stoica.links.ini b/classes/stoica.links.ini index e69de29bb..1656a6b74 100644 --- a/classes/stoica.links.ini +++ b/classes/stoica.links.ini @@ -0,0 +1,33 @@ +[avatar] +profile_id = profile:id + +[user] +id = profile:id +carrier = sms_carrier:id + +[remote_profile] +id = profile:id + +[notice] +profile_id = profile:id +reply_to = notice:id + +[reply] +notice_id = notice:id +profile_id = profile:id + +[token] +consumer_key = consumer:consumer_key + +[user_openid] +user_id = user:id + +[confirm_address] +user_id = user:id + +[remember_me] +user_id = user:id + +[queue_item] +notice_id = notice:id + |