Comment: | PRIMARY KEY (aa_page_id, aa_revision) isn't unique for article_assessment_pages
Adding aa_dimension to key ('works' for the moment, till it's sorted properly,otherwise INSERT INTO mw_article_assessment_pages(aa_page_id, aa_revision, aa_total, aa_count, aa_dimension) VALUES(1, 33, 10, 2, 1), (1, 33, 10, 2, 2), (1, 33, 10, 2, 3), (1, 33, 10, 2, 4); would fail) |