Rewrite the use of unwrap() to use Result<>

This commit is contained in:
2025-11-30 18:08:01 +03:00
parent 264a45acf9
commit 499987a465
9 changed files with 48 additions and 40 deletions

View File

@ -1,2 +1 @@
-- Add down migration script here
DROP TABLE games;