dbmigrations
dbmigrations copied to clipboard
A library for the creation, management, and installation of schema updates for relational databases.
Since dbmigrations 2.1.0, migrations with . in the name, such as 2018-11-13_20-18-16_v0.1.0.txt are truncated at the last non-extension . and interpreted like 2018-11-13_20-18-16_v0.1 As a test, renaming to 2018-11-13_20-18-16_v0.1.txt results...
Is it just a fun name, an acronym, a bacronym? Where did it come from? The suspense is killing me. It's been 12 years, the people have waited long enough....
We have all our tables in a custom schema. I created the initial migration with `pg_dump` and then performing a little cleanup. In this script, it begins with: ``` sql...
I've sort of touched on this idea before, but now I'm quite certain this would be nice. Instead of having to run a separate program in order to run my...
It's not easy to tell which version of dbmigrations you're using, which makes reporting bugs more difficult. Supporting the standard version command line flags would be pretty nice, and given...