Skip to content

Commit

Permalink
Update db schema dump
Browse files Browse the repository at this point in the history
It now wants to include the extension schema, if not public,
which is the case for plpgsql
  • Loading branch information
Earlopain committed Dec 11, 2024
1 parent 85851b8 commit 611420e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.2].define(version: 2024_11_08_143309) do
ActiveRecord::Schema[8.0].define(version: 2024_11_08_143309) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"
enable_extension "pgcrypto"
enable_extension "plpgsql"

create_table "active_storage_attachments", force: :cascade do |t|
t.string "name", null: false
Expand Down

0 comments on commit 611420e

Please sign in to comment.