fix reimbursement

This commit is contained in:
root
2026-09-03 13:17:55 -04:00
parent 618296f0c1
commit 76ec8d5728
@@ -8,6 +8,10 @@ class CreateReimbursementBatchAdminFiles extends Migration
{ {
public function up() public function up()
{ {
if ($this->db->tableExists('reimbursement_batch_admin_files')) {
return;
}
$fields = [ $fields = [
'id' => [ 'id' => [
'type' => 'INT', 'type' => 'INT',