Merge branch 'main' into feature/prefill_repetible

This commit is contained in:
Damien Le Thiec 2023-01-31 16:39:00 +01:00
parent f91cc05d95
commit d7b01255fe
82 changed files with 764 additions and 563 deletions

View file

@ -0,0 +1,5 @@
class AddRemindedAtToAvis < ActiveRecord::Migration[6.1]
def change
add_column :avis, :reminded_at, :datetime
end
end