Skip to content

Commit 0a4f82a

Browse files
committed
update_to_5.0.md: Format
1 parent 77dd6d8 commit 0a4f82a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ If you have custom code directly querying those, you will need to update them.
311311
You can track the renaming in the `ibexa-4.6.latest-to-5.0.0.sql` file or below.
312312

313313
??? note "Tables and columns renaming map"
314+
314315
| Old name | New name |
315316
|:------------------------------------------------------|:------------------------------------------------------------------------|
316317
| ezbinaryfile | ibexa_binary_file |
@@ -617,6 +618,7 @@ Some icons have been renamed.
617618
You can find an [`ibexa-rename-icons` map in `vendor/ibexa/rector/js/rules.config.json` (`"old-name": "new-name"`)](https://github.com/ibexa/rector/blob/v5.0.0/js/rules.config.json#L63).
618619
619620
??? note "Icons renaming map"
621+
620622
| Old name | New name |
621623
|:------------------------|:-----------------------------|
622624
| about-info | help |
@@ -881,7 +883,7 @@ Features which were optional 4.6 LTS Updates are now part of 5.0.0.
881883
* If you haven't installed the feature, you need to add its schema to your database.
882884
* If you mistakenly reinstall a schema, you might encounter "Table already exists" errors which can be ignored.
883885
884-
!!! note
886+
!!! tip
885887
886888
Instead of piping the command to the DB client,
887889
you can redirect the SQL output into a file

0 commit comments

Comments
 (0)