1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/bundled-libs/zendframework/zend-db/.ci/pgsql_fixtures.sh

7 lines
177 B
Bash

#!/usr/bin/env bash
echo "Configure PostgreSQL test database"
psql -U postgres -c 'create database zenddb_test;'
psql -U postgres -c "alter role postgres password 'postgres'"