Browse Source

remove redundant grant

Pi 2 weeks ago
parent
commit
4b74fc6e39
1 changed files with 0 additions and 1 deletions
  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'