Skip to content
Snippets Groups Projects
user avatar
Matthias Urhahn authored
* Change primary key for risk result database to a monotonic ID.
This prevents time travel from breaking "get latest" as we will get the latest by monotonic ID, instead of "calculatedAt".

* We don't need `fallbackToDestructiveMigrationFrom(3)` until we actually upgrade the schema to 3.

* Fix database test (missing monotonicId)

* Catch exceptions during migrations and recreate the table.

* Add check for result size after recreating+insertion.

Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
1d178e44
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..