We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8d4e9 commit c1666d9Copy full SHA for c1666d9
echo/schema/01-base.sh
@@ -2,7 +2,7 @@
2
set -euf -o pipefail
3
4
psql -v ON_ERROR_STOP=1 --username "echo" --dbname "echo" <<-EOSQL
5
- CREATE EXTENSION IF NOT EXISTS pgcrypto;
+ CREATE EXTENSION IF NOT EXISTS pgcrypto;
6
7
CREATE TABLE IF NOT EXISTS pastes (
8
id TEXT PRIMARY KEY,
0 commit comments