Actions
Bug #43167
closedMissing separator in tables.sql
Start date:
2012-11-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
CREATE TABLE sys_category_record_mm (
uid_local int(11) DEFAULT '0' NOT NULL,
uid_foreign int(11) DEFAULT '0' NOT NULL,
tablenames varchar(255) DEFAULT '' NOT NULL,
sorting int(11) DEFAULT '0' NOT NULL,
sorting_foreign int(11) DEFAULT '0' NOT NULL,
KEY uid_local_foreign (uid_local,uid_foreign)
KEY uid_foreign_tablenames (uid_foreign,tablenames)
);
After the first KEY the comma separator is missing.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16628
Updated by Nicole Cordes about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5c45a483818258581a496c37d75e71c959003f43.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions