new project block - codegen damaged...

This commit is contained in:
henkej
2026-01-14 12:28:15 +01:00
parent 435a1e28f6
commit 1464210765
94 changed files with 204 additions and 16559 deletions

View File

@@ -14,7 +14,8 @@ create table profile.t_profile (
lastchange timestamp without time zone default now(),
pk_profile integer not null primary key generated always as identity,
username text not null unique,
theme text default 'light'::text not null
theme text default 'light'::text not null,
column dynamic_css text
);
create table profile.t_role (