setup/postgres/psql_create_tables.sql

changeset 436
a07662e829c0
parent 367
0a9065936aac
--- a/setup/postgres/psql_create_tables.sql	Tue Jun 23 13:06:07 2026 +0200
+++ b/setup/postgres/psql_create_tables.sql	Tue Jun 23 14:30:10 2026 +0200
@@ -16,6 +16,7 @@
     name        text    not null unique,
     node        text    not null unique,
     ordinal     integer not null default 0,
+    hidden      boolean not null default false,
     description text,
     repoUrl     text,
     vcs         vcstype not null default 'None'::vcstype,

mercurial