public
Description: Adds migration methods to manage constraints in PostgreSQL.
Homepage:
Clone URL: git://github.com/maxim/sexy_pg_constraints.git
sexy_pg_constraints / CHANGELOG.rdoc
100644 13 lines (7 sloc) 0.284 kb

0.1.3 - 01.19.2009

  • Bugfix: positive constraint fixed from >0 to >=0. Deconstrain and constrain to reapply.

0.1.2 - 11.30.2008

  • New constraints: even, odd, format

0.1.1 - 11.30.2008

  • Added foreign key constraints support.
  • Added multi-column constraints support.