Project

General

Profile

Actions

Bug #51934

closed

Install tool db compare error: Key column 'deleted' doesn't exist in table

Added by Marcin Sągol over 10 years ago. Updated over 5 years ago.

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.

Actions #1

Updated by Anja Leichsenring over 10 years ago

  • Status changed from New to Resolved
  • Target version deleted (next-patchlevel)

Is solved with #51929. Merged yesterday late at night.

Actions #2

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF