Skip to content

Commit

Permalink
Update sql path in INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Dec 29, 2017
1 parent 793ba2d commit 4ac5828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/Resources/doc/INSTALL.md
Expand Up @@ -64,10 +64,10 @@ assetic:
Netgen Tags Bundle uses custom database tables to store the tags. Use the following command to add the tables to your eZ Publish database:

```
$ mysql -u<user> -p<password> -h<host> <db_name> < vendor/netgen/tagsbundle/Resources/sql/mysql/schema.sql
$ mysql -u<user> -p<password> -h<host> <db_name> < vendor/netgen/tagsbundle/bundle/Resources/sql/mysql/schema.sql
```

PostgreSQL variant of the above schema file is also available at `vendor/netgen/tagsbundle/Resources/sql/postgresql/schema.sql`
PostgreSQL variant of the above schema file is also available at `vendor/netgen/tagsbundle/bundle/Resources/sql/postgresql/schema.sql`

### Clear the caches

Expand Down

0 comments on commit 4ac5828

Please sign in to comment.