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
Next revision
Previous revision
dev:prisma [2025/05/15 13:12]
admin
dev:prisma [2025/10/28 14:08] (current)
admin
Line 10: Line 10:
  
  
-==== Re aply failed migrations ====+==== Rollback failed migrations ==== 
 +<code> 
 +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>