mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
Allow points to be updated in SQL without replacing current value
This commit is contained in:
parent
7e438350ac
commit
833ba2390a
2 changed files with 63 additions and 42 deletions
|
|
@ -4,6 +4,7 @@
|
|||
</tables>
|
||||
<columns>
|
||||
<column name="point" var="point" />
|
||||
<column name="point" operation="plus" var="diff" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue