Skip to content

Commit

Permalink
BUGFIX dev/build always reporting index change because of a whitespac…
Browse files Browse the repository at this point in the history
…e in the index column names (from r107831)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112700 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Oct 18, 2010
1 parent ea50868 commit ad68943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/model/Versioned.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function augmentDatabase() {

$versionIndexes = array_merge(
array(
'RecordID_Version' => array('type' => 'unique', 'value' => 'RecordID, Version'),
'RecordID_Version' => array('type' => 'unique', 'value' => 'RecordID,Version'),
'RecordID' => true,
'Version' => true,
),
Expand Down

0 comments on commit ad68943

Please sign in to comment.