fix reimbursement
This commit is contained in:
@@ -8,6 +8,10 @@ class CreateReimbursementBatchAdminFiles extends Migration
|
||||
{
|
||||
public function up()
|
||||
{
|
||||
if ($this->db->tableExists('reimbursement_batch_admin_files')) {
|
||||
return;
|
||||
}
|
||||
|
||||
$fields = [
|
||||
'id' => [
|
||||
'type' => 'INT',
|
||||
|
||||
Reference in New Issue
Block a user