Rank 2: Process
I need to change a data type from float to string but I don't have the option to make that change, any ideas?
Votes
0
Replies
10
Participants
Unknown
Messages
11
Rank 2: Process
I need to change a data type from float to string but I don't have the option to make that change, any ideas?
Admin
Are you in production with people using different versions of your app?
Rank 2: Process
yes, I am in production
Admin
Will people be using old versions of your app? Can you afford downtime?
Rank 2: Process
If I can open a downtime
Rank 2: Process
Does the app refer to my Flutter application?
Admin
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
Rank 2: Process
The type of data I need to change is in appwrite in a collection
Rank 2: Process
Admin
we don't allow that. if you do that, your old app will error because it expects a number but is getting a string
Rank 2: Process
I understand, thanks for the information.