summaryrefslogtreecommitdiff
path: root/src/main/resources/db/migration/mariadb
AgeCommit message (Collapse)AuthorFilesLines
27 hoursfeat: count follow-ups to update submission type (#297)Paul-Christian Volkmer1-0/+2
This is done in addition to the check by date. The submission type will be set to "followup" if: * It is not an initial submission * There are follow-ups in submission content * The date or the count is less than the last successful submission In the database, existing requests will be initialized with followup_count = -1.
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer1-0/+2
This adds the date and username when a request gets updated. If the request gets updated by an async Kafka response, "SYSTEM" will be used as username.
2026-03-06feat: save TAN for MTB requests (#253)Paul-Christian Volkmer1-0/+2
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer1-0/+2
2025-12-16fix: do not save PID in test mode (#228)Paul-Christian Volkmer1-0/+1
2024-07-15refactor: rename db column name to reflect contentPaul-Christian Volkmer1-0/+1
2024-03-01feat: add user role database table and role-based permissionsPaul-Christian Volkmer1-0/+7
2024-01-18feat #29: add initial support for mtbfile api tokensPaul-Christian Volkmer1-0/+8
2023-08-01Add request type to be saved with each requestPaul-Christian Volkmer1-0/+2
2023-07-25Added Link to request reportPaul-Christian Volkmer1-7/+9
2023-07-25Add postgres migration file and configuration for postgresPaul-Christian Volkmer1-1/+2
2023-07-25Add request and status loggingPaul-Christian Volkmer1-0/+9