Hacker News new | ask | show | jobs
by tags2k 438 days ago
I'm entirely unsure how database migrations aren't breaking changes - you migrate to a new version of your schema, queries that use an older schema aren't going to work. Database server functions can be changed through migrations too.