Skip to content

Commit b591b4c

Browse files
committed
Rails 7.2: schema.rb version marker
1 parent a94102f commit b591b4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

db/schema.rb

Lines changed: 1 addition & 2 deletions
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.1].define(version: 2025_08_06_181500) do
13+
ActiveRecord::Schema[7.2].define(version: 2025_08_06_181500) do
1414
# These are extensions that must be enabled in order to support this database
1515
enable_extension "plpgsql"
1616

@@ -559,5 +559,4 @@
559559
t.string "slack_channel_link"
560560
t.index ["chapter_id"], name: "index_workshops_on_chapter_id"
561561
end
562-
563562
end

0 commit comments

Comments
 (0)