[TASK] Relocate cache backend sql resource files
Some cache backends have specific sql resource files located at t3lib/cache/backend/resources. After namespace switch, the class files are located at ext:core. According to the extbase scheme, the resource files are now moved to ext:core/Resources/Private/Sql/Cache/Backend and renamed. Change-Id: Ib693e0dfed8636b9898ef9bbff73dab21df5c2b0 Resolves: #46263 Releases: 6.1 Reviewed-on: https://review.typo3.org/18895 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/sysext/core/Classes/Cache/Backend/PdoBackend.php 6 additions, 1 deletiontypo3/sysext/core/Classes/Cache/Backend/PdoBackend.php
- typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php 8 additions, 2 deletions...ysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php
- typo3/sysext/core/Resources/Private/.htaccess 1 addition, 0 deletionstypo3/sysext/core/Resources/Private/.htaccess
- typo3/sysext/core/Resources/Private/Sql/Cache/Backend/PdoBackendCacheAndTags.sql 0 additions, 0 deletions...rces/Private/Sql/Cache/Backend/PdoBackendCacheAndTags.sql
- typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendCache.sql 0 additions, 0 deletions...s/Private/Sql/Cache/Backend/Typo3DatabaseBackendCache.sql
- typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendTags.sql 0 additions, 0 deletions...es/Private/Sql/Cache/Backend/Typo3DatabaseBackendTags.sql
Please register or sign in to comment