Skip to content

Commit aacc2d0

Browse files
committed
Update changelog example
1 parent d580935 commit aacc2d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ class MyMigration < DataCustoms::Migration
1919
progress.report(100)
2020
end
2121
end
22+
23+
MyMigration.run
24+
# 🛃 Progress: ██████████░░░░░░░░░░ 50% (2m 30s left)
2225
```
2326

2427
- Fix transaction to wrap `Migration.new` so database operations in `initialize` are rolled back on failure

0 commit comments

Comments
 (0)