diff options
Diffstat (limited to 'apps/gallery/appinfo/database.xml')
-rw-r--r-- | apps/gallery/appinfo/database.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml index 62fdbee9cd8..e3b13f7e93c 100644 --- a/apps/gallery/appinfo/database.xml +++ b/apps/gallery/appinfo/database.xml @@ -67,4 +67,28 @@ </field> </declaration> </table> + <table> + <name>*dbprefix*gallery_sharing</name> + <declaration> + <field> + <name>token</name> + <type>text</type> + <notnull>true</notnull> + <length>64</length> + </field> + <field> + <name>gallery_id</name> + <type>integer</type> + <default>0</default> + <notnull>true</notnull> + <length>4</length> + </field> + <field> + <name>recursive</name> + <type>integer</type> + <notnull>true</notnull> + <length>1</length> + </field> + </declaration> + </table> </database> |