Compare commits
No commits in common. "71bbc42786b5dc5d2bbfe164b87aed066aab725b" and "93db38dc7f1234c36b7779b884c6a8950a5dd2ce" have entirely different histories.
71bbc42786
...
93db38dc7f
|
@ -2,8 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
systemctl start postgresql.service
|
||||
|
||||
psql -Upostgres -c "grant all on all tables in schema public to risotto" risotto
|
||||
psql -Upostgres -c "grant all on all sequences in schema public to risotto" risotto
|
||||
psql -Upostgres -c "grant all on all functions in schema public to risotto" risotto
|
||||
|
@ -11,6 +9,4 @@ psql -Upostgres -c "grant all on all tables in schema public to tiramisu" tirami
|
|||
psql -Upostgres -c "grant all on all sequences in schema public to tiramisu" tiramisu
|
||||
psql -Upostgres -c "grant all on all functions in schema public to tiramisu" tiramisu
|
||||
|
||||
systemctl stop postgresql.service
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue