summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "add share index"Thomas Müller2014-07-171-12/+0
| | | | This reverts commit e19b3a8794a2cadc86b0f3b01a516814b600026b.
* shorten userid columns to 64 chars, ref #9186Jörn Friedrich Dreyer2014-06-271-2/+2
|
* - drop permissions table and related codeThomas Müller2014-06-051-53/+10
| | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
* Merge pull request #8806 from owncloud/add_share_indexMorris Jobke2014-06-021-0/+12
|\ | | | | add share index
| * add share indexFrank Karlitschek2014-05-311-0/+12
| |
* | add another index to the filecache to reduce the number of queries without a ↵Frank Karlitschek2014-05-311-0/+15
|/ | | | matching index
* # This is a combination of 2 commits.Thomas Müller2014-05-281-1/+1
| | | | | | | | | | | | | # The first commit's message is: adding tests for long paths increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096) increment version to trigger database migration adding unit test for too long path # This is the 2nd commit message: fix too long path
* Add index on oc_appconfig for appidRobin Appelman2013-12-181-0/+7
|
* Fix spacing.Andreas Fischer2013-11-261-0/+16
|
* db-doc: privatedata descriptionAndreas Fischer2013-11-261-1/+6
|
* db-doc: vcategory* descriptionsAndreas Fischer2013-11-261-2/+8
|
* db-doc: users descriptionAndreas Fischer2013-11-261-1/+3
|
* db-doc: jobs descriptionAndreas Fischer2013-11-261-1/+4
|
* db-doc: share descriptionAndreas Fischer2013-11-261-1/+14
|
* db-doc: properties descriptionAndreas Fischer2013-11-261-1/+4
|
* db-doc: preferences descriptionAndreas Fischer2013-11-261-1/+6
|
* db-doc: locks descriptionAndreas Fischer2013-11-261-1/+4
|
* db-doc: groups descriptionAndreas Fischer2013-11-261-1/+3
|
* db-doc: group_admin reduction noteAndreas Fischer2013-11-261-0/+3
|
* db-doc: group_admin descriptionAndreas Fischer2013-11-261-1/+7
|
* db-doc: group_user descriptionAndreas Fischer2013-11-261-1/+7
|
* Remove the dbprefix from comments. It has no information.Andreas Fischer2013-11-261-6/+6
|
* db-doc: permissions descriptionAndreas Fischer2013-11-261-1/+6
|
* Prettier ASCII lists. ^^Andreas Fischer2013-11-261-9/+9
|
* db-doc: filecache descriptionAndreas Fischer2013-11-261-1/+14
|
* db-doc: mimetypes descriptionAndreas Fischer2013-11-261-1/+6
|
* db-doc: storages descriptionAndreas Fischer2013-11-261-1/+7
|
* db-doc: appconfig descriptionAndreas Fischer2013-11-261-0/+5
|
* Add some more indexes to tables to improve db queriesBart Visscher2013-11-111-0/+30
|
* fixing Specified key was too long; max key length is 767 bytesThomas Mueller2013-11-021-1/+1
|
* fix the privatedata key value storeFrank Karlitschek2013-10-301-0/+63
|
* Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-231-1/+1
|\ | | | | | | | | Conflicts: lib/public/share.php
| * setting a default on filecache column unencrypted_sizeThomas Müller2013-09-201-1/+1
| |
* | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-021-3/+1
|\| | | | | | | | | Conflicts: lib/util.php
| * Merge master into oc_previewGeorg Ehrke2013-08-141-1/+1
| |\
| * | update indexes of oc_permissionsGeorg Ehrke2013-08-091-2/+0
| | |
| * | allow permissions.user to be null as suggested by @butonicGeorg Ehrke2013-08-071-1/+1
| | |
* | | enable user to inform recipients about a shared file by mailBjoern Schiessle2013-08-301-0/+8
| |/ |/|
* | allow empty configvalue in appconfigJörn Friedrich Dreyer2013-08-091-1/+1
|/
* Tweaks to the MDB2SchemaReaderBart Visscher2013-07-181-1/+1
|
* Change nullable of filecache.etag and permissions.userBart Visscher2013-06-261-2/+2
|
* db structure, allow null in columns for '' valuesJörn Friedrich Dreyer2013-06-111-3/+3
|
* Use int for last_runRobin Appelman2013-06-021-1/+1
|
* merge master into backgroundjobRobin Appelman2013-06-021-0/+16
|\
| * Merge branch 'master' into files_encryptionFlorin Peter2013-05-221-0/+8
| |\ | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php
| | * merge master into filecache_mtimeRobin Appelman2013-05-211-1/+51
| | |\
| | * \ merge master into filecache_mtimeRobin Appelman2013-02-151-3/+19
| | |\ \
| | * | | Cache: add seccond mtime fieldRobin Appelman2013-02-101-0/+8
| | | | |
| * | | | added unencrypted file size to file cacheFlorin Peter2013-04-251-0/+8
| | |_|/ | |/| | | | | | | | | | improved file size calculation and speeds
* / | | Add database table for backgroundjobRobin Appelman2013-04-211-15/+15
|/ / /