null value in column "description"
 

I installed the latest askbot from github and found the following error in the error logs.

[error] null value in column "description" violates not-null constraint

I want to point this error to the developers.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kintali's avatar
141
kintali
asked 13 years ago

Comments

i traced it to badges.init_badges() in run() ... supposed to be able to get_or_create but error results rather than creating.

cwjacklin's avatar cwjacklin (12 years ago)
see more comments