[Solved] set required (discussion body) field to false*

by default when we create a discussion, title name and body are required.
how to make the body become not required?
0
by default when we create a discussion, title name and body are required.
how to make the body become not required?
Answers
So ppl just create titles? For real?
There was an error rendering this rich post.
in the GDN_discussions table change the schema removing NotNull from Body.
grep is your friend.
where is the GDN_discussions table?
Only found GDN_discussion on the db
Done.
i commented the class.discussionmodel.php on line 787 and tell the database to accept null discussins body.
many thanks