Add tool numgen

This commit is contained in:
knedlik
2025-12-18 22:22:26 +01:00
parent 9435399096
commit 37d1daa052
8 changed files with 168 additions and 179 deletions

View File

@@ -11,7 +11,7 @@ create table if not exists dashboards (
);
create table if not exists groups (
group_id text unique not null,
group_id integer unique not null,
group_text text not null,
group_description text,
active integer not null default 1,