Created
August 12, 2013 18:25
-
-
Save jthomerson/6213569 to your computer and use it in GitHub Desktop.
Changes that had to be made to the $indexes array for SilverStripe 3.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 'Locale' => '(Locale)', | |
- 'VernacularAbbreviation' => array('type' => 'unique', 'value' => 'VernacularAbbreviation'), | |
- 'VernacularAbbreviation_Locale' => '(VernacularAbbreviation, Locale)', | |
+ 'Locale' => '("Locale")', | |
+ 'VernacularAbbreviation' => array('type' => 'unique', 'value' => '"VernacularAbbreviation"'), | |
+ 'VernacularAbbreviation_Locale' => '("VernacularAbbreviation","Locale")', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment