Fixed typo in name

master
j 2024-04-04 23:10:31 -04:00
parent 7c993cabaf
commit 8c5701e6bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS gameState (
CREATE TABLE IF NOT EXISTS game_state (
authorId INTEGER PRIMARY KEY,
data TEXT NOT NULL,
active BOOLEAN NOT NULL DEFAULT TRUE