mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 02:38:17 +08:00
[DEL]Delete event log table build in api
This commit is contained in:
parent
04046d4a71
commit
de7226febd
@ -118,7 +118,6 @@ func (m *Manager) RegisterTableModel() {
|
||||
m.models = append(m.models, &model.TenantServicesDelete{})
|
||||
//vs map port
|
||||
m.models = append(m.models, &model.TenantServiceLBMappingPort{})
|
||||
m.models = append(m.models, &model.EventLogMessage{})
|
||||
m.models = append(m.models, &model.TenantPlugin{})
|
||||
m.models = append(m.models, &model.TenantPluginDefaultENV{})
|
||||
m.models = append(m.models, &model.TenantPluginBuildVersion{})
|
||||
|
Loading…
Reference in New Issue
Block a user