Skip to content

Commit

Permalink
Update updates.json (#385)
Browse files Browse the repository at this point in the history
accsessiontime
  • Loading branch information
agstrxyz authored Jan 26, 2025
1 parent 3502be2 commit a676814
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion system/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`;"
]
}
}

0 comments on commit a676814

Please sign in to comment.