mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 16:21:13 +01:00
Url parameters done
This commit is contained in:
2
src-tauri/migrations/20231113183810_url_params.sql
Normal file
2
src-tauri/migrations/20231113183810_url_params.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE http_requests
|
||||
ADD COLUMN url_parameters TEXT NOT NULL DEFAULT '[]';
|
||||
Reference in New Issue
Block a user