During upgrading phpMyFAQ from 1.6.12 to newest (2.0.0) this application report
as i noticed new faqcategories has column user_id with NOT NULL constraint and this query copy old values without this field so it must be nullDB error: ERROR: null value in column "user_id" violates not-null constraint
Query:
INSERT INTO faqcategories
(id, lang, parent_id, name, description)
SELECT id, lang, parent_id, name, description
FROM faqcategories_PMF16x_old
I hope that it help You
best regards