rails/activerecord/test/schema
Yaw Boakye b915b11cca
For PostgreSQL >= 9.4 use gen_random_uuid()
Since 9.4, PostgreSQL recommends using `pgcrypto`'s `gen_random_uuid()`
to generate version 4 UUIDs instead of the functions in the `uuid-ossp`
extension.

These changes uses the appropriate UUID function depending on the
underlying PostgreSQL server's version, while maintaining
`uuid_generate_v4()` in older migrations.
2016-11-22 22:11:18 +00:00
..
mysql2_specific_schema.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
oracle_specific_schema.rb tests, favor public API over inspecting columns where possible. 2014-12-01 16:57:48 +01:00
postgresql_specific_schema.rb For PostgreSQL >= 9.4 use gen_random_uuid() 2016-11-22 22:11:18 +00:00
schema.rb Remove a confusing comment 2016-10-31 10:27:01 +09:00
sqlite_specific_schema.rb Remove unused table_with_autoincrement table 2016-04-19 17:17:19 +09:00