aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-2664-1266/+128
* Update core/Migrations/Version30000Date20240429122720.phpMarcel Klehr2024-05-141-1/+1
* fix: fix migrationMarcel Klehr2024-05-141-2/+2
* fix: address review commentsMarcel Klehr2024-05-141-4/+4
* fix: oc_taskProcessing_tasks.identifier: notnull = falseMarcel Klehr2024-05-141-1/+2
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+114
* chore: Add SPDX headerAndy Scherzinger2024-05-105-60/+14
* fix(core): add fs_name_hash index to migrationVarun Patil2024-04-301-0/+1
* fix(migrations): Help developers to add description and copyright infoJoas Schilling2024-03-051-2/+2
* fix(db): remove redundant indices in propertiesJohannes Merkel2024-02-182-1/+61
* Update core/Migrations/Version29000Date20240124132202.phpMaxence Lange2024-01-251-1/+1
* Update core/Migrations/Version29000Date20240124132201.phpMaxence Lange2024-01-251-1/+1
* better indexesMaxence Lange2024-01-244-16/+219
* fixesMaxence Lange2024-01-151-1/+3
* lazy AppConfigMaxence Lange2024-01-151-0/+63
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-141-0/+67
* Comment legacy file_metadata table migrationsLouis Chemineau2023-12-073-46/+47
* Revert "perf: Add partial index on configvalue of preferences table"Julius Härtl2023-12-061-4/+0
* perf: Add partial index on configvalue of preferences tableJulius Härtl2023-11-301-0/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2316-55/+55
* Add migration from the old to new metadata tablesLouis Chemineau2023-11-161-0/+1
* Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-091-10/+25
|\
| * fix(migration): Fix files metadata migrationJoas Schilling2023-11-091-10/+25
* | Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-081-0/+83
|\|
| * IFilesMetadataMaxence Lange2023-11-071-0/+83
* | fix(TextProcessing/ migration): add check whether new column exists alreadyMarcel Klehr2023-11-061-5/+6
* | enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-031-0/+60
|/
* Return only if changedGit'Fellow2023-11-011-2/+1
* fix: add index on migration only if neededGit'Fellow2023-11-011-1/+3
* fix(TextToImage\Migration): Fix typoMarcel Klehr2023-10-231-1/+1
* enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-0/+3
* fix(Text2Image): Add number_of_images to migrationMarcel Klehr2023-10-201-0/+4
* fix(TextToImage): Fix notnull column to allow for empty strings on orcaleMarcel Klehr2023-10-181-1/+1
* enh(TextToImage): Address review commentsMarcel Klehr2023-10-181-9/+1
* Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+100
* allow anon text processing schedulingJulien Veyssier2023-08-071-0/+66
* use DB type constantsJulien Veyssier2023-08-021-1/+1
* Fix typoMarcel Klehr2023-08-021-1/+1
* Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-021-0/+111
* LLM Migration: Return null if nothing changedMarcel Klehr2023-07-071-1/+3
* LLM OCP API: Add identifier paramMarcel Klehr2023-07-071-0/+5
* Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-07-071-0/+7
* LLM OCP API: Implement ocs APIMarcel Klehr2023-07-071-0/+3
* Fix CopyrightMarcel Klehr2023-07-071-2/+2
* LLM OCP API: Add db migrationMarcel Klehr2023-07-071-0/+85
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2311-50/+31
* fix(systemtags): Keep non-existing indexMarcel Klehr2023-06-221-0/+1
* fix(systemtags): Move index creation from new migration to existing original ...Marcel Klehr2023-06-222-53/+1
* fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-211-0/+52
* add new index in repair step instead of on-migrateRobin Appelman2023-04-281-1/+1