Index: openacs-4/packages/calendar/sql/postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/sql/postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql,v diff -u -N -r1.1 -r1.1.2.1 --- openacs-4/packages/calendar/sql/postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql 22 Apr 2018 18:02:52 -0000 1.1 +++ openacs-4/packages/calendar/sql/postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql 9 Aug 2019 20:34:07 -0000 1.1.2.1 @@ -13,7 +13,7 @@ ); --- ---- The new ical_vars are now triples, contaning the tag name, the tag +--- The new ical_vars are now triples, containing the tag name, the tag --- parameters and the value. Previously it wer just pairs. --- UPDATE cal_uids SET ical_vars = NULL;