We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5db17 commit 3f648e0Copy full SHA for 3f648e0
db/schema.rb
@@ -10,9 +10,9 @@
10
#
11
# It's strongly recommended that you check this file into your version control system.
12
13
-ActiveRecord::Schema[7.1].define(version: 2023_01_19_162216) do
+ActiveRecord::Schema[8.0].define(version: 2023_01_19_162216) do
14
# These are extensions that must be enabled in order to support this database
15
- enable_extension "plpgsql"
+ enable_extension "pg_catalog.plpgsql"
16
17
create_table "active_storage_attachments", force: :cascade do |t|
18
t.string "name", null: false
0 commit comments