Skip to content

Commit 3690cc6

Browse files
authored
Update db/schema for Rails 7.1 (#582)
This is a missing change from our past upgrade to Rails 7.1
1 parent 3e4d754 commit 3690cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/schema.rb

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

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

0 commit comments

Comments
 (0)