Corrected path to migration scripts

This commit is contained in:
Mark H. Wood
2015-01-21 14:59:59 -05:00
parent 307871370b
commit cb2bf810b8

View File

@@ -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 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 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: 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 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. manually. For more information, please see the `README.md` in the scripts directory.