mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-13 22:06:14 +01:00
6 lines
163 B
SQL
6 lines
163 B
SQL
ALTER TABLE http_responses
|
|
ADD COLUMN state TEXT DEFAULT 'closed' NOT NULL;
|
|
|
|
ALTER TABLE grpc_connections
|
|
ADD COLUMN state TEXT DEFAULT 'closed' NOT NULL;
|