public
Fork of vigetlabs/foreign_key_migrations
Description: A gem/plugin for ActiveRecord that lets you define foreign keys in migrations.
Clone URL: git://github.com/crnixon/foreign_key_migrations.git
100644 16 lines (9 sloc) 0.392 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Wed Aug 8 2007 Clinton R. Nixon <clinton@viget.com>
 
    * Multiple-column foreign keys added
 
Tue Aug 7 2007 Clinton R. Nixon <clinton@viget.com>
 
    * Added database dependencies
    * Added ALTER TABLE support for PostgreSQL and SQLite
 
Mon Aug 6 2007 Clinton R. Nixon <clinton@viget.com>
 
    * Initial check-in
    * Added correct pluralization
    * Added MIT license