|
|
|
|
|
by cies
1923 days ago
|
|
Interesting. My db and it's types have whole migration procedures to ensure all works on all environments, Hasura also does this. How would that work with just-TS? The schema changes but the documents in my KV-store (I assume that what you mean by "no types on the storage") have not changed accordingly. How to prevent this obvious trouble? |
|
Case 1 should be always prepared well or better avoided if possible. It doesn't matter if you have sql or nosql, they're just more complex and with a big production database some longer downtime is to be expected if the changes/migrations affect large parts.