diff options
Diffstat (limited to 'apps/gallery/appinfo/database.xml')
-rw-r--r-- | apps/gallery/appinfo/database.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml index fd55b3a6fb4..db88e4c1b5a 100644 --- a/apps/gallery/appinfo/database.xml +++ b/apps/gallery/appinfo/database.xml @@ -27,6 +27,12 @@ <notnull>true</notnull> <length>100</length> </field> + <field> + <name>album_path</name> + <type>text</type> + <notnull>true</notnull> + <length>100</length> + </field> </declaration> </table> <table> |