<query id="updateAllChangePasswordDate" action="update">
    <tables>
        <table name="member" />
    </tables>
    <columns>
        <column name="change_password_date" var="change_password_date" notnull="notnull" default="curdate()" />
    </columns>
</query>
