Index: openacs-4/packages/xolp/tcl/xolp-competency-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-competency-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/xolp/tcl/xolp-competency-procs.tcl 29 Jun 2018 17:27:19 -0000 1.3 +++ openacs-4/packages/xolp/tcl/xolp-competency-procs.tcl 11 Apr 2019 08:53:29 -0000 1.4 @@ -164,7 +164,7 @@ ::xo::db::require table xolp_competency_set_dimension { competency_set_id {SERIAL PRIMARY KEY} } { - INSERT INTO xolp_competency_set_bridge DEFAULT VALUES; + INSERT INTO xolp_competency_set_dimension DEFAULT VALUES; } ::xo::db::require table xolp_competency_set_bridge {