|
You are here |
blog.pchudzik.com | ||
| | | | |
blog.julik.nl
|
|
| | | | | We get attached to code - sometimes to a fault. Old migrations are exactly that. They're digital hoarding at its finest, cluttering up your codebase with files that serve absolutely no purpose other than to make you feel like you're preserving some kind of historical record. But here's the brutal truth: your old migrations are utterly useless. They're worse than useless - they're actively harmful. They're taking up space, they are confusing (both for you and new developers on the project), and they give you a false sense of security about your database's evolution. If your database is out-of-sync with schema.rb you need to solve that problem anyway, and - if anything - the migrations make that problem worse. | |
| | | | |
vadimkravcenko.com
|
|
| | | | | This is a comprehensive guide, packed with best practices and expert insights about proper deployment, to master the art of seamless database migrations. | |
| | | | |
quanttype.net
|
|
| | | | | A database schema migration tool has three tasks: creating, managing, and executing migrations. | |
| | | | |
fabianlindfors.se
|
|
| | | MSc Computer science student | ||