mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
add ncenterlite module from xe-public.
This commit is contained in:
parent
25cf1856a6
commit
826aa8aa36
92 changed files with 5622 additions and 0 deletions
12
modules/ncenterlite/queries/insertUserConfig.xml
Normal file
12
modules/ncenterlite/queries/insertUserConfig.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="insertUserConfig" action="insert">
|
||||
<tables>
|
||||
<table name="ncenterlite_user_set" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="member_srl" var="member_srl" notnull="notnull" />
|
||||
<column name="comment_notify" var="comment_notify" notnull="notnull" />
|
||||
<column name="mention_notify" var="mention_notify" notnull="notnull" />
|
||||
<column name="message_notify" var="message_notify" notnull="notnull" />
|
||||
<column name="regdate" var="regdate" default="curdate()" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue