We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dc6bc commit 2bad598Copy full SHA for 2bad598
docs/migration/v0.6.x-to-v0.7.x.md
@@ -17,9 +17,8 @@ And icon font files have been moved from `functional/fonts/` one level up to `fo
17
18
We provide a CLI tool to auto migrate your source code. Use this command in your repository:
19
20
-\```shell
21
-
+```shell
22
npx @db-ui/migration --type=v006_v007 --src=./src
23
-\```
+```
24
25
Please check the changes made in your codebase afterwards, as this is mainly a simple search & replace regarding the path.
0 commit comments