aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations
Commit message (Expand)AuthorAgeFilesLines
* Remove method stubsDaniel Kesselberg2019-05-022-27/+0
* Add second migration for addColumnDaniel Kesselberg2019-05-022-7/+74
* Pass type object instance instead of identifierDaniel Kesselberg2019-05-021-1/+2
* Merge dropColumn and addColumn into changeColumnDaniel Kesselberg2019-05-021-3/+2
* Migration to change column type from smallint to booleanDaniel Kesselberg2019-05-021-0/+86
* Make sure all tables have named indexesJoas Schilling2019-03-272-4/+4
* Also cache the resource type because it is part of the identifierJoas Schilling2019-03-011-2/+7
* Add default value, because null does not trigger unique-keyJoas Schilling2019-03-011-0/+2
* Start implementing access cacheJoas Schilling2019-03-011-1/+25
* Make names mandatoryJoas Schilling2019-03-011-0/+4
* Basic implementation of resource and collection handlingJoas Schilling2019-03-011-0/+76
* Merge pull request #14025 from nextcloud/fix/authtoken_idx_lengthMorris Jobke2019-02-251-1/+1
|\
| * Fix authtoken index lengthRoeland Jago Douma2019-02-051-1/+1
* | Login flow V2Roeland Jago Douma2019-02-251-0/+101
|/
* Merge pull request #13358 from nextcloud/bugfix/12927-bigint-mtime-storagetimeRoeland Jago Douma2019-01-041-4/+4
|\
| * Install new instances with bigint filecacheDaniel Kesselberg2019-01-041-4/+4
* | Add twofactor_providers_uid indexRoeland Jago Douma2018-12-211-0/+1
|/
* allow to add labels to sharesBjoern Schiessle2018-11-011-0/+53
* Add db column to store hide download stateRoeland Jago Douma2018-10-301-0/+54
* Add column to DB to store expired passwordsRoeland Jago Douma2018-10-021-0/+53
* Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma2018-10-011-0/+2
* Add "password_by_talk" column to "share" table in the databaseDaniel Calviño Sánchez2018-07-241-0/+48
* explicitely mention that the note column can be nullBjoern Schiessle2018-07-211-1/+1
* allow 'note' to be nullBjoern Schiessle2018-07-211-4/+2
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+45
* Add filecache index on mtimeRobin Appelman2018-07-191-0/+1
* fix updating the db row due to lacking id colArthur Schiwon2018-06-291-1/+8
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-0/+62
* Make new classes strict and fix license headerChristoph Wurst2018-06-251-0/+1
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+62
* Add new authtoken v2 columns to the authtoken tableRoeland Jago Douma2018-06-181-0/+54
* Add parent index to share tableRoeland Jago Douma2018-06-031-0/+1
* Add human readable description to migration stepsRobin Appelman2018-05-302-0/+15
* Certain tokens can expireRoeland Jago Douma2018-05-171-0/+56
* Also make it the uid_lower migration work on oracleRoeland Jago Douma2018-04-101-1/+1
* Bump autoloaderRoeland Jago Douma2018-04-061-1/+1
* Silence phanRoeland Jago Douma2018-04-061-0/+2
* Add an uid_lower column to the oc_users tableRoeland Jago Douma2018-04-061-0/+78
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-0/+52
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-175-23/+20
* add index for share_with table for newly created tablesBjoern Schiessle2017-12-181-0/+1
* Change @georgehrke's emailMorris Jobke2017-11-062-0/+2
* Update license headersMorris Jobke2017-11-062-0/+42
* Install new instances with bigint filecacheJoas Schilling2017-10-131-14/+15
* Don't change the filecache schema on updateJoas Schilling2017-10-131-3/+3
* Restore the sequencial orderJoas Schilling2017-09-291-1/+1
* Migrate all core id columns to bigintJoas Schilling2017-09-291-0/+42
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-192-17/+121
* Fix headersJoas Schilling2017-08-142-6/+44
* Make sure the accounts table existsJoas Schilling2017-08-141-0/+59