mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Clean up member_auth_mail table schema, adding auth_type column
This commit is contained in:
parent
c2311f88be
commit
b934b8638f
5 changed files with 41 additions and 7 deletions
|
|
@ -4,6 +4,9 @@
|
|||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" />
|
||||
<condition operation="equal" column="new_password" default="XE_change_emaill_address" notnull="notnull" pipe="and" />
|
||||
<group pipe="and">
|
||||
<condition operation="equal" column="new_password" default="XE_change_emaill_address" />
|
||||
<condition operation="equal" column="auth_type" default="change_email" pipe="or" />
|
||||
</group>
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue