upgrade 1.0.5
Migration hints for upgrading from 1.0.4 to 1.0.5
Changes to database structure
Add the following three columns to your users table:
| name | type | default value |
null |
|---|---|---|---|
| account_expired | boolean | false |
NOT NULL |
| account_locked |
boolean | false |
NOT NULL |
| password_expired | boolean | false |
NOT NULL |

