Skip to content

Commit c1666d9

Browse files
committed
Reformat db schema to be consistent
1 parent 9c8d4e9 commit c1666d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo/schema/01-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euf -o pipefail
33

44
psql -v ON_ERROR_STOP=1 --username "echo" --dbname "echo" <<-EOSQL
5-
CREATE EXTENSION IF NOT EXISTS pgcrypto;
5+
CREATE EXTENSION IF NOT EXISTS pgcrypto;
66
77
CREATE TABLE IF NOT EXISTS pastes (
88
id TEXT PRIMARY KEY,

0 commit comments

Comments
 (0)