MCPcopy Index your code
hub / github.com/apache/devlake / RenameTableOperation

Struct RenameTableOperation

backend/server/services/remote/models/migration.go:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124var _ Operation = (*RenameTableOperation)(nil)
125
126type RenameTableOperation struct {
127 OldName string `json:"old_name"`
128 NewName string `json:"new_name"`
129}
130
131func (o RenameTableOperation) Execute(basicRes context.BasicRes) errors.Error {
132 db := basicRes.GetDal()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected