瀏覽代碼

remove redundant grant

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'