feat: sql migrations and daemon state endpoint
This commit is contained in:
5
crates/daemon/migrations/20260214_1_init.sql
Normal file
5
crates/daemon/migrations/20260214_1_init.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS messages (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
text TEXT NOT NULL,
|
||||
is_user BOOL NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user