Skip to content

Commit 3f648e0

Browse files
committed
update db/schema.rb for rails 8.0
1 parent 1d5db17 commit 3f648e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/schema.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[7.1].define(version: 2023_01_19_162216) do
13+
ActiveRecord::Schema[8.0].define(version: 2023_01_19_162216) do
1414
# These are extensions that must be enabled in order to support this database
15-
enable_extension "plpgsql"
15+
enable_extension "pg_catalog.plpgsql"
1616

1717
create_table "active_storage_attachments", force: :cascade do |t|
1818
t.string "name", null: false

0 commit comments

Comments
 (0)