add sqlx checks
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
"Enum": [
|
"Enum": [
|
||||||
"waiting",
|
"waiting",
|
||||||
"p1turn",
|
"p1turn",
|
||||||
"p2turn"
|
"p2turn",
|
||||||
|
"gameover"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -23,7 +23,8 @@
|
|||||||
"Enum": [
|
"Enum": [
|
||||||
"waiting",
|
"waiting",
|
||||||
"p1turn",
|
"p1turn",
|
||||||
"p2turn"
|
"p2turn",
|
||||||
|
"gameover"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -13,7 +13,8 @@
|
|||||||
"Enum": [
|
"Enum": [
|
||||||
"waiting",
|
"waiting",
|
||||||
"p1turn",
|
"p1turn",
|
||||||
"p2turn"
|
"p2turn",
|
||||||
|
"gameover"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user