Skip to content
Snippets Groups Projects
Commit 65f5bbee authored by Martin Kutschker's avatar Martin Kutschker
Browse files

correct key recordident of sys_history

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1955 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 2dd1eae8
No related merge requests found
......@@ -273,9 +273,8 @@ CREATE TABLE sys_history (
history_files mediumtext NOT NULL,
snapshot tinyint(4) DEFAULT '0' NOT NULL,
PRIMARY KEY (uid),
KEY recordident (tablename,recuid),
KEY recordident (tablename,recuid,tstamp),
KEY sys_log_uid (sys_log_uid),
KEY recordidentAS (tablename,recuid,tstamp)
);
#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment