Skip to content

Commit

Permalink
add audit_application column for test table
Browse files Browse the repository at this point in the history
  • Loading branch information
mshimizu-oc committed Dec 14, 2023
1 parent 0e41cea commit dd4a7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/active_record/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
t.column :remote_address, :string
t.column :request_uuid, :string
t.column :created_at, :datetime
t.column :audit_application, :string
end

add_index :audits, [:auditable_id, :auditable_type], name: "auditable_index"
Expand Down

0 comments on commit dd4a7de

Please sign in to comment.