FOGProject / fogproject

An open source computer cloning & management system
https://fogproject.org
GNU General Public License v3.0
1.09k stars 221 forks source link

Fix MySQL trigger used by the persistent group plugin. #546

Closed Sebastian-Roth closed 1 year ago

Sebastian-Roth commented 1 year ago

The main issue was "ERROR 1364 (HY000): Field 'paAnon5' doesn't have a default value" causing the trigger to fail and rollback the whole transaction. Fixes #545