Page 1 of 1

New fields to an existing project?

Posted: 2015-12-08 10:59
by Nicolas
Dear all

I am new (2 days) and I am playing with one of the existing examples (invoicing) to create a web based app for my company and I've been able to publish it as it was in first instance on the server and works fine (another comment with linked data ... but let's leave this for future or check on the forum)

Now, I have added some new fields to the tables and when I upload to the server..... how are generated the new fields on mysql tables???? I get error messages when it tries to show the fields
Error
Unknown column 'table.newfield' in field list

How does appgini re-generate tables or add new fields.... without having to add them manually on mysql area???

Thank you

Re: New fields to an existing project?

Posted: 2015-12-08 19:42
by a.gneady
Try this: go to the admin area > open the Utilities menu > Rebuild fields. This would show you any missing fields and provide a button to fix them.

Re: New fields to an existing project?

Posted: 2015-12-10 18:53
by Nicolas
Thank you.... I did not say¡w any button to fix them.... but I went through the mysql server side and added new fields on the tables and it worked out....
(I keep on learning )
Thanks and I keep on going