Actions
Task #74175
closedClean up database structure
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2016-03-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
Clean up the database structure to consistently use lowercase and/or snake_case for field names.
- Rename columns to use lower/snake case
- Avoid protected SQL keywords as column names
- Provide a migration wizard in the Install Tool to rename the legacy database columns
- Provide deprecation log entries where possible
Actions