Commit e23218eb authored by Frank Bergmann's avatar Frank Bergmann

- V3.1.2-V3.2 upgrade

parent 637eae02
......@@ -304,3 +304,10 @@ select im_component_plugin__new (
\i ../common/intranet-timesheet-common.sql
\i ../common/intranet-timesheet-backup.sql
-- After upgrade V3.1.2 -> V3.2:
-- Make sure that there are no "intranet-timesheet" stuff left in the
-- title_tcl row of component plugins
update im_component_plugins set title_tcl = '_ ' || title_tcl where title_tcl like 'intranet-timesh%';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment