mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-23 18:36:18 +02: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;
|