Rewrite the use of unwrap() to use Result<>
This commit is contained in:
@ -1,2 +1 @@
|
||||
-- Add down migration script here
|
||||
DROP TABLE games;
|
||||
|
||||
Reference in New Issue
Block a user
@ -1,2 +1 @@
|
||||
-- Add down migration script here
|
||||
DROP TABLE games;
|
||||
|
||||