feat: added linked application to graph
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user