Testing setup working, settings moved to a singleton and initialized on

main.
This commit is contained in:
rzuasti
2026-02-18 11:23:20 -05:00
parent 93b27c7205
commit 54e6dba496
13 changed files with 140 additions and 67 deletions
@@ -0,0 +1 @@
INSERT INTO NOTIFICATIONS (id, created_on, notification_type, title, body, is_new) VALUES (1, '2026-01-03 14:13:12', 'NewDeviceFound', 'Title new device found', 'Body new device found', 1);