]> source.dussan.org Git - nextcloud-server.git/commit
[Sharing 2.0] Add a new db column for the file owner
authorRoeland Jago Douma <rullzer@owncloud.com>
Tue, 24 Nov 2015 11:13:19 +0000 (12:13 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Wed, 25 Nov 2015 12:17:02 +0000 (13:17 +0100)
commit5e8256beb87c8a8611a457a81c58f83995f98a4d
tree531c8df1f98fe0cf9b7b7d287185550dc9a5ecf3
parent60682e17047df19c9486bfc21a993e08bbfce5ce
[Sharing 2.0] Add a new db column for the file owner

We need to store the owner of a file in the db to do efficient queries
on the owner of a file. Without this we need to construct fill paths for
each file id in the table and see who the owner of a file is. Which does
not scale.
db_structure.xml
version.php