We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43c0b2 commit 553a62dCopy full SHA for 553a62d
2 files changed
db/migrate/20260325133939_bad_migration.rb
@@ -0,0 +1,5 @@
1
+class BadMigration < ActiveRecord::Migration[7.2]
2
+ def change
3
+ raise ':('
4
+ end
5
+end
db/schema.rb
@@ -10,7 +10,7 @@
10
#
11
# It's strongly recommended that you check this file into your version control system.
12
13
-ActiveRecord::Schema[7.2].define(version: 2026_03_25_133804) do
+ActiveRecord::Schema[7.2].define(version: 2026_03_25_133939) do
14
# These are extensions that must be enabled in order to support this database
15
enable_extension "plpgsql"
16
0 commit comments