Skip to content

Commit a51a432

Browse files
committed
fix(ci): the legacy dummy app DB schema must be Rails 7 compliant
1 parent a1a4c61 commit a51a432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/legacy_dummy/db/schema.rb

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

15-
ActiveRecord::Schema[7.2].define(version: 20_220_612_092_235) do
15+
ActiveRecord::Schema.define(version: 20_220_612_092_235) do
1616
# These are extensions that must be enabled in order to support this database
1717
enable_extension 'plpgsql'
1818

0 commit comments

Comments
 (0)