mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-15 12:37:34 +08:00
pg support of duplicate key update
This commit is contained in:
@@ -28,7 +28,6 @@ class RemoveUserDonorStatus
|
||||
->with('language')
|
||||
->where('donor', 'yes')
|
||||
->whereNotNull('donoruntil')
|
||||
->where('donoruntil', '!=', '0000-00-00 00:00:00')
|
||||
->where('donoruntil', '<', now())
|
||||
->get();
|
||||
$userModifyLogs = [];
|
||||
|
||||
Reference in New Issue
Block a user