Skip to content

Commit 553a62d

Browse files
committed
This migration should fail
1 parent f43c0b2 commit 553a62d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class BadMigration < ActiveRecord::Migration[7.2]
2+
def change
3+
raise ':('
4+
end
5+
end

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.2].define(version: 2026_03_25_133804) do
13+
ActiveRecord::Schema[7.2].define(version: 2026_03_25_133939) 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)