Skip to content

Prevent schema.rb reverting from datetime_with_timezone to datetime

What

In development/test environments this will change datetime columns to datetime_with_timezone. In production it is skipped, and on the down migration it is skipped as these should probably already have changed.

Are there points in the code the reviewer needs to double check?

Why

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #39289 (closed)

Edited by Grzegorz Bizon

Merge request reports