mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1201 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3ed4516b8a
commit
3cd2f4432a
10 changed files with 33 additions and 50 deletions
10
modules/counter/queries/insertCounterStatus.xml
Normal file
10
modules/counter/queries/insertCounterStatus.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<query id="insertLog" action="insert">
|
||||
<tables>
|
||||
<table name="spamfilter_log" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="spamfilter_log_srl" default="sequence()"/>
|
||||
<column name="ipaddress" default="ipaddress()" />
|
||||
<column name="regdate" var="regdate" default="curdate()" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue