mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-01 23:31:50 +02:00
PgSql update
This commit is contained in:
parent
f0e3fd8f8c
commit
9db59109f7
15 changed files with 251 additions and 271 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue