token.go
13.3 KB
-
fix: change token model_limits column from varchar(1024) to text · 066de35a
Fixes #3033 — users with many model limits hit PostgreSQL's varchar length constraint. The text type is supported across all three databases (SQLite, MySQL, PostgreSQL) with no length restriction.
RedwindA committed