mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-21 09:48:18 +00:00
feat(idp_table_relational): adding inital idp tables for relational repository
This commit is contained in:
@@ -14,7 +14,7 @@ var _OrgStateIndex = [...]uint8{0, 6, 14}
|
||||
const _OrgStateLowerName = "activeinactive"
|
||||
|
||||
func (i OrgState) String() string {
|
||||
if i < 0 || i >= OrgState(len(_OrgStateIndex)-1) {
|
||||
if i >= OrgState(len(_OrgStateIndex)-1) {
|
||||
return fmt.Sprintf("OrgState(%d)", i)
|
||||
}
|
||||
return _OrgStateName[_OrgStateIndex[i]:_OrgStateIndex[i+1]]
|
||||
|
Reference in New Issue
Block a user