summaryrefslogtreecommitdiff
path: root/src/main/resources/db/migration
AgeCommit message (Collapse)AuthorFilesLines
25 hoursfeat: count follow-ups to update submission type (#297)Paul-Christian Volkmer2-0/+4
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 Volkmer2-0/+4
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 Volkmer2-0/+4
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer2-0/+4
2025-12-16fix: do not save PID in test mode (#228)Paul-Christian Volkmer2-0/+2
2024-07-15refactor: rename db column name to reflect contentPaul-Christian Volkmer2-0/+2
2024-03-01feat: add user role database table and role-based permissionsPaul-Christian Volkmer2-0/+15
2024-01-18feat #29: add initial support for mtbfile api tokensPaul-Christian Volkmer2-0/+17
2023-08-01Add request type to be saved with each requestPaul-Christian Volkmer2-0/+4
2023-07-25Added Link to request reportPaul-Christian Volkmer2-14/+18
2023-07-25Add postgres migration file and configuration for postgresPaul-Christian Volkmer2-1/+13
2023-07-25Add request and status loggingPaul-Christian Volkmer1-0/+9