feat: added linked application to graph

This commit is contained in:
2024-10-09 08:48:56 +01:00
parent 9f9b335557
commit d8b0556a3e
7 changed files with 90 additions and 41 deletions

View File

@@ -24,7 +24,8 @@ create table if not exists applications (
user_id text,
extra_data text,
status integer,
linked_application text default ''
linked_application text default '',
application_time text default ''
);
create table if not exists views (