Skip to content

Commit

Permalink
add sql for test table
Browse files Browse the repository at this point in the history
  • Loading branch information
mshimizu-oc committed Dec 15, 2023
1 parent 4b195bc commit 3fbc25e
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 @@ -81,6 +81,7 @@
t.column :request_uuid, :string
t.column :created_at, :datetime
t.column :audit_application, :string
t.column :sql, :text
end

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

0 comments on commit 3fbc25e

Please # to comment.