Fixed typo in name
parent
7c993cabaf
commit
8c5701e6bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue