More PgSql updates

This commit is contained in:
Pinga 2023-12-13 07:22:24 +02:00
parent 8aa16110d5
commit b9cab663e0
11 changed files with 26 additions and 32 deletions

View file

@ -108,8 +108,8 @@ class FinancialsController extends Controller
'command' => 'create',
'domain_name' => 'deposit',
'length_in_months' => 0,
'from' => $date,
'to' => $date,
'fromS' => $date,
'toS' => $date,
'amount' => $amount
]
);
@ -226,8 +226,8 @@ class FinancialsController extends Controller
'command' => 'create',
'domain_name' => 'deposit',
'length_in_months' => 0,
'from' => $date,
'to' => $date,
'fromS' => $date,
'toS' => $date,
'amount' => $amount
]
);