teable
teable copied to clipboard
Prisma API Error when changing column type
I have a column in a table which is currently a "Single Select" I'd like to change the type to a "Link" instead. I already made a new table with the correct values.
When changing the column type to Link, it gets to about the 80% mark (~45000 records) and then hits me with this:
For testing, I made a blank table with only three rows. Changing it there works fine, so I assume this is something of a hard cap? Is there an environment variable I can change to fix this?
Thanks.