add sqlx checks

This commit is contained in:
sparshg
2024-10-06 00:56:55 +05:30
parent 2b19134d88
commit bc4bf2c696
3 changed files with 6 additions and 3 deletions

View File

@@ -12,7 +12,8 @@
"Enum": [
"waiting",
"p1turn",
"p2turn"
"p2turn",
"gameover"
]
}
}

View File

@@ -23,7 +23,8 @@
"Enum": [
"waiting",
"p1turn",
"p2turn"
"p2turn",
"gameover"
]
}
}

View File

@@ -13,7 +13,8 @@
"Enum": [
"waiting",
"p1turn",
"p2turn"
"p2turn",
"gameover"
]
}
}