Actions
Bug #51934
closedInstall tool db compare error: Key column 'deleted' doesn't exist in table
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-09-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Running latest git version of TYPO3 6.2 line i have executed database compare from Install Tool. A lot of changes were made but one can't be done:
ALTER TABLE sys_file ADD KEY parent (pid,deleted);
When script tries to execute this query it will result with error message:
Database update failed
Error: Key column 'deleted' doesn't exist in table
This is probably related to this commit:
https://github.com/TYPO3/TYPO3.CMS/commit/fcc250f505db18f8a4bf2ff908e577abd918f283
as you can see 'deleted' field has been removed in this update.
Updated by Anja Leichsenring about 11 years ago
- Status changed from New to Resolved
- Target version deleted (
next-patchlevel)
Is solved with #51929. Merged yesterday late at night.
Actions