From cb2bf810b890fb65f512695ada4de4f4cd2d1a48 Mon Sep 17 00:00:00 2001 From: "Mark H. Wood" Date: Wed, 21 Jan 2015 14:59:59 -0500 Subject: [PATCH] Corrected path to migration scripts --- dspace/etc/postgres/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/etc/postgres/README.md b/dspace/etc/postgres/README.md index a8210ca397..9e0892cda9 100644 --- a/dspace/etc/postgres/README.md +++ b/dspace/etc/postgres/README.md @@ -15,7 +15,7 @@ for more information on upgrading to DSpace 5. As of DSpace 5.0, we now use [Flyway DB](http://flywaydb.org/) along with the SQL scripts embedded in the `dspace-api.jar` to automatically keep your DSpace database up-to-date. These scripts are now located in the source code at: -`[dspace-src]/dspace-api/src/main/java/resources/org/dspace/storage/rdbms/sqlmigration/postgres` +`[dspace-src]/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres` As Flyway automates the upgrade process, you should NEVER run these SQL scripts manually. For more information, please see the `README.md` in the scripts directory.