Sha256: c9ee12274c30a0f5bc97459c3001361e47f98818b0d4c2ad96351cff69737c2c
Contents?: true
Size: 400 Bytes
Versions: 21
Compression:
Stored size: 400 Bytes
Contents
Sequel.migration do change do alter_table(:dynflow_steps) do add_column :class, String add_column :error, @db.database_type == :mysql ? :mediumtext : String # These could be removed in the future because an action can have at most one of each # and each belongs to an action add_column :action_class, String add_column :children, String end end end
Version data entries
21 entries across 21 versions & 1 rubygems