aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth/fixtures/oauth_tokens.xml
blob: 9bfb5a442279cbde7225ca7f28d8d2bc6a84a7a8 (plain)
1
2
3
4
5
6
7
8
9
10
<?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>