Skip to content

Commit

Permalink
Migrating deprecated json_array to json. => v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Nov 25, 2019
1 parent b99f6a6 commit b8b3307
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 @@ -244,14 +244,14 @@
</field>
<field>
<name>landmarks</name>
<type>json_array</type>
<type>json</type>
<notnull>true</notnull>
<!-- todo: compress this once we don't need to debug this that much -->
<comments>JSON array that specifies values that comprise the landmarks obtained from used model</comments>
</field>
<field>
<name>descriptor</name>
<type>json_array</type>
<type>json</type>
<notnull>true</notnull>
<!-- todo: compress this once we don't need to debug this that much -->
<comments>JSON array of 128 value that comprise face descriptor obtained from used model</comments>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- **🚀 Build your own thing:** FaceRecognition app is just a basic building block. Through FaceRecognition API, you can build your advanced scenarios - automatically add tags to images, connect contacts and persons, share images from specific person… We want to hear your ideas!
]]>
</description>
<version>0.5.8</version>
<version>0.5.9</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<author>Branko Kokanovic</author>
Expand Down

0 comments on commit b8b3307

Please sign in to comment.