I need to change a data type from float to string but I don't have the option to make that change, any ideas?
Are you in production with people using different versions of your app?
yes, I am in production
Will people be using old versions of your app? Can you afford downtime?
If I can open a downtime
Does the app refer to my Flutter application?
Yes. With mobile apps, people may be on different versions because they haven't updated the app. As such, you need to make sure to continue to support them until they upgrade
The type of data I need to change is in appwrite in a collection
we don't allow that. if you do that, your old app will error because it expects a number but is getting a string
I understand, thanks for the information.
Recommended threads
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...
- appwrite pull Tables duplicates all coll...
I encountered a bug when running appwrite pull Tables. Every existing collection in my appwrite.json gets duplicated. One collection ended up appearing three t...