teable icon indicating copy to clipboard operation
teable copied to clipboard

Prisma API Error when changing column type

Open bhargavaman opened this issue 10 months ago • 0 comments

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:

Image

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.

bhargavaman avatar Mar 18 '25 09:03 bhargavaman