db(migration): add last_avis_piece_jointe_updated_at to dossiers
This commit is contained in:
parent
d10df6e17c
commit
8d8e290659
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddLastAvisPieceJointeUpdatedAt < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :dossiers, :last_avis_piece_jointe_updated_at, :datetime
|
||||
end
|
||||
end
|
|
@ -495,6 +495,7 @@ ActiveRecord::Schema[7.0].define(version: 2024_10_14_084333) do
|
|||
t.string "hidden_by_reason"
|
||||
t.datetime "hidden_by_user_at", precision: nil
|
||||
t.datetime "identity_updated_at", precision: nil
|
||||
t.datetime "last_avis_piece_jointe_updated_at"
|
||||
t.datetime "last_avis_updated_at", precision: nil
|
||||
t.datetime "last_champ_piece_jointe_updated_at"
|
||||
t.datetime "last_champ_private_updated_at", precision: nil
|
||||
|
|
Loading…
Reference in a new issue