Add token management page (only shows tokens for now)
[grauphel.git] / appinfo / database.xml
index ae089caedcf0deceb6b4b6875f88bb21e9dedae5..176f89f951bed3922545a410aae97c381f416192 100755 (executable)
                                <notnull>true</notnull>
                                <length>128</length>
                        </field>
+                       <field>
+                               <name>note_last_sync_revision</name>
+                               <type>integer</type>
+                               <default>0</default>
+                               <notnull>true</notnull>
+                               <length>11</length>
+                       </field>
 
                        <field>
                                <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>
                        <field>
                                <name>syncdata_user</name>
                                <type>text</type>
-                               <notnull>false</notnull>
+                               <notnull>true</notnull>
                                <length>64</length>
                        </field>
                        <field>