Sha256: 4ac34b2c688054c1555d8e97366546c28dab0123eaa3a4c994c5f9b7bf9c6957
Contents?: true
Size: 247 Bytes
Versions: 25
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true Sequel.migration do change do alter_table(:dynflow_delayed_plans) do long_text_type = @db.database_type == :mysql ? :mediumtext : String add_column :serialized_args, long_text_type end end end
Version data entries
25 entries across 25 versions & 1 rubygems