← Back to team overview

phpdevshell team mailing list archive

[Bug 924683] [NEW] Extra group and Extra roles have unneeded id

 

Public bug reported:

The primary key for extra roles and extra groups tables have and id,
which could be eliminated if it had 2 primary keys each. This will not
really improve performance but will prevent duplication and data size.

The same goes for core menu role permissions.

** Affects: phpdevshell
     Importance: Medium
     Assignee: TitanKing (titan-phpdevshell)
         Status: Confirmed

** Description changed:

  The primary key for extra roles and extra groups tables have and id,
  which could be eliminated if it had 2 primary keys each. This will not
  really improve performance but will prevent duplication and data size.
+ 
+ The same goes for core menu role permissions.

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/924683

Title:
  Extra group and Extra roles have unneeded id

Status in Open Source PHP RAD Framework with UI.:
  Confirmed

Bug description:
  The primary key for extra roles and extra groups tables have and id,
  which could be eliminated if it had 2 primary keys each. This will not
  really improve performance but will prevent duplication and data size.

  The same goes for core menu role permissions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/924683/+subscriptions


Follow ups

References