Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for Existing but nil :precision Option #46140

Merged
merged 1 commit into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. Add precision assignment back to timestamps method

    This code block was removed in a previous PR, but it had
    a side effect of causing certian timestamp fields to be
    changed from `datetime(6)` to `datetime` when performing a schema
    migration in the 6.1 version of the migration class. This is due
    to `options[:precision]` being set to `nil` and therefore
    not being set to the default of 6 later on in the code path.
    ahoglund committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    a7703ce View commit details
    Browse the repository at this point in the history