aboutsummaryrefslogtreecommitdiff
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-08-20 06:27:58 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-08-20 06:27:58 +0200
commit1d7387a458d893664e2537ec811bc053d95600b7 (patch)
tree27ecb02bf62f8378c422a5f2b6df419b40cbacf5 /appinfo/database.xml
parentdb2f09d46ce2f3a46be1b6f6e031492966242025 (diff)
downloadgrauphel-1d7387a458d893664e2537ec811bc053d95600b7.tar.gz
grauphel-1d7387a458d893664e2537ec811bc053d95600b7.zip
sync could work if php would not crash
Diffstat (limited to 'appinfo/database.xml')
-rwxr-xr-xappinfo/database.xml9
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>