fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경

This commit is contained in:
bnu 2018-01-22 15:49:52 +09:00 committed by Kijin Sung
parent 6a51d5a753
commit f72ea052f1
7 changed files with 99 additions and 41 deletions

View file

@ -5,5 +5,6 @@
<column name="document_srl" type="number" size="11" default="0" notnull="notnull" />
<column name="title" type="varchar" size="250" />
<column name="content" type="bigtext" notnull="notnull" />
<column name="certify_key" type="varchar" size="32" index="idx_certify_key" />
<column name="regdate" type="date" index="idx_regdate" />
</table>