Pi преди 2 седмици
родител
ревизия
4b74fc6e39
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      run.sh

+ 0 - 1
run.sh

@@ -13,7 +13,6 @@ GRANT das TO pi;
 EOF
 )
 podman exec -i  grocery_db_1 pg_restore -U postgres -Ce --dbname postgres  < dump
-podman exec -i  grocery_db_1 psql -d grocery -U postgres -c 'grant select on all tables in schema public to pi;'
 sudo cp pg_hba.conf data/pg_hba.conf
 podman exec  -i grocery_db_1 bash -c 'kill -HUP 1'