ponder-lab / Imperative-DL-Study-Web-App

0 stars 0 forks source link

Make description columns mandatory #91

Closed khatchad closed 3 years ago

khatchad commented 3 years ago

Please make all description columns for categories mandatory. For example:

ALTER TABLE `problem_symptoms` CHANGE `description` `description` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
tatianacv commented 3 years ago

I have made the changes in problem_symptoms, problem_fixes, problem_causes and problem_categories in the dev database.

tatianacv commented 3 years ago

Also changed in the models.py in commit 25d2d3bda38905596d34cebae69d26d5e08a5b74