diff options
Diffstat (limited to 'apps/files_trashbin/appinfo/database.xml')
-rw-r--r-- | apps/files_trashbin/appinfo/database.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_trashbin/appinfo/database.xml b/apps/files_trashbin/appinfo/database.xml index a6ba242c1cf..2944a31b02d 100644 --- a/apps/files_trashbin/appinfo/database.xml +++ b/apps/files_trashbin/appinfo/database.xml @@ -13,6 +13,15 @@ <declaration> + <field> + <name>auto_id</name> + <type>integer</type> + <default>0</default> + <notnull>true</notnull> + <autoincrement>1</autoincrement> + <length>4</length> + </field> + <field> <name>id</name> <type>text</type> |