moodleou / moodle-mod_ouwiki

Alternative wiki module for Moodle 2 (designed for use in teaching and learning)
36 stars 32 forks source link

Fix duplicate index keys #75

Closed mwithheld closed 2 years ago

mwithheld commented 6 years ago

Produces error "ORA-01452: Cannot CREATE UNIQUE INDEX; duplicate keys found" b/c it adds two indices to ouwiki subwiki table. When subwiki is a group, user is null, so wiki-user index is not unique -- and vise versa when subwiki is for user. You can either create a single three-field index (wiki-group-user) or drop indices altogether.