From 5ff260f05f11c4348907631b660811f4f13399f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 30 Aug 2018 20:44:45 +0900 Subject: [PATCH] Fix: test player active app list update --- src/web/sql/insert_active_app.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/sql/insert_active_app.sql b/src/web/sql/insert_active_app.sql index c8c6e4d..dde08ab 100644 --- a/src/web/sql/insert_active_app.sql +++ b/src/web/sql/insert_active_app.sql @@ -18,7 +18,7 @@ INSERT INTO `active_app` (`ActiveAppID`, `MaestroID`, `AppID`) VALUES (15, 1, 15), (16, 1, 16), (17, 1, 17), -(18, 1, 29), +(18, 1, 21), (19, 1, 30), -(20, 1, 39), +(20, 1, 31), (21, 1, 40); \ No newline at end of file