mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
댓글을 관리자가 정한 수만큼 페이징을 하여 보여주도록 기능 추가. 모듈의 업데이트 필요
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3757 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d122c1a0b4
commit
21dcd2d191
37 changed files with 490 additions and 45 deletions
9
modules/comment/schemas/comments_list.xml
Normal file
9
modules/comment/schemas/comments_list.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<table name="comments_list">
|
||||
<column name="comment_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="document_srl" type="number" size="11" default="0" notnull="notnull" index="idx_list" />
|
||||
<column name="head" type="number" size="11" default="0" notnull="notnull" index="idx_list" />
|
||||
<column name="arrange" type="number" size="11" default="0" notnull="notnull" index="idx_list" />
|
||||
<column name="module_srl" type="number" size="11" default="0" notnull="notnull" index="idx_date" />
|
||||
<column name="regdate" type="date" index="idx_date" />
|
||||
<column name="depth" type="number" size="11" default="0" notnull="notnull" />
|
||||
</table>
|
||||
Loading…
Add table
Add a link
Reference in a new issue