diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-30 16:03:32 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-30 16:03:32 -0400 |
commit | d13ba0ee2d93080ba56776442b9d39a53e2b6321 (patch) | |
tree | 4177bb0346dd74ee1c4d360b31405187a2a9f0fa /apps/files_sharing/appinfo/database.xml | |
parent | 09e05d14a08fa3225c97649c9eb5ee58630fba2b (diff) | |
download | nextcloud-server-d13ba0ee2d93080ba56776442b9d39a53e2b6321.tar.gz nextcloud-server-d13ba0ee2d93080ba56776442b9d39a53e2b6321.zip |
Revise permissions system to support read, write, and delete
Diffstat (limited to 'apps/files_sharing/appinfo/database.xml')
-rw-r--r-- | apps/files_sharing/appinfo/database.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml index 7ddaca21aec..3378b6b09e5 100644 --- a/apps/files_sharing/appinfo/database.xml +++ b/apps/files_sharing/appinfo/database.xml @@ -32,7 +32,7 @@ <length>128</length> </field> <field> - <name>is_writeable</name> + <name>permissions</name> <type>integer</type> <notnull>true</notnull> <length>1</length> |