mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Good start to multi-window
This commit is contained in:
7
src-tauri/migrations/20230329000257_updated-by.sql
Normal file
7
src-tauri/migrations/20230329000257_updated-by.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE http_requests ADD COLUMN updated_by TEXT NOT NULL DEFAULT '';
|
||||
ALTER TABLE http_responses ADD COLUMN updated_by TEXT NOT NULL DEFAULT '';
|
||||
ALTER TABLE workspaces ADD COLUMN updated_by TEXT NOT NULL DEFAULT '';
|
||||
ALTER TABLE key_values ADD COLUMN updated_by TEXT NOT NULL DEFAULT '';
|
||||
|
||||
ALTER TABLE http_requests ADD COLUMN authentication TEXT NOT NULL DEFAULT '{}';
|
||||
ALTER TABLE http_requests ADD COLUMN authentication_type TEXT;
|
||||
Reference in New Issue
Block a user