Skip to content
  • Carsten  Rose's avatar
    Add three indexes to formEditor.sql. · 39b7cb72
    Carsten Rose authored
    Play the following to existing tables:
    ALTER TABLE `FormElement` ADD INDEX `feIdContainer` (`feIdContainer`);
    ALTER TABLE `FormElement` ADD INDEX `ord` (`ord`);
    ALTER TABLE `FormElement` ADD INDEX `feGroup` (`feGroup`);
    39b7cb72