Skip to content

Commit

Permalink
[S] Fix supertuxkart#112 to use InnoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Nov 4, 2018
1 parent ac1ae44 commit 7b939b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ CREATE TABLE IF NOT EXISTS `v3_client_sessions` (
PRIMARY KEY (`uid`),
UNIQUE KEY `key_session` (`uid`, `cid`)
)
ENGINE = MEMORY
ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4
COLLATE = utf8mb4_unicode_ci;

Expand Down

0 comments on commit 7b939b7

Please sign in to comment.