parent
4a9526552d
commit
7b20158449
@ -1,2 +1,4 @@ |
||||
# Use timestampz to create new timestamp columns, so that we get WITH TIME ZONE support |
||||
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.datetime_type = :timestamptz |
||||
if defined?(ActiveRecord::ConnectionAdapters::PostgreSQLAdapter) |
||||
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.datetime_type = :timestamptz |
||||
end |
||||
|
Loading…
Reference in new issue