Skip to content

Commit

Permalink
Marking some files as "nullable" so we can put empty strings into them,
Browse files Browse the repository at this point in the history
Thanks oracle
  • Loading branch information
nickvergessen committed Aug 11, 2015
1 parent 3a977a2 commit 34279ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appinfo/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<field>
<name>type</name>
<type>text</type>
<notnull>true</notnull>
<notnull>false</notnull>
<length>255</length>
</field>
<field>
<name>user</name>
<type>text</type>
<notnull>true</notnull>
<notnull>false</notnull>
<length>64</length>
</field>
<field>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1

0 comments on commit 34279ae

Please sign in to comment.