Issue #1506 has been updated by jamtur01. Status changed from Accepted to Code Insufficient Assigned to changed from luke to masterzen
Can yoiu rebase on 0.24.x please. ---------------------------------------- Bug #1506: Storeconfig schema contains duplicate index. http://reductivelabs.com/redmine/issues/show/1506 Author: masterzen Status: Code Insufficient Priority: Normal Assigned to: masterzen Category: Rails Target version: 0.24.6 Complexity: Easy Affected version: 0.24.5 Keywords: storeconfig index rails The schema generated by storeconfig at the first run (see lib/puppet/rails/database/schema.rb) contains index on the "id" columns of each table. Rails creates "id" columns automatically if there are none and that those created columns are primary keys. If they are primary keys, they are already indexed, so there is no need create another index again which duplicate information and force the database engine to write twice the information. This has been verified on mysql and sqlite. ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
