adding_indexes

bzr revid: fp@tinyerp.com-20090315185219-w5av977my2cs87qr
This commit is contained in:
Fabien Pinckaers 2009-03-15 19:52:19 +01:00
parent 8bfb8acf3b
commit 0ac72db827
2 changed files with 4 additions and 1643 deletions

View File

@ -172,6 +172,10 @@ CREATE TABLE res_groups_users_rel (
gid integer NOT NULL references res_groups on delete cascade
);
create index res_groups_users_rel_uid_idx on res_groups_users_rel (uid);
create index res_groups_users_rel_gid_idx on res_groups_users_rel (gid);
---------------------------------
-- Workflows
---------------------------------

File diff suppressed because it is too large Load Diff