Sha256: 3c48eac7b26c72e597efe3362819f7f024a44cd23c91fc5c118e615189e4f93a
Contents?: true
Size: 223 Bytes
Versions: 20
Compression:
Stored size: 223 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
20 entries across 20 versions & 1 rubygems