Skip to content

Commit

Permalink
feat: change type for pia.progress (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvain Pastor <sylvain@MBPdeatnosadmin.lan>
  • Loading branch information
syl-p and Sylvain Pastor authored Sep 19, 2023
1 parent 712f4bd commit deaaa57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20230914120530_change_type_value_progress.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class ChangeTypeValueProgress < ActiveRecord::Migration[7.0]
def change
change_column :pias, :progress, :float, default: 0.0
end
end

0 comments on commit deaaa57

Please sign in to comment.