AkshayOriginal post
Web Developer
Hi team, I'm new to Appwrite and wanted to read up on how database schema migrations are handled. I did see the cli collections pull and push commands however, I didn't see how the collections manage to transfer data to the new schema ie if a column were to be renamed, will the previous rows be copied into the new columns. It's not clear to me as there are no explicit sql commands that are present. Please point me to the right place in the docs to undertand this better. Thanks!
Summary
New developer asking about Appwrite's database schema migrations and how data is transferred to new schema when using cli collections pull and push commands. They are unsure about how renaming columns will affect existing data. Requesting guidance to relevant documentation for clarification.