Mercurial > hgweb > health
changeset 4848:07e74f1d3174
task #16043, Migration to GNU Health 4.0: Update before.sql script renaming webdav and calendar packages
| author | Luis Falcon <falcon@gnuhealth.org> |
|---|---|
| date | Thu, 13 Jan 2022 15:36:05 +0000 |
| parents | e3ebcf694ab0 |
| children | 6eed692426cd |
| files | tryton/scripts/upgrade/4.0/before.sql |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/scripts/upgrade/4.0/before.sql +++ b/tryton/scripts/upgrade/4.0/before.sql @@ -1,5 +1,8 @@ -- Rename webdav to health_webdav3_server +update ir_module set name='health_webdav3_server' where name='webdav'; +-- Rename webdav to health_webdav3_server +update ir_module set name='health_caldav' where name='calendar'; -- 5.0 -> 5.2 -- [SQL] Remove error translations:
