GeneralPublicRecord 추가

This commit is contained in:
2018-04-01 18:51:26 +09:00
parent 5860a14dae
commit 1f5f7e3591
29 changed files with 299 additions and 289 deletions
+4 -1
View File
@@ -41,4 +41,7 @@ DROP TABLE IF EXISTS history;
DROP TABLE IF EXISTS event;
# 전체 이벤트 테이블 삭제(연감 대체?)
DROP TABLE IF EXISTS full_history;
DROP TABLE IF EXISTS world_history;
# 전체 이벤트 테이블 삭제(연감 대체?)
DROP TABLE IF EXISTS general_public_record;