Skip to content

Commit

Permalink
chore: Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Oct 21, 2024
1 parent ad87526 commit 0572903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.0].define(version: 2020_03_20_015438) do
ActiveRecord::Schema[7.2].define(version: 2020_03_20_015438) do
# These are extensions that must be enabled in order to support this database
enable_extension "pgcrypto"
enable_extension "plpgsql"
Expand Down Expand Up @@ -98,5 +98,4 @@
t.index ["platform_id"], name: "index_traces_on_platform_id"
t.index ["stop"], name: "index_traces_on_stop", order: :desc
end

end

0 comments on commit 0572903

Please sign in to comment.