diff --git a/system/updates.json b/system/updates.json index 4335db66..5dc05d87 100644 --- a/system/updates.json +++ b/system/updates.json @@ -184,5 +184,8 @@ ], "2024.12.20": [ "ALTER TABLE `tbl_voucher` ADD `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `status`;" + ], + "2025.1.23": [ + "ALTER TABLE `rad_acct` ADD `acctsessiontime` BIGINT(12) NOT NULL DEFAULT '0' AFTER `framedipaddress`;" ] -} \ No newline at end of file +}