Allow punch out time to be null - fix for mysql strict date mode

This commit is contained in:
gamonoid
2017-10-03 08:17:58 +02:00
parent 45ea7e0f0d
commit 79ecf9cd6a
3 changed files with 24 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<?php
$migrationList = [];
$migrationList[] = 'v20171001_200201_update_attendance_out';
$migrationList[] = 'v20170918_200000_add_attendance_image_out';
$migrationList[] = 'v20170908_200000_payroll_group';
$migrationList[] = 'v20170702_190500_add_attendance_image';