aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Migration
Commit message (Collapse)AuthorAgeFilesLines
* feat(migrations): add metadata to existing migrationsMaxence Lange2024-08-021-0/+3
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-022-40/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(trashbin): Add deleted_by column to files_trashChristopher Ng2024-04-231-0/+56
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2020-12-301-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make oc_files_trash.auto_id a bigintVincent Petry2020-12-231-2/+1
| | | | | | | Adjusted migration. Added to occ command to update existing tables. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move files_trashbin to migrationsJoas Schilling2020-07-061-0/+87
Signed-off-by: Joas Schilling <coding@schilljs.com>