summaryrefslogtreecommitdiffstats
path: root/apps/media/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/media/appinfo/database.xml')
-rw-r--r--apps/media/appinfo/database.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/media/appinfo/database.xml b/apps/media/appinfo/database.xml
index 91fa1f9e2a1..223682fcfcd 100644
--- a/apps/media/appinfo/database.xml
+++ b/apps/media/appinfo/database.xml
@@ -206,6 +206,24 @@
<length>4</length>
</field>
+ <field>
+ <name>song_playcount</name>
+ <type>integer</type>
+ <default>
+ </default>
+ <notnull>true</notnull>
+ <length>4</length>
+ </field>
+
+ <field>
+ <name>song_lastplayed</name>
+ <type>integer</type>
+ <default>
+ </default>
+ <notnull>true</notnull>
+ <length>4</length>
+ </field>
+
</declaration>
</table>