github.com/golang-migrate/migrate/v4/database/postgres.Config.SchemaName (field)

4 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L39: 	SchemaName      string
		postgres.go#L83: 	config.SchemaName = schemaName
		postgres.go#L148: 	aid, err := database.GenerateAdvisoryLockId(p.config.DatabaseName, p.config.SchemaName)
		postgres.go#L169: 	aid, err := database.GenerateAdvisoryLockId(p.config.DatabaseName, p.config.SchemaName)