Add body type to request and tab dropdown

This commit is contained in:
Gregory Schier
2023-03-14 11:18:56 -07:00
parent 00f4a008f8
commit b17824c88d
12 changed files with 280 additions and 152 deletions

View File

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