Add body type to request and tab dropdown

This commit is contained in:
Gregory Schier
2023-03-14 11:18:56 -07:00
parent e67118bfa9
commit b9294ff994
11 changed files with 278 additions and 148 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE http_requests ADD COLUMN body_type TEXT NULL;