There are no migrations in Typesense. What you can...
# community-help
f
There are no migrations in Typesense. What you can do is set up an Alias for the collection, and create new schemas over time, truncate the old collection, and migrate the data to the new one. That way, you keep the old collection schema to track changes over time. In terms of CI, what changes do you want to apply to the schema during CI? What does the current pipeline cover?