Add: reset active app for maestro experience

This commit is contained in:
2018-08-23 23:55:31 +09:00
parent 9963a28d17
commit efe101babc
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ CREATE TABLE app (
AppName CHAR(40) NOT NULL,
KoreanName CHAR(40) NOT NULL,
AppType INT UNSIGNED NOT NULL,
Status INT UNSIGNED NOT NULL,
HowToPlay TEXT NOT NULL
);