mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
* 댓글알리미 module 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4326 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
434 B
XML
12 lines
434 B
XML
<query id="insertSite" action="insert">
|
|
<tables>
|
|
<table name="tcnotifiedsites" />
|
|
</tables>
|
|
<columns>
|
|
<column name="id" var="id" notnull="notnull" />
|
|
<column name="title" var="title" />
|
|
<column name="name" var="name" />
|
|
<column name="url" var="url" notnull="notnull" />
|
|
<column name="modified" var="modified" default="curdate()" notnull="notnull" />
|
|
</columns>
|
|
</query>
|