aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/foreign_key_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* fk: `:primary_key` option for non-standard pk's.Yves Senn2014-06-261-0/+20
* fk: generalize using `AlterTable` and `SchemaCreation`.Yves Senn2014-06-261-2/+4
* fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQLYves Senn2014-06-261-0/+5
* fk: add `foreign_keys` for PostgreSQL adapter.Yves Senn2014-06-261-7/+27
* fk: `add_foreign_key` and `remove_foreign_key` for PostgreSQL adapter.Yves Senn2014-06-261-0/+49