Steevo Wiki

You are here: Home » dev » prisma

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
dev:prisma [2025/05/15 13:14]
admin
dev:prisma [2025/10/28 14:08] (current)
admin
Line 13: Line 13:
 <code> <code>
 prisma migrate resolve --rolled-back "20250411120407_created_at_not_null" prisma migrate resolve --rolled-back "20250411120407_created_at_not_null"
 +</code>
 +
 +==== Add a migration in migrations table without running the migration =====
 +<code>
 +prisma migrate resolve --applied "[migration_name]"
 </code> </code>