Project

General

Profile

Actions

Bug #31254

closed

Table definitions are not 100% up to date

Added by Steffen Gebert about 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2011-10-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After installing TYPO3 (master with #31246) already applied, still not all table definitions are up to date.

ALTER TABLE be_users CHANGE uc uc mediumtext; 
  Current value: text
ALTER TABLE pages DROP KEY parent; 
ALTER TABLE pages ADD KEY parent (pid,deleted,sorting); 
ALTER TABLE sys_template DROP KEY parent; 
ALTER TABLE sys_template ADD KEY parent (pid,deleted,hidden,sorting);

My Introduction Package was from beta3

Actions #1

Updated by Mario Rimann almost 13 years ago

@Steffen: Can this one be closed?

Actions #2

Updated by Steffen Gebert almost 13 years ago

  • Status changed from New to Rejected

Yes, looks like a temporary problem. Thanks for nagging!

Actions

Also available in: Atom PDF