feat: support sending "new title" alerts to devices
This commit is contained in:
4
drizzle/0005_shiny_scarecrow.sql
Normal file
4
drizzle/0005_shiny_scarecrow.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE `key_value` (
|
||||
`key` text PRIMARY KEY NOT NULL,
|
||||
`value` text NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user