Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Jan 23, 2025
1 parent e19f6f4 commit ba7cf15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[6.1].define(version: 2020_09_23_223936) do
# ActiveRecord::Schema[6.1].define(version: 2020_09_23_223936) do
ActiveRecord::Schema.define(version: 2020_09_23_223936) do

create_table "audits" do |t|
t.integer "auditable_id", null: false
Expand Down

0 comments on commit ba7cf15

Please sign in to comment.