refactor: httpx transport warning fixed

This commit is contained in:
Jakub Miazek
2024-03-24 18:34:11 +01:00
parent 7e34800d78
commit 85789ee4ad
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
-- DROP DATABASE IF EXISTS devdb;
-- CREATE DATABASE devdb;
\connect devdb;
CREATE SCHEMA shakespeare;
CREATE SCHEMA happy_hog;