profilecity / vidur

Vidur - Recruiting Software for forward thinking companies.
https://profilecity.xyz/vidur
Other
330 stars 95 forks source link

Value too long for `reviewTagsTable` #154

Closed shivam-sharma7 closed 1 month ago

shivam-sharma7 commented 1 month ago

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-13 05:21:48.692 UTC [30] ERROR:  value too long for type character varying(8)                                     
database   | 2024-09-13 05: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)   
amandesai01 commented 1 month ago

yes correct, we need better char limit, let's go with 32

amandesai01 commented 1 month ago

Let this be taken care of PR for #150