PgSql update

This commit is contained in:
Pinga 2023-12-13 06:59:56 +02:00
parent f0e3fd8f8c
commit 9db59109f7
15 changed files with 251 additions and 271 deletions

View file

@ -141,7 +141,7 @@ class RegistrarsController extends Controller
'thresholdType' => $data['thresholdType'],
'currency' => $currency,
'crdate' => $crdate,
'update' => $crdate
'lastupdate' => $crdate
]
);
$registrar_id = $db->getLastInsertId();
@ -518,7 +518,7 @@ class RegistrarsController extends Controller
'creditLimit' => $data['creditLimit'],
'creditThreshold' => $data['creditThreshold'],
'currency' => $currency,
'update' => $crdate
'lastupdate' => $crdate
];
if (!empty($data['eppPassword'])) {