aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/DB/Events
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-243-59/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(occ): add possibility to edit indicesJohannes Merkel2024-02-271-0/+41
| | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* fix: Add options to support all used features by coreJoas Schilling2023-07-241-4/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-241-0/+60
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-242-2/+62
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat: Add public event for missing indicesJulius Härtl2023-07-141-0/+59
Signed-off-by: Julius Härtl <jus@bitgrid.net>