7 changed files with 29 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||||||
class ChangeReasonType < ActiveRecord::Migration[6.1] |
class FurtherChangeFieldTypes < ActiveRecord::Migration[6.1] |
||||||
def up |
def up |
||||||
change_table :case_logs, bulk: true do |t| |
change_table :case_logs, bulk: true do |t| |
||||||
t.change :reason, "integer USING reason::integer" |
t.change :reason, "integer USING reason::integer" |
Loading…
Reference in new issue