Skip to content

Commit 6249ef6

Browse files
committed
fixed postgres upgrade
1 parent caca6a9 commit 6249ef6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appinfo/database.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
<name>details</name>
201201
<type>text</type>
202202
<notnull>true</notnull>
203+
<default></default>
203204
<length>1024</length>
204205
</field>
205206
<field>

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Time Tracker</name>
66
<summary>Time Tracker App</summary>
77
<description><![CDATA[Time Tracker App]]></description>
8-
<version>0.0.38</version>
8+
<version>0.0.39</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]" >MTier Ltd.</author>
1111
<namespace>TimeTracker</namespace>

0 commit comments

Comments
 (0)