Sha256: 75a7191524f3f71dd2a5355f173c0cbe30e3a5193b280e0c3b8c64b67a572b82
Contents?: true
Size: 217 Bytes
Versions: 126
Compression:
Stored size: 217 Bytes
Contents
class DropWorkflowStates < ActiveRecord::Migration def up if table_exists?("workflow_states") drop_table "workflow_states" end end def down raise ActiveRecord::IrreversibleMigration end end
Version data entries
126 entries across 126 versions & 1 rubygems