mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-01 16:43:26 +02:00
PgSql update
This commit is contained in:
parent
f0e3fd8f8c
commit
9db59109f7
15 changed files with 251 additions and 271 deletions
|
@ -227,7 +227,7 @@ function processDomainDelete($conn, $db, $xml, $clid, $database_type, $trans) {
|
|||
|
||||
$grace_period = 30;
|
||||
|
||||
// DELETE FROM `domain_status`
|
||||
// DELETE FROM domain_status
|
||||
$stmt = $db->prepare("DELETE FROM domain_status WHERE domain_id = ?");
|
||||
$stmt->execute([$domain_id]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue