Update README with supported version info

This commit is contained in:
Robert Lechte 2016-08-23 23:25:50 +12:00 committed by GitHub
parent dd230660de
commit 811e581a77

View File

@ -5,6 +5,7 @@ Schema migrations are without doubt the most cumbersome and annoying part of wor
But schemas are actually good. Enforcing data consistency and structure is a good thing. Its the migration tooling that is bad, because its harder to use than it should be. ``migra`` is an attempt to change that, and make migrations easy, safe, and reliable instead of something to dread.
**Migra supports PostgreSQL >= 9.4.** Known issues exist with earlier versions.
How it Works
------------