fix reimbursement
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user