You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Web/Blog/articles/2025-09-16-tempest-2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Then run the following commands
39
39
{:hl-comment:~:} vendor/bin/rector {:hl-comment:# To update all your project files:}
40
40
{:hl-comment:~:} ./tempest discovery:clear {:hl-comment:# Which is needed to make sure discovery cache is updated:}
41
41
{:hl-comment:~:} ./tempest key:generate {:hl-comment:# To generate a new signing key and should be done for every environment:}
42
+
{:hl-comment:~:} ./tempest migrate:rehash {:hl-comment:# To rehash all migrations, which internal workings were changed with this release:}
42
43
```
43
44
44
45
Finally, review and test your project and make sure to read through the list of the breaking changes below. The changes in **bold** are automated by Rector, the other ones are internal changes that should — _in theory_ — have no effect. Yet we wanted to mention them for transparency's sake.
0 commit comments