feat: unify ca_certificates migrations (clean slate)

This commit is contained in:
dyzulk
2026-01-06 14:29:50 +07:00
parent ce0b646077
commit 759e60670f
5 changed files with 51 additions and 35 deletions

View File

@@ -24,6 +24,7 @@ class CaCertificate extends Model
'valid_from',
'valid_to',
'cert_path',
'der_path',
'last_synced_at',
'download_count',
'last_downloaded_at'