Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value too long for reviewTagsTable #154

Closed
shivam-sharma7 opened this issue Sep 13, 2024 · 2 comments
Closed

Value too long for reviewTagsTable #154

shivam-sharma7 opened this issue Sep 13, 2024 · 2 comments

Comments

@shivam-sharma7
Copy link
Member

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
Copy link
Member

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

@amandesai01
Copy link
Member

Let this be taken care of PR for #150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants