2019-02-01 08:33:13 -05:00
2019-02-01 08:28:27 -05:00
2019-02-01 07:59:54 -05:00
2019-02-01 08:27:07 -05:00
2019-02-01 08:28:27 -05:00

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...
S
Languages
Python 100%