aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Migration
Commit message (Expand)AuthorAgeFilesLines
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-7/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-313-62/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-081-1/+1
* Make "name" column nullable in workflow operationsVincent Petry2021-08-102-1/+55
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-3/+29
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-5/+7
* avoid empty null default with value that will be inserted anywaysArthur Schiwon2020-11-232-13/+2
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-17/+17
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-5/+3
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix "Cannot add a NOT NULL column with default value NULL"Joas Schilling2019-09-261-1/+10
* fix missing value and run against empty tables in migration scriptArthur Schiwon2019-09-092-15/+17
* split events DB field into entity and events, adjust biz logicArthur Schiwon2019-09-092-4/+21
* extend DB table, manager, controller with support for entity eventsArthur Schiwon2019-09-091-0/+14
* the workflow manager becomes scope aware, Part 1Arthur Schiwon2019-09-091-0/+76
* add scope table for workflows and switch to migrationsArthur Schiwon2019-09-091-0/+100