Documentation ¶
Index ¶
Constants ¶
View Source
const (
AllowSameLoginCrossOrgs = "update login field with orgid to allow for multiple service accounts with same name across orgs"
)
View Source
const (
LowerCaseUserLoginAndEmail = "update login and email fields to lowercase"
)
Variables ¶
This section is empty.
Functions ¶
func AddLowerCaseUserLoginAndEmail ¶
AddLowerCaseUserLoginAndEmail adds a migration that updates the login and email fields of all users to be in lower case.
func AddServiceAccountsAllowSameLoginCrossOrgs ¶
Service accounts login were not unique per org. this migration is part of making it unique per org to be able to create service accounts that are unique per org
Types ¶
type ServiceAccountsSameLoginCrossOrgs ¶
type ServiceAccountsSameLoginCrossOrgs struct { migrator.MigrationBase // contains filtered or unexported fields }
type UsersLowerCaseLoginAndEmail ¶
type UsersLowerCaseLoginAndEmail struct {
migrator.MigrationBase
}
Click to show internal directories.
Click to hide internal directories.