function

PluginStepChecksum

func PluginStepChecksum( adapter schema.PluginDatabaseAdapter, plugin string, version uint32, direction string, statements []string, ) string

Compute the stable identity of ordered plugin SQL.

Source migration/migration.go:244

@param adapter
The adapter value.
@param plugin
The plugin value.
@param version
The version value.
@param direction
The direction value.
@param statements
The statements value.
@returns
The declared result.

Related types