#37: Use public database interface; fixes graupel on ownCloud 9
[grauphel.git] / appinfo / database.xml
index 5bf61726a5b483c1ea14b6f9a950a67f5d672822..4738d60c433b491cf6ee853124d3bab5833d6d60 100755 (executable)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <database>
 <?xml version="1.0" encoding="UTF-8" ?>
 <database>
+ <!-- http://www.wiltonhotel.com/_ext/pear/docs/MDB2/docs/xml_schema_documentation.html -->
         <name>*dbname*</name>
         <create>true</create>
         <overwrite>false</overwrite>
         <name>*dbname*</name>
         <create>true</create>
         <overwrite>false</overwrite>
                                <notnull>true</notnull>
                                <length>2048</length>
                        </field>
                                <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>
 
                </declaration>
        </table>
 
                                <name>note_create_date</name>
                                <type>text</type>
                                <notnull>true</notnull>
                                <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>
                        </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>
                        </field>
                        <field>
                                <name>note_last_metadata_change_date</name>
                                <type>text</type>
                                <notnull>true</notnull>
-                               <length>32</length>
+                               <length>33</length>
                        </field>
 
                        <field>
                        </field>
 
                        <field>