db(migration): add last_avis_piece_jointe_updated_at to dossiers

This commit is contained in:
Eric Leroy-Terquem 2024-10-09 17:54:32 +02:00
parent d10df6e17c
commit 8d8e290659
No known key found for this signature in database
GPG key ID: 53D8FAECEF207605
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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