mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 22:13:08 +00:00
Corrected path to migration scripts
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user