Closed georgesmith46 closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Latest commit: 5e5c89e6a26906ea2b441fb7b7b3d35b938e06fe
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@Newbie012 I'm not sure what the versioning strategy is here. Should I create a changeset or bump the versions manually?
run pnpm changeset
from the root.
Looks great!
Fixes: #245
Removes calls to
createdb
anddropdb
and replaces them with SQL commands. This means the user will not need to install the PostgreSQL client to use this tool.