1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00
php-phpbb/tests/auth/fixtures/oauth_tokens.xml
2013-08-01 21:45:25 -04:00

11 lines
223 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_oauth_tokens">
<column>user_id</column>
<column>session_id</column>
<column>provider</column>
<column>oauth_token</column>
</table>
</dataset>