@@ -1 +1,3 @@
-CREATE DATABASE logistics;
+CREATE DATABASE logistics OWNER python_app ;
+
+GRANT ALL PRIVILEGES ON DATABASE logistics TO python_app ;