Compare commits
2 Commits
93db38dc7f
...
71bbc42786
Author | SHA1 | Date |
---|---|---|
Emmanuel Garette | 71bbc42786 | |
Emmanuel Garette | a69d0f7386 |
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
set -e
|
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 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 sequences in schema public to risotto" risotto
|
||||||
psql -Upostgres -c "grant all on all functions in schema public to risotto" risotto
|
psql -Upostgres -c "grant all on all functions in schema public to risotto" risotto
|
||||||
|
@ -9,4 +11,6 @@ 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 sequences in schema public to tiramisu" tiramisu
|
||||||
psql -Upostgres -c "grant all on all functions 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
|
exit 0
|
Loading…
Reference in New Issue