3 Replies
That's right, only that is supported at the moment, unfortunately. This is very common feedback that we receive, so it's high on our list to solve.
It's a bit more complex than it sounds because we want to have it working between branches (you do a change in a branch, then merge that branch to main).
But editing xata.ts and then pushing should also work, if you ignore the issues with making that kind if change in the same branch
You can do schema dump and schema import via the CLI, but the same restrictions apply. The exception is in preview branches, where we drop the data on every push.