dates1967 / simpleinvoices

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

Problem with patch 253 #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fresh Install
2. 'Update Database'

What is the expected output? What do you see instead?
Should apply all patches successfully.

Error Message:
===========================================
Simple Invoices - SQL problem
===========================================

The following sql statement:
ALTER TABLE `si_biller` ADD `paymentsgateway_api_id` VARCHAR( 255 ) NULL AFTER 
`eway_customer_id`;

had the following error code: 1060
with the message of:Duplicate column name 'paymentsgateway_api_id'

===========================================

Original issue reported on code.google.com by MattAntW...@gmail.com on 6 Feb 2012 at 9:12

GoogleCodeExporter commented 9 years ago
This is actually similar to this ticket: 
http://code.google.com/p/simpleinvoices/issues/detail?id=204 I thought it is 
now solved but it doesn't seem so.

I guess the answer should be in here: 
http://code.google.com/p/simpleinvoices/wiki/SQL_Scripts

Original comment by r.luthi...@gmail.com on 6 Feb 2012 at 11:54

GoogleCodeExporter commented 9 years ago
thanks matt - assign this to me and i'll review

Original comment by jus...@kelly.org.au on 7 Feb 2012 at 3:24

GoogleCodeExporter commented 9 years ago
Thanks Justin, I think this is because the column is in the initial structure 
file used to create the database so when the patch manager tries to create it 
again it dies.

Original comment by MattAntW...@gmail.com on 7 Feb 2012 at 7:31