가장 마지막에 업데이트한 git tree-ish path를 저장하는 기능 추가

This commit is contained in:
2018-05-12 06:04:06 +09:00
parent bb49e6dec7
commit bad5a3c0ef
4 changed files with 11 additions and 10 deletions
-1
View File
@@ -2,7 +2,6 @@
DROP TABLE IF EXISTS `system`;
DROP TABLE IF EXISTS `member`;
DROP TABLE IF EXISTS `member_log`;
DROP TABLE IF EXISTS `config`;
-- 시스템 테이블
-- TODO:장기적으로는 key-value(json) storage 형태로 바꾸는게 나을 듯.