Update updates.json (#385)

accsessiontime
This commit is contained in:
AGSTR 2025-01-26 11:12:10 +07:00 committed by GitHub
parent 3502be2c78
commit a67681424e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`;"
]
}