mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[GH-ISSUE #67] D1 满了,怎么保留表结构,只删除表内数据呢? #27
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @goxofy on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/67
500MB 已满
@dreamhunter2333 commented on GitHub (Feb 21, 2024):
wrangler d1 execute dev --command="delete from xxx"
执行 sql 即可,比如上面的
@goxofy commented on GitHub (Feb 21, 2024):
OK,谢谢