LogoClawIndex
CasesSkillsAbout
LogoClawIndex

prisma-cli-migrate-reset - Reset database and reapply migrations

Resets database, applies migrations, and runs seed script

Tags

Updated: 2026-02-13
databasemigrationresetdevelopmentprisma

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • drop database
  • re-create database
  • apply migrations
  • run seed script

Inputs

  • schema file
  • Prisma config file
  • migration files
  • seed configuration

Outputs

  • reset database
  • applied migrations
  • executed seed script

Requirements

  • Prisma CLI
  • database connection
  • schema.prisma file

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
drop database
re-create database
apply migrations
run seed script
schema file
Prisma config file
migration files
reset database
applied migrations
executed seed script