schemas: docs say it's good practice to make a new...
# talk-kratos
b
schemas: docs say it's good practice to make a new identity schema instead of updating existing. But are updates supported at all? Only update ever I want to do is add/remove credentials from this:
Copy code
"<http://ory.sh/kratos|ory.sh/kratos>": {
            "credentials": {
              "password": {
                "identifier": true
              }
            }
          }
        },
I'd rather not loop every identity and migrate it to new schema when admin decides that from now on, only SSO is a blessed way.
I guess I can just test it live