diff options
Diffstat (limited to 'appinfo/database.xml')
| -rwxr-xr-x | appinfo/database.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml index ae089ca..5bf6172 100755 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -78,6 +78,13 @@ <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> @@ -152,7 +159,7 @@ <field> <name>syncdata_user</name> <type>text</type> - <notnull>false</notnull> + <notnull>true</notnull> <length>64</length> </field> <field> |
