feat(mobile): update notifications and more error handling added
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m24s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m24s
This commit is contained in:
10
migrations/0041_bright_tempest.sql
Normal file
10
migrations/0041_bright_tempest.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE "scan_log" (
|
||||
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
|
||||
"scanner_id" text,
|
||||
"message" text NOT NULL,
|
||||
"prompt" text,
|
||||
"command_description" text,
|
||||
"status" text,
|
||||
"lines" jsonb DEFAULT '[]'::jsonb,
|
||||
"add_Date" timestamp DEFAULT now()
|
||||
);
|
||||
2023
migrations/meta/0041_snapshot.json
Normal file
2023
migrations/meta/0041_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -288,6 +288,13 @@
|
||||
"when": 1776770845947,
|
||||
"tag": "0040_rainy_white_tiger",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 41,
|
||||
"version": "7",
|
||||
"when": 1777509638464,
|
||||
"tag": "0041_bright_tempest",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user