Ver Fonte

Add a sql scripts to grant python

Required to make the python app working.
DricomDragon há 5 anos atrás
pai
commit
70c1267928
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      SQL/grant_python.sql

+ 3 - 0
SQL/grant_python.sql

@@ -0,0 +1,3 @@
+GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO python_app;
+
+GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO python_app;