feat(avis): add reminded_at field to avis
This commit is contained in:
parent
22f3442a75
commit
1b67f93c66
3 changed files with 8 additions and 1 deletions
5
db/migrate/20230126145329_add_reminded_at_to_avis.rb
Normal file
5
db/migrate/20230126145329_add_reminded_at_to_avis.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddRemindedAtToAvis < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :avis, :reminded_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue