Make a little better display
This commit is contained in:
@@ -60,7 +60,7 @@ class Game {
|
||||
|
||||
class GameRepository {
|
||||
static Future<Game> upsert(Game game) async {
|
||||
final db = await DB.db;
|
||||
final db = DB.db;
|
||||
await db.rawInsert(
|
||||
'''
|
||||
INSERT INTO games
|
||||
|
||||
Reference in New Issue
Block a user