dates1967 / simpleinvoices

Automatically exported from code.google.com/p/simpleinvoices
GNU General Public License v3.0
0 stars 0 forks source link

Add Indexes to Tables #174

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
"Just fire up PHPMyAdmin or your favorite database management tool and add two 
indices:
- si_invoice_items table: add an index to the invoice_id field
- si_payment table: add an index to the ac_inv_id field" - denisgomes

This should be done during the install process

Original issue reported on code.google.com by MattAntW...@gmail.com on 3 Aug 2011 at 10:42