You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #150 I was getting this error, so I increased the size of title see the PR-> #153
vidur_app | ℹ Vite client warmed up in 2ms
database |2024-09-1305:21:48.692 UTC [30] ERROR: value too long for type character varying(8)
database |2024-09-1305:21:48.692 UTC [30] STATEMENT: insert into "review_tags" ("id","title","parent") values (default,$1,$2), (default,$3,$4), (default,$5,$6), (default,$7,$8), (default,$9,$10)
vidur_app | Seeding Database
vidur_app |
vidur_app | ERROR Error applying seed 2 value too long for type character varying(8)
The text was updated successfully, but these errors were encountered:
While working on #150 I was getting this error, so I increased the size of
title
see the PR-> #153The text was updated successfully, but these errors were encountered: