Sha256: 0cc5c18235cf927bbbcdea72a0d194809d139641be72f6992c54a7feb3d63153
Contents?: true
Size: 233 Bytes
Versions: 68
Compression:
Stored size: 233 Bytes
Contents
class UpdateThinkToolTypeToToolsThink < ActiveRecord::Migration def change BitCore::Tool.reset_column_information BitCore::Tool.where(title: "THINK").each do |tool| tool.update type: "Tools::Think" end end end
Version data entries
68 entries across 68 versions & 1 rubygems