aboutsummaryrefslogtreecommitdiff
path: root/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/database.xml')
-rwxr-xr-xappinfo/database.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 176f89f..7419ee7 100755
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -51,6 +51,17 @@
<notnull>true</notnull>
<length>2048</length>
</field>
+ <field>
+ <name>token_client</name>
+ <type>text</type>
+ <notnull>true</notnull>
+ <length>256</length>
+ </field>
+ <field>
+ <name>token_lastuse</name>
+ <type>timestamp</type>
+ <notnull>true</notnull>
+ </field>
</declaration>
</table>