mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:31:18 +02:00
Use req/conn/msg models in unary/server
This commit is contained in:
@@ -52,5 +52,7 @@ CREATE TABLE grpc_messages
|
||||
ON DELETE CASCADE,
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
updated_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
is_server BOOLEAN NOT NULL,
|
||||
is_info BOOLEAN NOT NULL,
|
||||
message TEXT NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user