Change current Schema and the data with it

Hey, so I have to redesign my complete db. Is there any way to make changes in schrma automatically sync with am current data, like changing a key where is currently an object to an array of the same object and insert the current data there (same key name). Or do I have to do that all manually? Same with limiting my array (like having now current limit and then limit it and cut off all excess objects (in my case the oldest ones))

1 Like

Fixed Typos:

Hey, so I have to redesign my complete db. Is there any way to make changes in schema automatically sync with my current data, like changing a key where is currently an object to an array of the same object and insert the current data there (same key name). Or do I have to do that all manually? Same with limiting my array (like having currently no limit and then limit it and cut off all excess objects (in my case the oldest ones))

1 Like