mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
feat: admin page add account mail count && sendbox default all && send access suppory filter (#172)
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# CHANGE LOG
|
||||
|
||||
## v0.3.0
|
||||
|
||||
Breaking Changes:
|
||||
|
||||
DB changes:
|
||||
|
||||
`address` 表的前缀将从代码中迁移到 db 中,请将下面 sql 中的 `tmp` 替换为你的前缀,然后执行。
|
||||
|
||||
```sql
|
||||
update
|
||||
address
|
||||
set
|
||||
name = 'tmp' || name;
|
||||
```
|
||||
|
||||
## v0.2.10
|
||||
|
||||
- `ENABLE_USER_DELETE_EMAIL` 是否允许用户删除账户和邮件
|
||||
|
||||
Reference in New Issue
Block a user