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;

View File

@ -1,5 +1,3 @@
-- Add up migration script here
CREATE TABLE games(
id SERIAL PRIMARY KEY,
name TEXT NOT NULL,