Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
02587c60
Commit
02587c60
authored
Apr 30, 2014
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_accounting: Include mirror_section_uid in section_uid index.
Accelerates (at least) Person's jump_to_accounting action.
parent
710c1859
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bt5/erp5_accounting/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_accounting_transaction.xml
...log/erp5_mysql_innodb/z_create_accounting_transaction.xml
+1
-1
bt5/erp5_accounting/bt/revision
bt5/erp5_accounting/bt/revision
+1
-1
No files found.
bt5/erp5_accounting/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_accounting_transaction.xml
View file @
02587c60
...
...
@@ -79,7 +79,7 @@
`total_credit` real,\n
\n
PRIMARY KEY (`uid`, `order_id`),\n
KEY
`section_uid` (`
section_uid`)\n
KEY
(`section_uid`, `mirror_
section_uid`)\n
-- TODO: keys\n
) ENGINE=InnoDB\n
</string>
</value>
...
...
bt5/erp5_accounting/bt/revision
View file @
02587c60
1567
\ No newline at end of file
1568
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment