setup/postgres/psql_patch_1.7.0.sql

changeset 436
a07662e829c0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup/postgres/psql_patch_1.7.0.sql	Tue Jun 23 14:30:10 2026 +0200
@@ -0,0 +1,3 @@
+-- apply this script to patch a version 1.6.x database to version 1.7.0
+
+alter table lpit_project add column hidden boolean default false;

mercurial