This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Run skeet db dev to generate the prisma schema and types for the selected databases and generate the migration files if needed.
$ skeet db migrate
? Select Database (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
❯◉ card-db
◯ point-db
◯ staking-db
✔ Converted prisma.schema to Common Type - ./common/sql/card-db/prismaSchema.ts 🎉
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@skeet-framework/cli@2.0.9
Patch Changes
#305
cc18a61
Thanks @POPPIN-FUMI! - Update - skeet db devRun
skeet db dev
to generate the prisma schema and types for the selected databases and generate the migration files if needed.