数据库某些表可以手工清理

This commit is contained in:
刘祥超
2021-01-19 16:14:09 +08:00
parent 7f66c65770
commit 74896babb5
8 changed files with 176 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ func init() {
GetPost("/update", new(UpdateAction)).
GetPost("/clean", new(CleanAction)).
GetPost("/cleanSetting", new(CleanSettingAction)).
GetPost("/truncateTable", new(TruncateTableAction)).
GetPost("/deleteTable", new(DeleteTableAction)).
EndAll()
})
}