Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
AlexeyKuzko committed Dec 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7d45040 commit 2c7cc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare.sh
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ psql -U "$PGUSER" -h "$PGHOST" -p "$PGPORT" -d "$DBNAME" <<-EOSQL
name TEXT NOT NULL,
category TEXT NOT NULL,
price NUMERIC(10, 2) NOT NULL,
created_at DATE NOT NULL,
created_at DATE NOT NULL
);
EOSQL

0 comments on commit 2c7cc29

Please sign in to comment.