MCPcopy Create free account
hub / github.com/bytebase/bytebase / getMigrationObjectID

Function getMigrationObjectID

backend/plugin/schema/pg/metadata_migration.go:357–359  ·  view source on GitHub ↗
(schemaName, objectName string)

Source from the content-addressed store, hash-verified

355}
356
357func getMigrationObjectID(schemaName, objectName string) string {
358 return fmt.Sprintf("%s.%s", schemaName, objectName)
359}
360
361func buildDropObjectMaps(diff *schema.MetadataDiff) *metadataObjectMaps {
362 maps := newMetadataObjectMaps()

Calls

no outgoing calls

Tested by

no test coverage detected