mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
7 lines
110 B
Bash
7 lines
110 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
echo "Enable extension"
|
|
psql -d kata -c 'CREATE EXTENSION IF NOT EXISTS pgtap;'
|