Quellcode durchsuchen

Add a sql scripts to grant python

Required to make the python app working.
DricomDragon vor 5 Jahren
Ursprung
Commit
70c1267928
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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;