If you have database for lemonpos 0.6 or 0.6.1 you can update it for the 0.7 version running:

cat upgrade-database_0.6_to_0.7.sql | mysql -u root -p

If you have 0.7 version, you can fix the database running:

cat fix_0.7.sql | mysql -u root -p

if You have 0.8 version, run the script:

cat fix_0.8.sql | mysql -u root -p


