aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/uuid_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Migration dump UUID default functions to schema.rb. Fixes #10751.kennyj2013-07-101-0/+1
* | Fixed a bug in when using has_many association with :inverse_of option and U...kennyj2013-05-081-0/+40
|/
* fix to remove warning on postgres adapter test.Akshay Khole2013-05-051-1/+1
* Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.Brian Buchanan2013-05-031-0/+12
* Improve docs for postgresql with uuid primary keys [ci skip]Carlos Antonio da Silva2013-05-011-1/+0
* allow override of uuid_generate_v4() default by passing default: nilChad Moone2013-05-011-0/+31
* add uuid primary key supportAaron Patterson2013-03-221-0/+10
* you can provide uuid_generate_v4 as the default value for uuid columnsAaron Patterson2013-03-141-0/+43