forked from owncloud/music
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace database.xml with a Migration script on Nextcloud
Nextcloud 22 drops the support for defining database schema with database.xml. Instead, the database schema should now be defined using a Migration script. The migration script here has been generated from the database.xml with `occ migrations:generate-from-schema`. All supported versions of Nextcloud can use the migration script but ownCloud cannot. Hence, we still need to keep also database.xml around, and just remove it when deploying for Nextcloud. The removing now happens with `make release` which now creates two separate packages, one for Nextcloud and another for ownCloud.
- Loading branch information
Showing
3 changed files
with
412 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.