mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경
This commit is contained in:
parent
6a51d5a753
commit
f72ea052f1
7 changed files with 99 additions and 41 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue