Skip to content

Commit

Permalink
Merge branch 'cakeshell-indexes-fix'
Browse files Browse the repository at this point in the history
Fix schema generation in SQLserver by returning the correct
empty type.

Fixes #3559
  • Loading branch information
markstory committed Feb 5, 2013
2 parents 05546af + fa118a7 commit 0d1ee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Expand Up @@ -2954,7 +2954,7 @@ public function resetSequence($table, $column) {
* @return array Fields in table. Keys are column and unique
*/
public function index($model) {
return false;
return array();
}

/**
Expand Down

0 comments on commit 0d1ee40

Please sign in to comment.