mirror of
https://github.com/not-kennethreitz/records-migrate.git
synced 2026-06-05 06:56:14 +00:00
ab372e2ed8e1feeb74930a520c61e95767a72e97
Records-Migrate: a migration system for Records
A migration system for the Records Python library.
Intented Usage
$ records-migrate check
all migrations appear to be applied!
$ records-migrate new
Created file migrations/0003.sql. Feel free to add a suffix to the file name.
$ records-migrate apply
Applied migration 3/5...
Considerations
- Don't base migration order on file creation time, as Heroku strips the data on deploy.
Description
Languages
Python
100%