• Alex Kalderimis's avatar
    Improves add_timestamps_with_timezone helper · eda789c3
    Alex Kalderimis authored
    This improves the `add_timestamps_with_timezone` helper by allowing the
    column names to be configured. This has the advantage that unnecessary
    columns can be avoided, saving space.
    
    A helper for removing the columns is also provided, to be used in the
    `down` method of migrations.
    eda789c3
migration_helpers.rb 42.6 KB