From 47eebe5f6c12258cd2536fe2f0d7a9e78ff46ae5 Mon Sep 17 00:00:00 2001 From: Tom Needham <needham.thomas@gmail.com> Date: Fri, 31 Aug 2012 13:28:05 +0000 Subject: [PATCH] Add 'authorised' field to oauth_tokens table --- db_structure.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db_structure.xml b/db_structure.xml index 7130c85599..f0f933a656 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -539,6 +539,12 @@ <length>7</length> </field> + <field> + <name>authorised</name> + <type>boolean</type> + <default>0</default> + </field> + </declaration> </table> -- GitLab