How do I create an index for a particular stream?
Created 7 years ago by daviesgeek

I have two columns in a stream that I'd like to create a unique index from. How would I do that?

ryanthompson  —  7 years ago

You can use make:migration and run that but.. no way at this time to manage it via GUI.

daviesgeek  —  7 years ago

Ah okay. So I would have to create a migration separate from the streams definition correct?