I can't update attribute size restriction in the web inerface. Is there any other way. As long as I am in development faze, deleting and recreating is not a problem, but once in production, deleting attribute means deleting data. I hope there's a way to do this?
At the moment, no there is not. Doing this is tricky in production because it may result in locking the table and then your app would result in downtime. The typical recommended approach is to migrate to a new attribute in phases
Thanks Steven. I understand, but I prefer having a downtime than loosing data 🙂
By migrating in phases you mean creating a new attribute and migrating data to it? But that may require massive changes in the app code base. Or did you mean something else?
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...