add DELETE /token/$username/$tokenKey API
[grauphel.git] / appinfo / database.xml
index 5bf61726a5b483c1ea14b6f9a950a67f5d672822..7419ee794ee14f3825f6acd6098c32cd6aaf41a8 100755 (executable)
                                <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>
 
                                <name>note_create_date</name>
                                <type>text</type>
                                <notnull>true</notnull>
-                               <length>32</length>
+                               <length>33</length>
                        </field>
                        <field>
                                <name>note_last_change_date</name>
                                <type>text</type>
                                <notnull>true</notnull>
-                               <length>32</length>
+                               <length>33</length>
                        </field>
                        <field>
                                <name>note_last_metadata_change_date</name>
                                <type>text</type>
                                <notnull>true</notnull>
-                               <length>32</length>
+                               <length>33</length>
                        </field>
 
                        <field>