mirror of
https://github.com/1f349/orchid.git
synced 2024-11-09 14:52:58 +00:00
4 lines
242 B
MySQL
4 lines
242 B
MySQL
|
select cert.id, cert.auto_renew, cert.active, cert.renewing, cert.renew_failed, cert.not_after, cert.updated_at, certificate_domains.domain
|
||
|
from certificates as cert
|
||
|
inner join certificate_domains on cert.id = certificate_domains.cert_id
|