From 4ac5828c06359b14a00d3cb8de8510c3d7055424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Fri, 29 Dec 2017 15:35:45 +0100 Subject: [PATCH] Update sql path in INSTALL.md --- bundle/Resources/doc/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/Resources/doc/INSTALL.md b/bundle/Resources/doc/INSTALL.md index 86aec190..ff1c20c2 100644 --- a/bundle/Resources/doc/INSTALL.md +++ b/bundle/Resources/doc/INSTALL.md @@ -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 -p -h < vendor/netgen/tagsbundle/Resources/sql/mysql/schema.sql +$ mysql -u -p -h < 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