First git push to github
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
$basePath = realpath(__DIR__ . '/..');
|
||||
require_once $basePath . '/classes/Process_ExportRequest.php';
|
||||
|
||||
//require_once "../classes/Process_ExportRequest.php";
|
||||
|
||||
(new Process_ExportRequest())->process();
|
||||
?>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once "../classes/Migrate_BusinessFacts.php";
|
||||
|
||||
(new Migrate_BusinessFacts())->process();
|
||||
?>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once "../classes/Migrate_PZFacts.php";
|
||||
|
||||
(new Migrate_PZFacts())->process();
|
||||
?>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once "../classes/Migrate_PermitFacts.php";
|
||||
|
||||
(new Migrate_PermitFacts())->process();
|
||||
?>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once "../classes/Migrate_Users.php";
|
||||
|
||||
(new Migrate_Users())->process();
|
||||
?>
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# -- Development --
|
||||
cd /var/www/html/clients/dec-international/realestatedatainc
|
||||
# -- Production --
|
||||
#cd /var/www/html/webapps/dec-international/realestatedatainc
|
||||
php ./scripts/ExportRequest_Worker.php
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
2025-11-14 22:35 PM : **************************************************
|
||||
2025-11-14 22:35 PM : Starting Migration of RDI Users
|
||||
2025-11-14 22:35 PM : Processing RDI Users
|
||||
2025-11-14 22:35 PM : Processed 10 records...
|
||||
2025-11-14 22:35 PM : Processed 20 records...
|
||||
2025-11-14 22:35 PM : Processed 30 records...
|
||||
2025-11-14 22:35 PM : Processed 40 records...
|
||||
2025-11-14 22:35 PM : Processed 50 records...
|
||||
2025-11-14 22:35 PM : Processed 60 records...
|
||||
2025-11-14 22:35 PM : RDI Users Migration Process Complete
|
||||
Reference in New Issue
Block a user