setup/postgres/psql_patch_1.6.0.sql@0343792a6175
setup/postgres/psql_patch_1.6.0.sql
Sun, 24 May 2026 14:29:27 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Sun, 24 May 2026 14:29:27 +0200
- changeset 424
- 0343792a6175
- parent 367
-
0a9065936aac
- permissions
- -rw-r--r--
fix regression with rendering Markdown headings
fixes #854 which was a regression of issue #808
-- apply this script to patch a version 1.5.0 database to version 1.6.0
alter table lpit_user add knows_updates_until timestamp with time zone;