Closed khatchad closed 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;
I have made the changes in problem_symptoms, problem_fixes, problem_causes and problem_categories in the dev database.
problem_symptoms
problem_fixes
problem_causes
problem_categories
Also changed in the models.py in commit 25d2d3bda38905596d34cebae69d26d5e08a5b74
Please make all description columns for categories mandatory. For example: