mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
* 댓글알리미 module 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4326 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56f7c52f7d
commit
de2b57c2d2
37 changed files with 1036 additions and 0 deletions
25
modules/tccommentnotify/queries/insertCommentNotified.xml
Normal file
25
modules/tccommentnotify/queries/insertCommentNotified.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<query id="insertCommentNotified" action="insert">
|
||||
<tables>
|
||||
<table name="tcnotified" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="notified_srl" var="notified_srl" notnull="notnull" />
|
||||
<column name="module_srl" var="module_srl" notnull="notnull" />
|
||||
<column name="name" var="name" notnull="notnull" />
|
||||
<column name="entry" var="entry" notnull="notnull" />
|
||||
<column name="password" var="password" />
|
||||
<column name="homepage" var="homepage" />
|
||||
<column name="secret" var="secret" default="0" />
|
||||
<column name="comment" var="comment" notnull="notnull" />
|
||||
<column name="ip" var="ip" />
|
||||
<column name="isnew" var="isnew" default="1" />
|
||||
<column name="siteid" var="siteid" notnull="notnull" />
|
||||
<column name="remoteid" var="remoteid" default="0" />
|
||||
<column name="entrytitle" var="entrytitle" notnull="notnull" />
|
||||
<column name="entryurl" var="entryurl" notnull="notnull" />
|
||||
<column name="url" var="url" />
|
||||
<column name="written" var="written" default="curdate()" notnull="notnull" />
|
||||
<column name="modified" var="modified" default="curdate()" />
|
||||
<column name="list_order" var="list_order" notnull="notnull" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue