mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
Refactor model emit, and recent conn dropdown
This commit is contained in:
@@ -33,7 +33,8 @@ CREATE TABLE grpc_connections
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
updated_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
service TEXT NOT NULL,
|
||||
method TEXT NOT NULL
|
||||
method TEXT NOT NULL,
|
||||
elapsed INTEGER NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE grpc_messages
|
||||
|
||||
Reference in New Issue
Block a user