mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix member birthday column not being updated to empty value
This commit is contained in:
parent
d65a32b385
commit
23db2eb6a3
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<column name="find_account_answer" var="find_account_answer" default="" />
|
||||
<column name="homepage" var="homepage" default="" />
|
||||
<column name="blog" var="blog" default="" />
|
||||
<column name="birthday" var="birthday" />
|
||||
<column name="birthday" var="birthday" default="" />
|
||||
<column name="allow_mailing" var="allow_mailing" default="Y" />
|
||||
<column name="allow_message" var="allow_message" />
|
||||
<column name="is_admin" var="is_admin" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue