Skip to content

Commit

Permalink
Merge pull request netgen#70 from andrerom/patch-1
Browse files Browse the repository at this point in the history
Update sql path in INSTALL.md
  • Loading branch information
emodric committed Dec 31, 2017
2 parents 793ba2d + 4ac5828 commit 7107fcb
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 7107fcb

Please sign in to comment.