pushHistory를 DB기반으로 변경

This commit is contained in:
2018-04-01 05:18:17 +09:00
parent d062fac671
commit 74390602d8
22 changed files with 125 additions and 98 deletions
+5 -2
View File
@@ -37,5 +37,8 @@ DROP TABLE IF EXISTS statistic;
#
DROP TABLE IF EXISTS history;
#
DROP TABLE IF EXISTS event;
#
DROP TABLE IF EXISTS event;
# ( ?)
DROP TABLE IF EXISTS full_history;