File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 5353 psql -U $POSTGRES_USER -h localhost --port 55432 -c "CREATE USER $AGRAMMON_OWNER PASSWORD 'agrammon'" > /dev/null
5454 psql -U $POSTGRES_USER -h localhost --port 55432 -c "CREATE GROUP $AGRAMMON_GROUP USER $AGRAMMON_OWNER" > /dev/null
5555 psql -U $POSTGRES_USER -h localhost --port 55432 -c "GRANT ALL ON SCHEMA public TO $AGRAMMON_GROUP" > /dev/null
56- # psql -U $POSTGRES_USER -h localhost --port 55432 -c "ALTER DATABASE $AGRAMMON_DB OWNER TO $AGRAMMON_OWNER" > /dev/null
5756 psql -U $POSTGRES_USER -h localhost --port 55432 -c "CREATE EXTENSION pgcrypto" $AGRAMMON_DB > /dev/null
58- psql -U $POSTGRES_USER -h localhost --port 55432 --file=$AGRAMMON_SCHEMA $AGRAMMON_DB > /dev/null
59- psql -U $POSTGRES_USER -h localhost --port 55432 -c "GRANT ALL ON DATABASE $AGRAMMON_DB TO $AGRAMMON_OWNER" > /dev/null
57+ psql -U $AGRAMMON_OWNER -h localhost --port 55432 --file=$AGRAMMON_SCHEMA $AGRAMMON_DB > /dev/null
6058 psql -U $AGRAMMON_OWNER -h localhost --port 55432 --file=$AGRAMMON_TEST_DATA $AGRAMMON_DB > /dev/null
6159
6260 - name : Install system dependencies
You can’t perform that action at this time.
0 commit comments