Skip to content

Commit 89fc0d5

Browse files
dabrtmnocon
andauthored
Apply suggestions from code review
Co-authored-by: Marek Nocoń <[email protected]>
1 parent 31c4482 commit 89fc0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai_actions/install_ai_actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ Run the following command, where `<database_name>` is the same name that you def
5757
=== "MySQL"
5858

5959
```bash
60-
mysql -u root <database_name> < add_ai_actions.sql
60+
mysql -u <username> -p <password> <database_name> < add_ai_actions.sql
6161
```
6262

6363
=== "PostgreSQL"
6464

6565
```bash
66-
psql --username=postgres <database_name> < add_ai_actions.sql
66+
psql <database_name> < add_ai_actions.sql
6767
```
6868

6969
This command modifies the existing database schema by adding database configuration required for using AI Actions.

0 commit comments

Comments
 (0)