aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations
Commit message (Expand)AuthorAgeFilesLines
* Add an index for selecting the next jobJoas Schilling2021-12-011-0/+1
* Merge pull request #28541 from nextcloud/path-prefix-index2Robin Appelman2021-10-191-0/+4
|\
| * disable path prefix index on postgresql for nowRobin Appelman2021-10-081-1/+4
| * add a prefix index to filecache.pathRobin Appelman2021-10-081-0/+1
* | Profile backendChristopher Ng2021-10-191-0/+69
|/
* add better index for finding unindexed pathsRobin Appelman2021-10-071-0/+1
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-0/+62
* Implement review feedbackLukas Reschke2021-09-131-2/+2
* Apply suggestions from code review Lukas Reschke2021-09-131-2/+3
* Implement PR review feedbackLukas Reschke2021-09-071-3/+0
* phpcsLukas Reschke2021-09-061-2/+1
* Adjust logic to store period instead of current timestampLukas Reschke2021-09-061-2/+2
* Add database ratelimiting backendLukas Reschke2021-09-061-0/+47
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0435-74/+53
* Revert "add a prefix index to filecache.path"Roeland Jago Douma2021-04-081-1/+0
* add a prefix index to filecache.pathRobin Appelman2021-03-191-0/+1
* Add missing index on the user columnJoas Schilling2021-03-171-0/+52
* Add a KnownUsers database with modelJoas Schilling2021-03-101-0/+69
* Drop redundant indesRoeland Jago Douma2021-02-161-0/+65
* Drop authtoken_version_indexRoeland Jago Douma2021-01-202-1/+55
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-1211-11/+11
* Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-castsMorris Jobke2021-01-111-1/+1
|\
| * Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* | Don't remove assignable column for nowVincent Petry2021-01-111-7/+0
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-6/+5
* Fix column name to check prior to deletingJoas Schilling2021-01-071-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1611-0/+32
* Change further columns to be nullable with a default of 0Julius Härtl2020-12-093-11/+25
* Handle oc_dav_properties migrationJulius Härtl2020-12-091-0/+75
* Move authtoken login_name column to varchar(255)Julius Härtl2020-12-091-0/+8
* Add missing mount_id indexJulius Härtl2020-12-091-0/+3
* Drop attributes on oc_share tableJulius Härtl2020-12-091-0/+7
* Drop assignable systemtag columnJulius Härtl2020-12-091-0/+7
* Drop oc_dav_job_status tableJulius Härtl2020-12-091-0/+23
* Adjust execution duration to 0Vincent Petry2020-12-091-0/+6
* Fix missing authtoken scopeJulius Härtl2020-12-091-0/+5
* Add missing table columnsJulius Härtl2020-12-092-2/+25
* Add a database table for the accounts data so we can search it betterJoas Schilling2020-12-071-0/+75
* Merge pull request #24053 from nextcloud/bugfix/noid/fix-user-status-for-oracleJulius Härtl2020-11-122-1/+62
|\
| * Also make direct_edit.accessed nullableJoas Schilling2020-11-112-1/+62
* | fix migration of oc_credentials tableRobin Appelman2020-11-121-23/+25
|/
* Fix CSJoas Schilling2020-11-103-0/+3
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-104-6/+10
* Replace the credentials table with one that can have empty userJoas Schilling2020-11-104-17/+176
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-107-6/+71
* add size index for filecacheRobin Appelman2020-09-221-0/+1
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-2/+0
* Fix installing on OracleJoas Schilling2020-09-071-1/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-249-1/+9
* Replace TYPE with TYPESDaniel Kesselberg2020-06-309-64/+64