Should there be an "Alter" tab in the Ratel console window?

I’m vetting Dgraph for a couple of projects I have in the works. I’m mostly working with the Ratel dashboard right now for convenience but I can’t create a schema using the console because there is no tab for the Alter endpoint. This means I have to use mutations to get Dgraph to create the schema for me then modify the schema by hand.

Is this a bug that should be reported? I tried to search through the Github issues and it seems there are people referencing Ratel having an Alter tab but nothing about it being missing or removed.

The Alter was moved to the schema section check this out Mutate schema in Ratel web mutation-terminal - #2 by MichelDiz

Ahh, thanks. I see that now.